What problem does it solve? Third-party packages carry two distinct risks — known vulnerabilities (CVEs) and supply-chain attacks (malicious or hijacked packages) — and teams often lack a structured process to scan, triage, and remediate them before they reach production. ## Core Features & Use Cases - CVE Scan & Triage: Run pip-audit, npm audit, or trivy and triage findings by reachability, exploitability, and fix availability instead of raw severity scores. - Supply-Chain Hygiene: Enforce lockfile discipline, vet new dependencies before adding them, check for typosquats, and harden CI with audit jobs and release cooldowns. - Safe Upgrades & CVE Response: Plan one-major-per-PR upgrades with changelog review, and follow a drill for responding to published CVEs including transitive overrides and exposure-window checks. - Use Case: A critical CVE is published for a library in your stack — use this Skill to confirm whether you are affected, force the patched transitive version, deploy, and document the exposure verdict. ## Quick Start Audit this project's dependencies for known vulnerabilities and supply-chain risks, then produce a triage report with actions and due dates.