Skip to content
Zed

LeakRank Guard for Zed

io.github.prototeemo/leakrank-guard

Scans code changes for leaked secrets and insecure config, with actionable fixes for AI agents.

client:Zed transport:stdio runtime:npm

Install LeakRank Guard in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "leakrank-guard": {
      "command": "npx",
      "args": [
        "-y",
        "leakrank-guard"
      ],
      "env": {
        "LEAKRANK_API_KEY": "<LEAKRANK_API_KEY>"
      }
    }
  }
}

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

LeakRank Guard in other clients