dep-audit
Installation
SKILL.md
Dependency Audit
Cross-repository dependency audit. Scans package manifests (package.json, pyproject.toml, Cargo.toml, go.mod) for outdated packages, security advisories, version conflicts between repos, and license compatibility issues. Produces a prioritized update plan.
Install
git clone https://github.com/thatrebeccarae/claude-marketing.git && cp -r claude-marketing/skills/dep-audit ~/.claude/skills/
When to Use
- Monthly hygiene: Run on a cadence to catch dependency drift before it compounds
- Before releases: Verify no known vulnerabilities ship to production
- Security incidents: When a CVE drops, quickly assess exposure across all repos
- Onboarding new repos: Baseline the dependency health of a repo you're inheriting or adopting