Skip to content

hardcoded credential audit for Zed

io.github.jmshinhwa/hardcoded-credential-audit

Open any config file and see every hardcoded credential — and every setting that quietly undoes your

client:Zed transport:stdio runtime:npm

Install hardcoded credential audit in Zed

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

{
  "context_servers": {
    "hardcoded-credential-audit": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/hardcoded-credential-audit"
      ]
    }
  }
}

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

hardcoded credential audit in other clients