Agent Audit
Freeby MCP Community
Security scanner for AI agent tooling — MCP servers, tool definitions, and agentic pipelines
v0.3.3Added Apr 12, 2026
securitymcpai-agentsllm-securityprompt-injection
Agent Audit MCP Server
Security scanner for AI agent tooling — MCP servers, tool definitions, and agentic pipelines
Installation
npx -y @piiiico/agent-audit
Reviews
Installation
Quick install
npx -y @piiiico/agent-audit
Add to claude_desktop_config.json
{
"mcpServers": {
"agent-audit": {
"command": "npx",
"args": ["-y", "@piiiico/agent-audit"]
}
}
}