★ 95 stars
JavaScript
🤖 AI/LLM
Updated 18d ago
Security scanner MCP server for AI coding agents. Prompt injection firewall, package hallucination detection (4.3M+ packages), 1000+ vulnerability rules with AST & taint analysis, auto-fix.
View on GitHub →
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-security-scann": {
"command": "npx",
"args": [
"-y",
"sinewaveai/agent-security-scanner-mcp"
]
}
}
}
Run in terminal:
claude mcp add agent-security-scann npx -y sinewaveai/agent-security-scanner-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent-security-scann": {
"command": "npx",
"args": [
"-y",
"sinewaveai/agent-security-scanner-mcp"
]
}
}
}
Topics
agent-securityai-securityauto-fixclaude-codeclinecodexcursorhallucination-detectionllm-securitymcpmcp-serveropenai-codexopenclawowaspprompt-injection