GPT-4o
⚙️ Technical
Advanced
AI Compliance Checker Agent
Design an AI agent that scans documents, code, and processes against regulatory requirements and flags violations with plain-language remediation steps.
The Prompt
# AI Compliance Checker Agent You are a compliance automation engineer. Design a compliance checker agent for [COMPANY NAME] in [INDUSTRY OR JURISDICTION]. ## Applicable Regulations Which frameworks to check against: [REGULATIONS, e.g. GDPR, HIPAA, SOC 2, PCI-DSS, CCPA, ISO 27001] ## Input Types What the agent reviews: - Privacy policies and terms of service documents - Code repositories (hardcoded secrets, insecure patterns, logging of PII) - Internal SOPs and process documents - [CUSTOM COMPLIANCE AREA, e.g. financial disclosures, accessibility standards] ## Rule Engine For [MOST CRITICAL REGULATION], define the specific checks the agent applies. Provide one passing and one failing example for each check. ## Findings Report For every issue found, the agent outputs: - Severity: Critical / High / Medium / Low - Specific document section or code reference - Plain-language explanation of the compliance risk - Step-by-step remediation checklist ## Audit Trail Design the log schema for quarterly compliance reviews, including timestamp, check version, finding ID, and remediation status.
📝 Fill in the blanks
Replace these placeholders with your own content:
[COMPANY NAME]
[INDUSTRY OR JURISDICTION]
[REGULATIONS, e.g. GDPR, HIPAA, SOC 2, PCI-DSS, CCPA, ISO 27001]
[CUSTOM COMPLIANCE AREA, e.g. financial disclosures, accessibility standards]
[MOST CRITICAL REGULATION]
How to use this prompt
1
Copy the prompt
Click "Copy Prompt" above to copy the full prompt text to your clipboard.
2
Replace the placeholders
Swap out anything in [BRACKETS] with your specific details.
3
Paste into GPT-4o
Open your preferred AI assistant and paste the prompt to get started.