v0.2.10 - Env audit skill
v0.2.10 adds env-audit-skill.
Install:
npm install -g coding-agent-skills
New command:
coding-agent-skills env-audit /path/to/project
Existing commands:
coding-agent-skills validate-pack
coding-agent-skills validate-project /path/to/project
coding-agent-skills repo-map /path/to/project
coding-agent-skills route-trace /path/to/project
coding-agent-skills validate-adapters /path/to/adapter-root
Highlights:
- Read-only static environment variable name mapping
- Adapter-aware scope control
- Sample, required, optional, inferred, skipped, and not-verified reporting
- .env and secret-bearing files are refused
- No value printing
- No credential validation
- No API calls
- No target-project builds or tests
- No deployments
- No migrations
Requires Node.js 20+.