env-drift — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited env-drift (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Part of shipsafe — offline deploy-safety skills. Every script is stdlib-only Python 3.8+; nothing leaves the machine.
python3 scripts/env_drift.py <project_root> [--json]Reports four classes:
http://localhost:* baked into code (test files exempt). Works in dev, dead in production; the fix is an env var or relative path.process.env.X read inside a 'use client' component. In the browser it's undefined (silent breakage), and renaming it to NEXT_PUBLIC_* is only acceptable when it is genuinely not a secret.Detects references in JS/TS (process.env, import.meta.env), Python (os.environ, os.getenv), and Deno. Runtime-provided vars (NODE_ENV, VERCEL_URL...) are excluded automatically.
After running: fix MISSING by adding the vars to the platform dashboard AND .env.example, and remind the user that platform env changes require a redeploy to take effect.
Exit codes: 0 clean, 1 findings.
All paths below are relative to this skill's directory (env-drift/).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.