Skip to content
Gemini CLI

hardcoded credential audit for Gemini CLI

io.github.jmshinhwa/hardcoded-credential-audit

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

client:Gemini CLI transport:stdio runtime:npm

Install hardcoded credential audit in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

hardcoded credential audit in other clients