AgentGuard: Open-Source AI Agent Security Scanner #12
dockfixlabs
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What is AgentGuard?
AgentGuard is an open-source static analysis tool that scans AI agent source code for security vulnerabilities. It detects the OWASP ASI Top 10.
Why does this exist?
AI agents are deployed everywhere - coding assistants, customer support, trading bots, autonomous systems. These agents have access to tools, APIs, filesystems, and network resources. Nobody is scanning their code for agent-specific vulnerabilities.
Existing tools (Bandit, Semgrep, CodeQL) scan for traditional vulnerabilities. AgentGuard scans for agent-specific attack vectors: prompt injection, tool abuse, data exfiltration, credential exposure, excessive agency, supply chain risks, and more.
Install
MCP Server Mode (Claude Code / Cursor)
{"command": "agentguard", "args": ["mcp"]}Ecosystem
Roadmap
Full roadmap: https://github.com/dockfixlabs/agentguard/blob/main/ROADMAP.md
Contributing
We welcome bug reports, feature requests, and pull requests. See CONTRIBUTING.md.
Feedback
What agent security challenges are you facing? What rules would you like to see?
All reactions