🛡️ Security scanner for AI agents, MCP servers & plugins — 30 rules, AST taint tracking, cross-file analysis, kill chain detection. Free & open source alternative to Snyk Agent Scan.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agent-shield": {
"command": "npx",
"args": [
"-y",
"elliotllliu/agent-shield"
]
}
}
}
Run in terminal:
claude mcp add agent-shield npx -y elliotllliu/agent-shield
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent-shield": {
"command": "npx",
"args": [
"-y",
"elliotllliu/agent-shield"
]
}
}
}