dependency-audit

Installation
SKILL.md

Dependency Audit

Audit, update, and manage dependencies safely.

npm / Node.js

Audit

# Run security audit
npm audit
npm audit --json              # Machine-readable
npm audit --production        # Production deps only

# Fix automatically
npm audit fix
npm audit fix --force         # Allow major version bumps

# Check specific advisory
Related skills

More from 1mangesh1/dev-skills-collection

Installs
9
GitHub Stars
3
First Seen
Feb 15, 2026