Skip to content

Trustabl for Zed

io.github.trustabl/agent-reliability-analyzer

Find and fix reliability and safety gaps in agent code, across nine agent SDKs.

client:Zed transport:stdio runtime:oci

Install Trustabl in Zed

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

{
  "context_servers": {
    "agent-reliability-analyzer": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/trustabl/agent-reliability-analyzer:0.1.11"
      ]
    }
  }
}

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

Trustabl in other clients