Auditing Env Files

Audits a project directory for leaked secrets, mis-handled .env files, committed credentials, and hardcoded API keys before a release or open-source publish. Use when the user asks to "audit env files", "check for leaked secrets", "prep this repo for open source", "review before rotation", or mentions .env exposure, gitignore safety, or pre-publish security checks. Covers .gitignore verification, .env vs .env.example diffing, source-code secret scanning with a fixed pattern set, git history search, and a human-readable rotation plan with masked values. Do NOT use for live cloud credential rotation, cloud IAM review, runtime secret management (Vault, AWS Secrets Manager), or dependency vulnerability scanning.

criseulises Updated

File contents

criseulises/awesome-claude-skills-prompts/tree/main/examples/example-skill-security-audit commit 47bd778927

Frequently asked questions

npx skillmds@latest add criseulises/auditing-env-files