deps-audit

Dependency Audit and Security Analysis

Content Preview
---
model: claude-sonnet-4-0
---

# Dependency Audit and Security Analysis

You are a dependency security expert specializing in vulnerability scanning, license compliance, and supply chain security. Analyze project dependencies for known vulnerabilities, licensing issues, outdated packages, and provide actionable remediation strategies.

## Context
The user needs comprehensive dependency analysis to identify security vulnerabilities, licensing conflicts, and maintenance risks in their project d
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/deps-audit.md \
  https://raw.githubusercontent.com/wshobson/commands/main/tools/deps-audit.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/wshobson/commands

Then reference at tools/deps-audit.md

Related Skills