supply-chain-review

supply-chain-review is a skill for Claude Code from yongquantan/dependency-guard. It costs 0 tokens per session (362 once invoked), scanned A, original, MIT.

A checklist and procedure for reviewing the security of installed software packages and their dependencies.

In plain words
What is it for?
Use it to review dependency versions and lockfiles, inspect installation scripts, run package audits, and check forensic logs for supply-chain threats.
Why use it?
It helps find risks such as uncommitted lockfiles, install-time scripts, known vulnerabilities, fake package names, and credential theft.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the dependency-guard plugin — 1 skill, 1 command, 2 hooks shipped together

Good fit Use it to review dependency versions and lockfiles, inspect installation scripts, run package audits, and check forensic logs for supply-chain threats.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yongquantan/dependency-guard/supply-chain-review
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add yongquantan/dependency-guard --skill supply-chain-review
Clone the repo
git clone --depth 1 https://github.com/yongquantan/dependency-guard

Made for: Claude Code.

Or install dependency-guard, the plugin that ships this one along with the rest of its 1 skill, 1 command, 2 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for supply-chain-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/yongquantan/dependency-guard/supply-chain-review/github.svg)](https://agentmods.dev/skills/yongquantan/dependency-guard/supply-chain-review)
Your own site
<a href="https://agentmods.dev/skills/yongquantan/dependency-guard/supply-chain-review"><img src="https://agentmods.dev/badge/skills/yongquantan/dependency-guard/supply-chain-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for supply-chain-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/yongquantan/dependency-guard/supply-chain-review"><img src="https://agentmods.dev/badge/skills/yongquantan/dependency-guard/supply-chain-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 362 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00362
Opus 5 $0.00000 $0.00181
Sonnet 5 $0.00000 $0.00072
Haiku 4.5 $0.00000 $0.00036

Measured 12d ago against content hash e0167e84c400, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

supply-chain-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugin/skills/supply-chain-review/SKILL.md · 27 lines

What it actually says

Supply Chain Review

When the user asks about dependency security, supply chain hardening, or wants to review the safety of their installed packages, use this skill.

What to check

  1. Lockfile integrity — Are package-lock.json / yarn.lock / uv.lock committed and up to date?
  2. Pinned versions — Are dependencies pinned to exact versions (not ranges)?
  3. Install scripts — Run npm pkg get scripts.postinstall or check setup.py for install-time code execution.
  4. Known vulnerabilities — Run npm audit or pip audit if available.
  5. Forensic logs — Check ~/.dep-guard/logs/ for recent audit logs from Dependency Guard.

Recent attack patterns to watch for

  • Phantom dependencies: A package adds a dependency that doesn't exist on the registry, then publishes it with malware (e.g., axios + plain-crypto-js).
  • Postinstall RATs: Malicious code in postinstall hooks that phones home and drops a remote access trojan (e.g., LiteLLM .pth file attack).
  • Typosquatting: Packages with names similar to popular ones (e.g., axois instead of axios).
  • Credential harvesting: Postinstall scripts that read ~/.ssh, ~/.aws, or environment variables and exfiltrate them.

Hardening recommendations

  • Disable install scripts globally: npm config set ignore-scripts true (re-enable per package as needed)
  • Use --ignore-scripts flag for installs of unfamiliar packages
  • Pin all dependency versions and commit lockfiles
  • Review diffs when lockfiles change in PRs
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 27 lines · 0 tokens per session scan A e0167e84c400

Subscribe to this mod's changes

supply-chain-review is a skill published in the GitHub repository yongquantan/dependency-guard (7 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 362 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

setup

Scaffold project: clone repo, install real library. Only invoke when explicitly requested by the user or by the yoink orchestrator.

theogbrand/yoink · 29 tokens

yoink

Curate tests then decompose dependencies.

theogbrand/yoink · 10 tokens

skill-creator

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

theogbrand/yoink · 64 tokens

Plugin Settings

This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md…

theogbrand/yoink · 81 tokens

api-debugging

Systematic approach to debugging REST APIs, HTTP errors, authentication issues, and network problems. Use when the user has API errors, status code issues, timeout problems, or needs help troubleshooting HTTP requests.

ownpilot/OwnPilot · 44 tokens

git-workflow

Guides you through Git workflows — branching strategies, commit conventions, merge conflict resolution, and release management. Use when working with Git repositories or when the user asks about version control best practices.

ownpilot/OwnPilot · 42 tokens