compliance_report
Map security findings to compliance controls (SOC2, PCI-DSS, HIPAA, GDPR, ISO27001, EUAIACT) by scanning a directory. Output includes a summary; use executive mode for C-level overview.
Instructions
Map security findings to compliance controls (SOC2, PCI-DSS, HIPAA, GDPR, ISO27001, EUAIACT). Scans a directory and groups issues by control. Output includes a summary section at the top; for large projects, findings are truncated to top 50. Use mode=executive for C-level summary. Example: compliance_report({path: '.', framework: 'SOC2'})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory to scan | |
| framework | Yes | Compliance framework | |
| format | No | Output format: markdown (human) or json (machine-readable for agents) | markdown |
| mode | No | Report mode: full (detailed) or executive (C-level summary) | full |