Skip to content
Zed

agent guard for Zed

io.github.ipezygj/agent-guard

Safety checks an agent runs before it acts: package malware, destructive command, secret leak.

client:Zed transport:stdio runtime:pypi

Install agent guard in Zed

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

{
  "context_servers": {
    "agent-guard": {
      "command": "uvx",
      "args": [
        "agent-tripwire"
      ]
    }
  }
}

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

agent guard in other clients