Agent skill · Security

analyze-dependencies

Audit project dependencies for risk when the user asks to check dependencies, audit packages, review dependency health, check for vulnerabilities, or assess supply chain risk

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill analyze-dependencies-generaljerel-chalk-skills --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Version: 1.0.0
Declared author: chalk
Allowed tools: ReadGlobGrepBash
Path: skills/analysis/analyze-dependencies-generaljerel-chalk-skills/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Analyze Dependencies ## Overview Audit the project's dependency tree across five risk dimensions: freshness, vulnerabilities, bundle impact, license compliance, and maintenance status. Produce a risk-scored report with actionable recommendations for each dependency. ## Workflow 1. **Read project context** — Check `.chalk/docs/engineering/` for: - Architecture docs (to understand which dependencies are critical path) - Previous dependency audits - Any documented dependency policies or license requirements 2. **Locate dependency manifests** — Scan the project for: - `package.json` / `package-lock.json` / `yarn.lock` / `pnpm-lock.yaml` (Node.js) - `pyproject.toml` / `requirements.txt` / `Pipfile` / `poetry.lock` (Python) - `pubspec.yaml` / `pubspec.lock` (Dart/Flutter) - `Cargo.toml` / `Cargo.lock` (Rust) - `go.mod` / `go.sum` (Go) - `Gemfile` / `Gemfile.lock` (Ruby) - `pom.xml` / `build.gradle` (Java/Kotlin) - If `$ARGUMENTS` specifies a file, focus on that manifest 3. **Inventory dependencies** — For each manifest, list: - Direct dependencies (production) - Direct dev dependencies - Note the declared version constraints (exact, range, caret, tilde) 4. **Assess freshness** — For ea

What's inside
Steps it walks through
  1. Overview
  2. Workflow
  3. Filename Convention
  4. Dependency Audit Format
  5. Risk Scoring Matrix
  6. Anti-patterns
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the analyze-dependencies skill do?

Audit project dependencies for risk when the user asks to check dependencies, audit packages, review dependency health, check for vulnerabilities, or assess supply chain risk

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill analyze-dependencies-generaljerel-chalk-skills --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going