Skip to content
VS Code

Tripwire Guard — evidence-first injection scanner for VS Code

io.github.kubaopoczka/tripwire-guard

Local read-only MCP scanner for known prompt-injection patterns with exact evidence and no network.

client:VS Code transport:stdio runtime:npm

Install Tripwire Guard — evidence-first injection scanner in VS Code

.vscode/mcp.json

{
  "servers": {
    "tripwire-guard": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tripwire-guard"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Tripwire Guard — evidence-first injection scanner in other clients