What problem does it solve?
Audit project dependencies for known vulnerabilities (CVEs) and outdated versions across npm, Python, Rust, and Go. Auto-detects manifests; runs osv-scanner + npm audit + npm outdated + pip-audit + cargo audit + govulncheck; cross-references a plan's ## Dependencies section; produces diff-style bump suggestions. NEVER edits manifests. Use after /edge-case-plan, before /plan-confidence — or standalone for periodic audits.
Core Features & Use Cases
- Auto-detects manifests across npm, Python, Rust, and Go.
- Executes multi-ecosystem scanners: osv-scanner, npm audit, npm outdated, pip-audit, cargo audit, govulncheck.
- Cross-references a plan's Dependencies section to validate and suggest changes.
- Emits read-only diff-style bump recommendations without altering manifests.
- Suitable for standalone audits or plan-bound reviews during release cycles.
Quick Start
Run the /deps-audit command to generate a read-only report of vulnerable and outdated dependencies.