agent-audit
by HeadyZhang
Static security scanner for LLM agents with OWASP Agentic Top 10 rules
Overview
Scans agent code and configurations for security issues like prompt injection, taint flows, and misconfigured MCP settings Model Context Protocol (MCP). Implements 49 static rules mapped to the OWASP Agentic Top 10 (2026) to flag risky prompts, leaking contexts, and unsafe delegation patterns. Provides a CLI and integrations with langchain, crewai, and AutoGen so you can add checks into CI and pre-deployment gates. Defense in Depth Pattern
Key Benefits
Ideal For
Security engineers and MLOps teams who need automated static checks for prompt injection, taint flows, and MCP misconfigurations before deploying agent systems. This helps mitigate prompt injection risks early in the deployment lifecycle.
Real-World Examples
- Catch prompt-injection and taint issues in agent code during CI builds
- Audit MCP configuration and delegation policies before deployment
- Enforce OWASP Agentic Top 10 checks across langchain/crewai/autogen projects