Env Setup

Scans a codebase for environment variable usage to generate or sync .env.example, validate .env completeness against what the code actually reads, and detect leaked secrets in .env or git history. Use for "/env-setup", "update .env.example", "sync .env.example with the codebase", "check if .env has everything it needs", "is .env in .gitignore", or "scan for leaked secrets in .env". Not a full security audit (use review-security for OWASP-level scanning) and not a generic secret-rotation or CI-secrets-injection tool.

mgiovani 3d1846b 5 files · 15.6 KB Updated

File contents

mgiovani/cc-arsenal/tree/main/skills/env-setup commit 3d1846b02c

Frequently asked questions

npx skillmds@latest add mgiovani/env-setup