AgentGuard is a static analysis tool purpose-built for AI agent security. It detects 22 vulnerability classes across 7 frameworks — including 6 novel attack vectors beyond the OWASP ASI Top 10. Every rule maps to CWE. Every finding gets a CVSS score. No other SAST tool does this.
Every rule is backed by a real vulnerability class. Read the formal security specification.
Six attack vectors discovered during real codebase audits. These exist in no other SAST tool or security standard.
Precision was measured on 50 findings randomly sampled from 951 CONFIRMED results — completely disjoint from the development sample. Every finding inspected at the source line.
def _update_prompts in ASI10). The FP filter has been updated to catch this. Next independent validation round will target 95%+. We publish the real number — not a hand-picked sample.
Run pip install dfx-agentguard && agentguard . on any of these frameworks and verify for yourself.
Full methodology in the Audit Report.
| Framework | Type | Files | Raw Findings | CONFIRMED | Risk Score |
|---|---|---|---|---|---|
| Dify | LLM Platform | 2,030 | 1,687 | 216 | 12,570 |
| CrewAI | Role-Based Agent | 1,042 | 1,317 | 99 | 6,392 |
| LlamaIndex | Data Framework | 2,951 | 1,080 | 294 | 6,341 |
| AutoGen | Multi-Agent | 553 | 696 | 98 | 2,696 |
| LangChain | Agent Framework | 1,831 | 436 | 132 | 2,653 |
| Qwen-Agent | Assistant | 238 | 242 | 50 | 1,325 |
| CAMEL | Multi-Agent | 355 | 147 | 62 | 946 |
| TOTAL | — | 9,000 | 5,605 | 951 | 32,923 |
5,605 total raw findings across 7 frameworks (pre-filtering). Classification tiers: CONFIRMED (high-confidence true positive) · INVESTIGATE (needs manual review) · BEST_PRACTICE (advisory) · LIKELY_FP (filtered).
Found in production code. 3 GitHub Security Advisories (GHSAs) filed against LangChain + 2 technical issues reported to AutoGen. All through responsible disclosure.
Additional tools (MCP Scanner, GitHub App, VS Code extension) in development.
pip install dfx-agentguard agentguard install --pre-commit
Blocks insecure agent code at commit time. Works with any Git repository. Zero CI config.
docker run --rm \ -v $(pwd):/workspace \ ghcr.io/dockfixlabs/agentguard \ .
Zero-install. Works in any CI/CD pipeline. ghcr.io published on every release.
- uses: dockfixlabs/agentguard@v0.8.2
with:
path: .
format: sarif
Native GitHub Code Scanning integration. SARIF auto-uploads. PR annotations.