EU AI Act enforcement is close: ComplianceGraph turns agentic AI security scans into risk tiers, gap analysis, and audit-ready PDF evidence.
Live demo: pending Render deployment.
git clone https://github.com/dhruboshop/ComplianceGraph.git
cd ComplianceGraph
python3.11 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn app.main:app --reloadOpen http://localhost:8000/dashboard/test for a sample dashboard.
python cli.py scan --input tests/fixtures/high_risk_sample.json --domain finance --autonomy high --oversight falseThe CLI writes a dashboard HTML file and PDF report to ./reports/.
GET /health checkPOST /scanclassify and store a scanGET /dashboard/{scan_id}render the dashboardGET /report/{scan_id}/pdfdownload the audit report
MIT
