audit-fixer
⚠Review·Scanned 2/18/2026
Analyzes npm audit JSON and returns prioritized fix commands using an OpenAI model. It runs npm audit --json locally and sends audit data to the OpenAI API, requiring the OPENAI_API_KEY environment variable.
from clawhub.ai·v10eefa5·38.8 KB·0 installs
Scanned from 1.0.1 at 10eefa5 · Transparency log ↗
$ vett add clawhub.ai/lxgicstudios/audit-fixerReview findings below
ai-audit-fix
Analyze npm audit output with AI and get clear, actionable fix suggestions instead of cryptic vulnerability reports.
Install
npm install -g ai-audit-fix
Usage
npx ai-audit-fix
Run it in any project with a package.json. It runs npm audit under the hood, sends the results to GPT-4o-mini, and gives you a plain English breakdown with exact fix commands.
Setup
export OPENAI_API_KEY=sk-...
What you get
- Vulnerability summary (critical/high/moderate/low counts)
- Plain English explanation of each issue
- Exact commands to fix them
License
MIT