What problem does it solve?
Dependency audit reduces the risk of shipping security vulnerabilities, outdated packages, and license compliance issues hidden inside a project’s dependency tree.
Core Features & Use Cases
- Vulnerability Scan: Runs npm audit and summarizes findings by severity (Critical, High, Moderate, Low) to support triage and deployment gating.
- Outdated Packages Review: Uses npm outdated to identify version drift so teams can plan patch, minor, or major updates safely.
- License Compliance Enforcement: Compares dependency licenses against allowed, restricted, and banned lists to prevent accidental policy violations.
- Dependency Health Signals: Flags abandoned packages and other quality risks (e.g., low download counts or suspected malicious packages) for remediation.
Quick Start
Run /audit-deps path/to/project to generate a dependency report and prioritize fixes for vulnerabilities, outdated packages, and license issues.