audit-fixer
Installation
SKILL.md
Audit Fixer
npm audit shows 47 vulnerabilities. Half are in nested dependencies you can't control. This tool analyzes your audit results and gives you actionable fixes. Which ones matter, which to ignore, and exactly what to do about each.
One command. Zero config. Just works.
Quick Start
npm audit --json | npx ai-audit-fix
What It Does
- Analyzes npm audit output and prioritizes by real risk
- Identifies which vulnerabilities actually affect your code
- Provides specific fix commands for each issue
- Explains when to override vs when to actually fix
- Distinguishes between dev and production dependencies