Bawbel Scanner for VS Code
io.github.bawbel/scanner
Security scanner for MCP servers and skill files. Detects AVE vulnerabilities before production.
client:VS Code
transport:stdio
runtime:pypi
Install Bawbel Scanner in VS Code
.vscode/mcp.json
{
"servers": {
"scanner": {
"type": "stdio",
"command": "uvx",
"args": [
"bawbel-scanner"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs