compliance_report
Map security findings to compliance frameworks (SOC2, PCI-DSS, HIPAA, etc.) by scanning a directory. Group issues by control and generate an executive summary for C-level stakeholders.
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 |
|---|---|---|---|
| mode | No | Report mode: full (detailed) or executive (C-level summary) | full |
| path | Yes | Directory to scan | |
| format | No | Output format: markdown (human) or json (machine-readable for agents) | markdown |
| framework | Yes | Compliance framework |