Skip to content
Zed

Tripwire Guard — evidence-first injection scanner for Zed

io.github.kubaopoczka/tripwire-guard

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

client:Zed transport:stdio runtime:npm

Install Tripwire Guard — evidence-first injection scanner in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "tripwire-guard": {
      "command": "npx",
      "args": [
        "-y",
        "tripwire-guard"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Tripwire Guard — evidence-first injection scanner in other clients