From dependency-checker
Scans project dependencies for known vulnerabilities, outdated packages, and license compliance issues, then generates a report with CVE details, safe upgrade paths, and recommended fixes.
How this command is triggered — by the user, by Claude, or both
Slash command
/dependency-checker:check-depsThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Dependency Checker Analyze project dependencies for known vulnerabilities, outdated packages, and license compliance issues. ## Analysis Process 1. **Detect Package Manager** - Identify package.json (npm/yarn/pnpm) - Identify requirements.txt/Pipfile (pip) - Identify composer.json (PHP) - Identify Gemfile (Ruby) - Identify go.mod (Go) 2. **Vulnerability Scanning** - Check against CVE databases - Identify known security advisories - Report CVSS scores - Check transitive dependencies 3. **Version Analysis** - Identify outdated packages - Check for avail...
Analyze project dependencies for known vulnerabilities, outdated packages, and license compliance issues.
Detect Package Manager
Vulnerability Scanning
Version Analysis
License Compliance
Generate comprehensive dependency report with:
npx claudepluginhub dorucioclea/claude-code-plugins-plus --plugin dependency-checker17plugins reuse this command
First indexed Dec 31, 2025
Showing the 6 earliest of 17 plugins
/check-depsScans project dependencies for known vulnerabilities, outdated packages, and license compliance issues, then generates a report with CVE details, safe upgrade paths, and recommended fixes.
/dependency-auditAudits project dependencies for security vulnerabilities, version outdatedness, license compliance, and supply chain risks across multiple package managers.
/dependency-auditAudits project dependencies for known vulnerabilities and outdated packages, categorizing by severity and generating an upgrade plan.
/audit-depsAudits all project dependencies for security vulnerabilities, licensing issues, and maintenance status, producing a prioritized action list.
/deps-auditScans project dependencies across multiple package managers for known vulnerabilities, license compliance issues, and outdated packages. Produces a prioritized remediation report with actionable fixes.
/dependenciesScans project dependencies for CVE vulnerabilities across 11 package managers (npm, pip, cargo, bundler, etc.), generates risk scores, and provides fix recommendations.