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
{
"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