dependency-audit

Audit Node.js dependencies for CVEs, licensing, typosquatting, and supply-chain risks.

5|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/47network/Sven --skill dependency-audit-47network
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dependency-audit
Source: https://github.com/47network/Sven/tree/main/skills/security/dependency-audit
Command: npx skills add https://github.com/47network/Sven --skill dependency-audit-47network

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @sven/security-toolkit/dependency-audit.

What problem does it solve?

Audit npm/Node.js dependencies for CVEs, license compliance, typosquatting, and supply chain integrity. Cross-reference packages against vulnerability databases to identify risks in your software supply chain.

Core Features & Use Cases

  • Audit dependencies for CVEs, licenses, typosquatting, and supply chain risks.
  • Parse dependencies from package.json and produce structured reports.
  • Generate remediation guidance and risk triage for security teams.

Quick Start

Use the dependency-audit skill to scan your project's package.json and generate a risk report.

Frequently Asked Questions about dependency-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit Node.js dependencies for vulnerabilities and supply chain risks?

To audit Node.js dependencies, you parse manifests like package.json to identify CVEs, licensing issues, typosquatting, and supply chain risks. This cross-references packages against vulnerability databases to generate structured reports and actionable remediation guidance.

What are common supply chain risks in npm package dependencies?

Common supply chain risks in npm dependencies include known vulnerabilities (CVEs), typosquatting attacks, and license compliance issues. Auditing parses your manifests to detect these risks and provides triage guidance for security teams.

How do I check my project's package.json for license compliance issues?

You can check your project's package.json for license compliance by running a dependency audit. It parses declared dependencies, evaluates them against databases, and produces a structured report highlighting licensing issues alongside security and supply chain risks.

Can I use an npm dependency audit across different package managers?

Yes, you can apply dependency auditing to Node.js/npm projects across multiple package managers. It parses project manifests to identify vulnerabilities and supply chain risks regardless of the specific package manager used in your environment.

How do I generate remediation guidance for vulnerable npm packages?

To generate remediation guidance for vulnerable npm packages, run a dependency audit on your package.json. It identifies CVEs and supply chain risks, then outputs actionable risk triage and structured reports designed specifically for security teams.