What problem does it solve? Projects accumulate outdated and vulnerable dependencies over time, and manually checking each package across different ecosystems is slow and error-prone. This Skill runs the right audit commands for your package manager and turns raw output into a prioritized, actionable report. ## Core Features & Use Cases - Multi-ecosystem vulnerability scanning: Runs the correct audit tool for npm, pnpm, yarn, Python, Rust, Go, or Ruby based on detected lock files. - Risk classification: Sorts findings into Critical, High, Medium, and Low severity so you know what to fix immediately versus what can wait. - Upgrade planning: Distinguishes patch, minor, and major upgrades and flags breaking changes before recommending major version bumps. - Use Case: Before a release, ask for a dependency audit of your Node.js project and receive a report listing vulnerable packages like lodash with the exact fixed version, plus a table of outdated packages marked by upgrade type. ## Quick Start Audit the dependencies in this project and report any vulnerabilities and outdated packages with recommended upgrades.