Compliance Report Generator
Query audit data, verify against policies, and generate a compliance report
Example Prompt
Generate a SOC 2 compliance report for Q4 covering access controls and change management
About
Generates a compliance report by querying audit logs and access records from your database, reasoning through policy requirements to identify violations or gaps, and producing a structured report. The report includes pass/fail status for each policy control, evidence references, and recommended remediation steps.
Workflow Steps
Query the audit log database for access events, changes, and user activity within the reporting period
📊 Run SQL QuerySearch Elasticsearch for security events and anomalies flagged during the period
🔎 Search IndexReason through each policy control to determine pass/fail status based on collected evidence
🧠 Structured ReasoningGenerate the structured compliance report with findings, evidence, and remediation recommendations
✏️ Write FileTools Used
Search Index
Run a full-text or structured query against an Elasticsearch index
Write File
Write or overwrite a file at a specified path with the given content
Run SQL Query
Execute a read-only SQL query against a PostgreSQL database and return results
Structured Reasoning
Break down a complex problem into sequential reasoning steps with explicit chain-of-thought
Required MCP Servers
Elasticsearch
Search, index, and analyze data in Elasticsearch clusters with full-text queries
Filesystem
Read, search, and manage files on the local filesystem
PostgreSQL
Query, inspect, and manage PostgreSQL databases with full SQL support
Sequential Thinking
Dynamic problem-solving through structured thought sequences with branching and revision