skills/deps-audit/SKILL.md
Audits project dependencies for vulnerabilities, outdated packages, and license issues. Use when checking dependency health, running security audits, or reviewing package versions. Covers native audit tools, version freshness, and license compliance.
npx skillsauth add philoserf/claude-code-setup skills/deps-auditInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Audit this project's dependencies. If $ARGUMENTS are provided, scope the audit accordingly (e.g., a specific package, dimension, or ecosystem).
Identify which package managers are present and their lock files.
| Manifest | Ecosystem | Audit Tool | Outdated Tool |
| --------------------------------- | --------- | ---------------- | ------------------- |
| package.json | Node.js | npm audit | npm outdated |
| pyproject.toml / requirements.txt | Python | pip-audit | pip list -o |
| go.mod | Go | govulncheck | go list -m -u |
| Cargo.toml | Rust | cargo audit | cargo outdated |
| Gemfile | Ruby | bundle-audit | bundle outdated |
| composer.json | PHP | composer audit | composer outdated |
Run each check using the ecosystem's native tooling:
Produce a structured report with:
code-audittech-debttesting
Audits ~/.claude/skills/ for unused entries, duplicate names, missing descriptions, and the longest descriptions. Use when trimming the user-level skill set, asking which skills are unused, finding duplicates, or auditing skill hygiene.
tools
Publishes and manages Flowershow sites with the `fl` CLI (the Go-based successor to the deprecated `@flowershow/publish` npm package). Use when publishing a note or folder to Flowershow, syncing updates to an existing site, managing auth, listing or deleting sites, or installing/upgrading the CLI.
tools
Copy edits prose while preserving voice and register. Use when asked to edit, copy edit, line edit, proofread, revise, polish, tighten, rewrite, or clean up essays, articles, drafts, or fiction. Flags wordiness, passive voice, clichés, hedging, and nominalizations with bracket markup or clean rewrites.
tools
Improves CLAUDE.md by analyzing conversation patterns. Use when Claude keeps repeating a mistake, when teaching a new preference, or when consolidating guidance from repeated instructions. Captures recurring corrections and style preferences into project instructions.