dependency-checker
Check dependencies for known vulnerabilities, outdated packages, and license compliance
Installation
Open Claude Code and run this command:
/plugin install dependency-checker@claude-code-plugins-plus
Use --global to install for all projects, or --project for current project only.
What It Does
Check dependencies for known vulnerabilities, outdated packages, and license compliance across multiple package managers.
Features
- Multi-Language Support - npm, pip, composer, gem, go modules
- CVE Detection - Known vulnerability scanning
- Version Analysis - Identify outdated packages
- License Scanning - Check license compatibility
- Transitive Dependencies - Scan entire dependency tree
- Remediation Guidance - Safe upgrade recommendations
Skills (1)
analyzing-dependencies
View full skill →
Analyze dependencies for known security vulnerabilities and outdated.
ReadWriteEditGrepGlobBash(security:*)Bash(scan:*)Bash(audit:*)
How It Works
/check-deps
/depcheck
Use Cases
/depcheck
npm audit fix
/depcheck
npm test
git add package.json package-lock.json
git commit -m "fix: update vulnerable dependencies"