agentsclimarketplace

Env audit

Skill latuconsinafr/claude-code-config/skills/env-audit

The claude code config, tailored to myself, battle-tested (might inspires you)

Install
npx -y skills add latuconsinafr/claude-code-config --skill env-audit

Assembled 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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.