Dep check
Self-healing, self-learning Claude Code setup — finds, installs, or forges the skills, hooks & MCP your project needs, in real time. Pairs with nodo.
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.
What its author says it does
Copied from the file, not written here
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.
SKILL.md
1.2 KB, 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.