From dependency-manager
Audits project dependencies for vulnerabilities, licensing issues, maintenance status, unused packages, tree depth; generates report with stats and prioritized actions.
How this command is triggered — by the user, by Claude, or both
Slash command
/dependency-manager:audit-depsThe summary Claude sees in its command listing — used to decide when to auto-load this command
Audit all project dependencies for vulnerabilities, licensing issues, and maintenance status. ## Steps 1. Detect the package manager and run native audit: - npm: `npm audit --json` - pnpm: `pnpm audit --json` - pip: `pip-audit --format json` - cargo: `cargo audit --json` 2. Check package maintenance status: - Last publish date for each dependency. - Open issue count and response time. - Whether the package is deprecated. 3. Verify license compatibility: - List all dependency licenses. - Flag any copyleft licenses (GPL) in permissive projects. - Flag packages ...
Audit all project dependencies for vulnerabilities, licensing issues, and maintenance status.
npm audit --jsonpnpm audit --jsonpip-audit --format jsoncargo audit --jsonDependency Audit - <date>
Vulnerabilities: <C>critical, <H>high, <M>moderate, <L>low
Licenses: <N> permissive, <N> copyleft, <N> unknown
Maintenance: <N> actively maintained, <N> stale, <N> deprecated
Unused: <list>
Priority actions:
1. [CRITICAL] Upgrade <pkg> to fix CVE-XXXX
2. [WARNING] Replace deprecated <pkg> with <alternative>
npx claudepluginhub rohitg00/awesome-claude-code-toolkit --plugin dependency-manager/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 vulnerabilities and outdated packages using native tools, categorizes by severity, and generates prioritized upgrade plans with formatted reports.
/check-depsChecks project dependencies for vulnerabilities, outdated packages, and license issues across npm, pip, Composer, Bundler, and Go modules. Generates report with CVE details, upgrade paths, and commands.
/deps-auditScans project dependencies for vulnerabilities, outdated packages, license conflicts, and supply chain risks, then provides actionable remediation strategies.
/depsAudits project dependencies for security vulnerabilities (default), lists outdated packages, or previews upgrades across detected package managers. Outputs vulnerability lists, update tables, and prioritized fix commands.
/dependency-auditAudits project dependencies for security vulnerabilities, license compliance, outdated packages, bundle size, and performance issues, producing analysis reports and recommendations.