- Home
- Skills
- Code Review
- dependency-audit
Dependency Audit
Audit project manifests against source code to find unused, missing, and misplaced dependencies across major languages.
Secure checkout via Stripe
Works with the AI tools you already use
See it in action
You say
Audit my project's dependencies to find any unused packages or items in the wrong section, and give me the commands to fix them.
Your agent does
Findings
Unused
| Package | Location | Confidence | |---------|----------|------------| | lodash | prod | High |
Misplaced
| Package | Move to | |---------|---------| | vitest | devDependencies |
Recommendations:
Run npm uninstall lodash and npm install -D vitest.
What you get
About this skill
What it does
The Dependency Audit skill performs a deep-tissue scan of your project to identify unused, misplaced, and missing dependencies. It works by cross-referencing your manifest files (like package.json, requirements.txt, or Cargo.toml) against the actual import and require statements found in your source code.
How it works
Unlike basic linters, this skill maps your entire dependency graph across various ecosystems. It categorizes issues into clear buckets: unused packages that are bloating your build, dev-dependencies that accidentally leaked into production code, and "phantom" dependencies that you're using without explicitly declaring them.
Supported ecosystem
- Node.js/TypeScript: npm, yarn, pnpm (handles scoped packages and test-file detection).
- Python: pip (requirements.txt and pyproject.toml normalization).
- Go: go.mod analysis.
- Rust: Cargo.toml dependency and dev-dependency separation.
Why use this skill?
Standard dependency checkers often miss the context of where a package is used. This skill understands the difference between production source and test suites. It prevents production crashes caused by missing manifest entries and reduces your attack surface by pruning unneeded code. It delivers a comprehensive DEPENDENCY_AUDIT.md report with actionable CLI commands to fix every found issue.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean 4 months ago
- One-time purchase, yours forever