agentguard

dockfixlabs/agentguard
★ 1 stars Python AI/LLM Updated today
Autonomous security scanner for AI agents - detects prompt injection, tool abuse, data exfiltration, and all 10 OWASP ASI Top 10 vulnerabilities. MCP server mode included.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agentguard": {
      "command": "uvx",
      "args": [
        "agentguard"
      ]
    }
  }
}

Or install with pip: pip install agentguard

README Excerpt

# AgentGuard > **Autonomous security scanner for AI agents.** Detects prompt injection, tool abuse, data exfiltration, and OWASP ASI Top 10 vulnerabilities in agent code. --- AI agents are being deployed at scale - in coding tools, customer support, trading bots, and autonomous systems. **Nobody is scanning their code for security vulnerabilities.**

Topics

agent-securityai-agentsai-safetyai-securitycode-securitydevsecopsllm-securitymcpowaspowasp-asiprompt-injectionpythonsarifsastsecurity-scanner