Dep check
Dependency audit skill. Check for outdated packages and security vulnerabilities. Auto-activates on "check dependencies", "any vulnerable packages", "audit deps", "what's outdated", "npm audit". Routes to dep-checker sub-agent to keep main context clean.From its SKILL.md
npx -y skills add shivae372/claude-bootstrap --skill dep-checkAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 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.
SKILL.md
1.2 KB, 217 tokens by cl100k_base, as published. Nobody here has run it
Purpose
Run a full dependency audit using the dep-checker sub-agent. Returns a clean vulnerability and outdated package report.
Steps
1. Delegate to Sub-agent
Use the dep-checker agent to: audit all project dependencies for vulnerabilities and outdated packages
2. Present Results
## Dependency Audit
**Risk**: [CRITICAL / HIGH / MEDIUM / CLEAN]
### 🔴 Security Vulnerabilities
[CVEs with fix commands]
### ⬆️ Major Updates Available
[Packages with breaking version bumps — manual review needed]
### 📦 Minor/Patch Updates
[Safe to update: `npm update` or equivalent]
### Recommended Action
[Specific commands to run]
3. If Critical Vulnerabilities Found
⛔ CRITICAL: Known exploited vulnerability in [package].
Fix: [exact command]
Do not deploy until patched.
4. If Clean
✅ All dependencies are up to date with no known vulnerabilities.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.