agent-audit is an open-source auditing and policy-checking tool for AI agent code. It focuses on practical checks for AI auditing and assurance in agent systems, including coverage aligned with OWASP Agentic Top 10 style risk categories, taint-style flow analysis, and MCP configuration auditing.
This project sits mainly in our AI Auditing & Assurance direction, with direct overlap with AI Safety & Security when teams need deployment-ready evidence and policy checks.
GitHub Repository | Star on GitHub | PyPI Package | Paper (arXiv) | Paper (PDF) | Back to Open Source
If this project is useful in your workflow, please star the GitHub repository to help more practitioners discover it.
AI agent pipelines combine LLM prompts, external tools, and runtime configuration. This expands the attack surface beyond traditional app code. agent-audit is designed to help teams catch high-risk patterns earlier in development and CI, and to check policy-relevant constraints before deployment.
Install from PyPI:
pip install agent-audit
agent-audit was used on ClawHub scanner deployment to analyze the ecosystem at scale.