omcustom:npm-audit

SkillSecurity

Audit npm dependencies for security and updates

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the omcustom:npm-audit skill

What this skill tells your AI

The instructions your AI receives, as published by baekenough/oh-my-customcode in .claude/skills/npm-audit/SKILL.md and read by ahel’s review.

Audit npm dependencies for security vulnerabilities and outdated packages.

Options

--fix            Automatically fix vulnerabilities where possible
--production     Only audit production dependencies
--json           Output in JSON format

Workflow

1. Run npm audit for security vulnerabilities
2. Analyze vulnerability severity
3. Check for outdated dependencies
4. Generate health report
5. Suggest remediation steps

Output Format

Success

[NPM Audit] package-name

Security:
  Critical: 0
  High: 0
  Moderate: 2
  Low: 1

Outdated:
  Major updates: 3
  Minor updates: 5
  Patch updates: 12

Status: Needs attention (2 moderate vulnerabilities)

Recommendations:
  1. npm update lodash
  2. npm update axios

Failure

[NPM Audit] Failed

Error: {error_message}
Hint: Ensure package-lock.json exists

Examples

# Full dependency audit with report
npm-audit

# Audit and fix vulnerabilities
npm-audit --fix

# Audit only production dependencies
npm-audit --production

Signals

GitHub stars
34
Forks
6
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
omcustom-npm-audit
Source
github.com/baekenough/oh-my-customcode