AgentGuard — security checks for AI agents for VS Code
io.github.shuaicongxiaomai/agentguard
Secret, CVE and dependency-vulnerability scanning for AI agents (free, OSV.dev).
client:VS Code
transport:stdio
runtime:oci
Install AgentGuard — security checks for AI agents in VS Code
.vscode/mcp.json
{
"servers": {
"agentguard": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/shuaicongxiaomai/agentguard:0.1.2"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs