agent guard for VS Code
io.github.ipezygj/agent-guard
Safety checks an agent runs before it acts: package malware, destructive command, secret leak.
client:VS Code
transport:stdio
runtime:pypi
Install agent guard in VS Code
.vscode/mcp.json
{
"servers": {
"agent-guard": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-tripwire"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs