Agent Security Scanner for VS Code
io.github.mikehzp/agentvuln
Scan AI agents for tool-calling vulnerabilities: prompt leaks, hijacking, injections, and more.
client:VS Code
transport:stdio
runtime:pypi
Install Agent Security Scanner in VS Code
.vscode/mcp.json
{
"servers": {
"agentvuln": {
"type": "stdio",
"command": "uvx",
"args": [
"agentvuln"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs