ToolTrust Scanner for VS Code
io.github.agentsafe-ai/tooltrust-scanner
Scans MCP servers for prompt injection, data exfiltration, and privilege escalation.
client:VS Code
transport:stdio
runtime:npm
Install ToolTrust Scanner in VS Code
.vscode/mcp.json
{
"servers": {
"tooltrust-scanner": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tooltrust-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs