From claude-code-toolkit
Audits project dependencies for vulnerabilities and outdated packages using native tools, categorizes by severity, and generates prioritized upgrade plans with formatted reports.
npx claudepluginhub rohitg00/awesome-claude-code-toolkitsecurity/Audit project dependencies for known vulnerabilities and outdated packages. ## Steps 1. Detect the package manager and run the native audit command: - npm: `npm audit --json` - pnpm: `pnpm audit --json` - yarn: `yarn audit --json` - pip: `pip-audit --format json` or `safety check --json` - cargo: `cargo audit --json` - go: `govulncheck ./...` 2. Parse audit results and categorize by severity (critical, high, moderate, low). 3. For each vulnerability: - Identify the affected package and version range. - Check if a patched version is available. - Determine if it i...
/dependency-auditAudits project dependencies for security vulnerabilities, outdated versions, licenses, maintenance, performance, conflicts, and supply chain risks; outputs health report and update plan.
/dependency-auditAudits project dependencies for security vulnerabilities, outdated versions, licenses, maintenance, performance, conflicts, and supply chain risks; outputs health report and update plan.
/dependency-auditAudits project dependencies for security vulnerabilities, license compliance, outdated packages, bundle size, and performance issues, producing analysis reports and recommendations.
/dependency-auditAudits project dependencies across package.json, requirements.txt, go.mod, and Gemfile for unpinned versions, deprecated packages, missing lockfiles, and known CVEs.
Audit project dependencies for known vulnerabilities and outdated packages.
npm audit --jsonpnpm audit --jsonyarn audit --jsonpip-audit --format json or safety check --jsoncargo audit --jsongovulncheck ./...npm outdated, pip list --outdated.Dependency Audit Report
=======================
Vulnerabilities: <critical>C / <high>H / <moderate>M / <low>L
| Package | Current | Patched | Severity | Type | CVE |
|---------|---------|---------|----------|------|-----|
Outdated (no vulnerabilities):
| Package | Current | Latest | Type |
|---------|---------|--------|------|
Recommended actions:
1. <action with command>