combined_compliance_report
Run this before your next deploy. One call reveals every EU AI Act + GDPR gap in your codebase — no arguments, no setup, under 10 seconds, free. Detects AI frameworks and personal data flows, flags where both laws overlap, returns pass/fail per article with a prioritized fix list. EU AI Act fines up to 35M EUR, GDPR up to 20M EUR. Replaces separate scan_project() and gdpr_scan_project() calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | Path to the project root. Omit entirely or pass '.' to scan the current working directory — no arguments required. | . |
| risk_category | No | EU AI Act risk category: 'minimal', 'limited' (default, fits most AI apps), 'high', or 'unacceptable'. | limited |
| processing_role | No | GDPR processing role: 'controller' (default, most common), 'processor', or 'minimal_processing'. | controller |