/compliance-scan
Scan codebase and infrastructure for compliance framework violations, generating audit-ready reports.
Usage
/compliance-scan [--framework soc2|hipaa|gdpr|pci-dss|fedramp] [--severity critical|high|medium|low] [--output json|markdown|pdf]
Arguments
| Argument | Type | Default | Description |
|---|---|---|---|
--framework | string | all | Compliance framework to scan |
--severity | string | all | Minimum severity level |
--output | string | markdown | Output format |
Examples
# Scan for SOC2 violations
/compliance-scan --framework soc2
# Critical HIPAA violations only
/compliance-scan --framework hipaa --severity critical
# Generate PDF audit report
/compliance-scan --framework pci-dss --output pdf
Related Components
| Component | Purpose |
|---|---|
compliance-frameworks | Skill with compliance patterns |
audit-report | Generate audit report |
compliance-framework-specialist | Compliance agent |
Generated by: H.10.6 Supporting Components Generator Track: M Created: 2026-02-06