What problem does it solve? Node.js projects accumulate direct and transitive dependencies with known CVEs, but raw npm audit output lacks verified upgrade targets and coverage accounting. This Skill audits the full dependency tree against NodeSource NCM vulnerability data and produces an integrity-checked report with NCM-verified remediation versions. ## Core Features & Use Cases - Full dependency tree audit: Parses package-lock.json, yarn.lock, or pnpm-lock.yaml to collect direct and transitive dependencies, then checks every package version against the NCM API. - Verified remediation plan: Queries patched-range boundary and latest candidate versions to confirm upgrade targets free of active advisories, distinguishing verified, unresolved, and verification-failed findings. - Integrity-checked reporting: Saves a complete Markdown report under .nsolid/assets/ and emits a deterministic executive summary with severity counts, coverage gaps, and withdrawn-only findings. - Use Case: Before a dependency upgrade sprint, run the audit to get a severity-ranked list of vulnerable packages with NCM-verified target versions and a remediation table, instead of manually cross-referencing CVE databases. ## Quick Start Ask the assistant to audit this project's dependencies for vulnerabilities using the NCM audit skill and show the executive summary.