Local Secrets Manage

Read-only hygiene audit of secret-bearing FILES by NAME (.env*, *.pem, *.key, id_rsa*, *_keys.env, credentials*.json, secrets.*): per-file verdict TRACKED-SECRET (already in the index — worst) / UNIGNORED (one `git add` from leaking) / OK. --fix-print proposes .gitignore lines, NEVER applies them. Names only — content/history scanning is history-leak-scan. Use when: "is my .env ignored", "audit secret files", "local-secrets", before a repo goes public. Zero deps.

Evan-Daruwalla Updated

File contents

Evan-Daruwalla/claude-skill-suite/tree/main/local-secrets-manage commit beabb8ba5a

Frequently asked questions

npx skillmds@latest add evan-daruwalla/local-secrets-manage