deps-audit
Installation
SKILL.md
Audit project dependencies and produce a categorized report with a prioritized upgrade plan. Surface vulnerabilities, unused packages, and bundle bloat.
Step 1: Read Package Manifest
Read package.json (or the specified manifest file). Catalog:
- All
dependenciesand their pinned/range versions - All
devDependenciesand their pinned/range versions - Any
peerDependenciesoroptionalDependencies - Package manager in use (npm, pnpm, yarn) from lock file presence
- Node/runtime engine constraints if declared
Step 2: Check for Vulnerabilities
Run the appropriate audit command for the detected package manager: