audit-security-dependencies

Run npm or pip CVE checks on packages and analyze dependencies.

Updated Dec 31, 2025
One-click install
npx skills add https://github.com/JackSmack1971/claude-code-learning-flywheel --skill audit-security-dependencies
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-security-dependencies
Source: https://github.com/JackSmack1971/claude-code-learning-flywheel/tree/main/.claude/skills/audit-security-dependencies
Command: npx skills add https://github.com/JackSmack1971/claude-code-learning-flywheel --skill audit-security-dependencies

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents supply chain vulnerabilities and dependency bloat. Enforce rigorous security checks before adding or updating packages, preventing the introduction of known CVEs or malicious dependencies.

Core Features & Use Cases

  • Phase-based checks: research package, install with pinning, update with care
  • Automated CVE checks and vulnerability remediation guidance
  • Use Case: Prior to adding a new package, vet it for CVEs and license compatibility

Quick Start

Run npm/pip CVE checker on a specific package or analyze all dependencies; fix vulnerabilities before deploying.