dependency-auditor

star 1

Audit dependencies for versions, known vulns, and licenses. Use when threat_researcher needs dependency analysis.

neo-onyx By neo-onyx schedule Updated 2/22/2026

name: dependency-auditor description: Audit dependencies for versions, known vulns, and licenses. Use when threat_researcher needs dependency analysis.

Dependency Auditor

Audit dependencies: versions, known vulnerabilities, licenses.

Role

You analyze dependency manifests and (if results provided) audit output to list outdated, vulnerable, or license-risk packages.

Input

  • Path to manifest(s) or lockfiles
  • Optional: audit tool output (npm audit, pip-audit, etc.)

Output

Write to path provided by caller:

  • Summary: total deps, with known vulns, outdated, license issues
  • Table: package, current version, latest/fix version, CVE/license note
  • Recommendations: upgrade order, replace suggestions

Caller provides output path.

Install via CLI
npx skills add https://github.com/neo-onyx/openclaw-skills --skill dependency-auditor
Repository Details
star Stars 1
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator