deps-audit

Installation
SKILL.md

Dependency Audit

Commands

Run in parallel:

  • npm audit
  • npm outdated

Workflow

  1. Run audit and outdated check in parallel
  2. Report vulnerabilities with CVE + fix command using severity table below
  3. List outdated packages: table of package/current/latest/type (major vs minor/patch)
  4. Check for unused deps: grep imports in src/

Severity Levels

Installs
23
GitHub Stars
10
First Seen
Mar 25, 2026
deps-audit — helderberto/skills