Agent Security Scanner
Freeby MCP Community
Security scanner MCP server for AI coding agents. Prompt injection firewall, package hallucination detection (4.3M+ packages), 1700+ vulnerability rules with AS
v4.2.0Added Apr 12, 2026
mcpmodel-context-protocolclaudeopencodekilocode
Agent Security Scanner MCP Server
Security scanner MCP server for AI coding agents. Prompt injection firewall, package hallucination detection (4.3M+ packages), 1700+ vulnerability rules with AS
Installation
npx -y agent-security-scanner-mcp
Reviews
Installation
Quick install
npx -y agent-security-scanner-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"agent-security-scanner": {
"command": "npx",
"args": ["-y", "agent-security-scanner-mcp"]
}
}
}