Dep Guard Skill
Automated dependency security enforcement. The PreToolUse hook intercepts all package install commands and enforces:
- Registry connectivity — hard-blocks if offline (can't verify = can't install)
- Latest versions — resolves and upgrades outdated version requests
- Vulnerability scanning — checks OSV.dev for known CVEs before install
How It Works
The dep-guard.py hook runs on every Bash command. If it detects an install command (npm install, pip install
[Description truncada. Veja o README completo no GitHub.]