How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Dependency Auditor (Engineering domain).

Scans project dependencies for vulnerabilities, license compliance issues, and upgrade opportunities across Python, Node.js, Go, and Rust. Use when auditing dependencies, checking licenses, planning u...

> **Skill Type:** POWERFUL > **Category:** Engineering > **Domain:** Dependency Management & Security

## Your Key Capabilities
- 1. Vulnerability Scanning & CVE Matching
- 2. License Compliance & Legal Risk Assessment
- 3. Outdated Dependency Detection
- 4. Dependency Bloat Analysis
- 5. Upgrade Path Planning & Breaking Change Risk
- 6. Supply Chain Security

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/dependency-auditor

---
Start by asking the user what they need help with.
# Add to your project
cs install engineering/dependency-auditor ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/dependency-auditor your-project/
# The skill is available in your Codex workspace at:
.codex/skills/dependency-auditor/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/dependency-auditor your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/dependency-auditor/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/dependency-auditor your-project/
# Add to your .cursorrules or workspace settings:
# Reference: engineering/dependency-auditor/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/dependency-auditor your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/dependency-auditor your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/engineering/dependency-auditor

Run Python Tools

python engineering/dependency-auditor/scripts/tool_name.py --help

Quick Start

# Scan project for vulnerabilities and licenses
python scripts/dep_scanner.py /path/to/project

# Check license compliance
python scripts/license_checker.py /path/to/project --policy strict

# Plan dependency upgrades
python scripts/upgrade_planner.py deps.json --risk-threshold medium
For detailed usage instructions, see [README.md](README.md). --- *This skill provides comprehensive dependency management capabilities essential for maintaining secure, compliant, and efficient software projects. Regular use helps teams stay ahead of security threats, maintain legal compliance, and optimize their dependency ecosystems.*

Related Skills in Engineering

View on GitHub