Env audit
The claude code config, tailored to myself, battle-tested (might inspires you)
npx -y skills add latuconsinafr/claude-code-config --skill env-auditAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when you want to audit environment variable usage — scans the entire codebase for all env var references across all sources (code, Docker, CI, config files) and flags anything undocumented or inconsistent. Works for any stack and any env var pattern.
SKILL.md
0.9 KB, 141 tokens by cl100k_base, as published. Nobody here has run it
Environment Variable Audit
Spawn the scanner agent in env-audit mode:
Scan mode: env-audit
Scope: $ARGUMENTS (scan entire repo if empty)
Run a full env-audit scan:
- Collect all env var references in code (by detected stack/language)
- Collect all env var sources (.env files, Docker, CI configs, Terraform, serverless)
- Cross-reference and classify: missing, undocumented, stale, naming inconsistencies, clean
Return the structured findings report with 🔴 / 🟡 / 🟢 / ⚠️ sections and summary stats.
Present the scanner's report to the user without modification.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.