Check dependencies for vulnerabilities and outdated packages
/plugin marketplace add jeremylongshore/claude-code-plugins-plus/plugin install dependency-checker@claude-code-plugins-plus# 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...