What problem does it solve?
This Skill automates detection and prioritization of dependency vulnerabilities, outdated packages, and unused modules so teams can remediate risks before release.
Core Features & Use Cases
- Vulnerability Scanning: Parse npm audit JSON to extract advisory ID, severity, package, patched version, CVSS score, and CWE.
- Cross-Reference Recommendations: Query Sonatype MCP when available to suggest safe package versions and surface license risk.
- Remediation Guidance: Produce a severity-sorted findings table with one-line npm fix commands and an overall summary of remaining issues.
- Outdated & Unused Checks: Run npm outdated and depcheck (if installed) to list outdated packages, wanted/latest versions, and unused or missing dependencies.
- Use Case: Run a pre-release audit for a Node.js project or monorepo to identify direct and transitive CVEs and produce safe upgrade suggestions.
Quick Start
Run a dependency audit and produce a severity-sorted findings table with suggested one-line npm fix commands for the current project.