Project: Audit Dependencies ยท git:20260813.691c777 ยท 2026-08-13 ยท sha256 7a371083892caa30
Project: Audit Dependencies git:20260813.691c777A
Immutable. This exact content is served forever at /api/v1/blob/7a371083892caa30.
---
name: "Repo: Analyse Package Deps"
description: "{{ ๐๐๐ }} Investigate this repo's dependencies in detail"
when_to_use: "When auditing dependency health โ outdated packages, security advisories, a specific package that looks suspect โ rather than eyeballing package.json."
model: sonnet
effort: high
disable-model-invocation: true
allowed-tools: ["Read", "Glob", "Grep", "Bash(~/.claude/library/scripts/deps-dump.sh:*)", "WebSearch", "WebFetch"]
arguments: ["dep"]
argument-hint: ["optional: concerning dep"]
---
# Repo Package & Dependency Analysis
<overview>
Provide an in-depth analysis of this codebase's package dependencies, particularly $ARGUMENTS.
</overview>
<steps>
1. Run `"$HOME"/.claude/library/scripts/deps-dump.sh` โ it detects the package manager from lockfiles and dumps declared versions, outdated report and audit output in one pass. Analyse that dump rather than orchestrating the package-manager CLIs yourself.
2. For anything the dump flags (or $ARGUMENTS names), check deprecation notices & security advisories online.
3. Suggest fixes and updates, ordered by risk.
</steps>