I built an open-source CLI tool that scans Python AI projects for EU AI Act technical requirements. It checks for 6 things the regulation asks for: risk management documentation, data governance, human oversight hooks, transparency logging, accuracy/robustness testing, and record-keeping.
Right now it detects LangChain, CrewAI, OpenAI, Anthropic, HuggingFace, and AutoGen patterns, then flags what's missing against Articles 9-15 of the Act.
It's not a legal compliance tool — it checks whether your code has the technical components the regulation references. Think of it like a linter for AI governance requirements.
The interactive demo at the link walks through a sample scan. The scanner itself is pip-installable: pip install air-compliance-checker
GitHub:
https://github.com/air-blackbox/air-compliance-checker
Feedback welcome — especially from anyone actually dealing with EU AI Act prep.