Secrets Discipline

Enforce safe handling of API keys, tokens, passwords, and credentials — env files, `.gitignore` coverage, `.env.example` upkeep, rotation after exposure. This is the PREVENTIVE workflow; `secrets-scan` is the detection pass that finds what already leaked. Run when adding an integration, before commits, before a first deploy, and when the user pastes something that looks like a credential or says "essa é minha chave da OpenAI", "onde eu coloco esse token?", "posso commitar o .env?".

lglucas 769acc3 2.8 KB Updated

File contents

lglucas/ai-dev-operating-system/tree/main/.claude/skills/secrets-discipline commit 769acc39f9

Frequently asked questions

npx skillmds@latest add lglucas/secrets-discipline