agent-audit is an open-source security auditing tool for AI agent code. It focuses on practical security checks for modern agentic systems, including coverage aligned with OWASP Agentic Top 10 style risk categories, taint-style flow analysis, and MCP configuration auditing.
GitHub Repository | Star on GitHub | PyPI Package | 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.
Install from PyPI:
pip install agent-audit
agent-audit was used on ClawHub scanner deployment to analyze the ecosystem at scale.