Secrets Hygiene Reviewer

Review a repo / service for secret-handling problems BEYOND what GHAS secret scanning catches at commit time. Focus areas — runtime exposure (env-var passthrough into logs / error pages / metrics labels / observability tags), rotation gaps (secrets used past their declared lifetime), config-file secrets in inheritable paths (`.env.example` with real values, dotfiles in dev containers), shell-history leakage in entry points, secrets in container layers (visible via `docker history`), and secret reuse across environments (prod credentials used in non-prod). Produces a structured finding list with severity, evidence, remediation. Use during service onboarding to GHAS, after a secret-leakage near-miss, or as a portfolio audit step.

themarmack Updated

File contents

themarmack/research-bot/tree/main/.claude/skills/secrets-hygiene-reviewer commit d89d6994db

Frequently asked questions

npx skillmds@latest add themarmack/secrets-hygiene-reviewer