supply-chain-security-scanner

supply-chain-security-scanner is a skill for Claude Code, Codex from JPeetz/agent-skills. It costs 307 tokens per session (7,742 once invoked), scanned B, original, no licence file.

A software supply-chain security auditing skill that scans dependencies and container images for known vulnerabilities. It also creates SBOMs, which are inventories of the software components in a project, in SPDX and CycloneDX formats.

In plain words
What is it for?
Scanning npm, PyPI, Maven, Go, Cargo, and container-image dependencies, and producing SBOM files with Syft and Grype.
Why use it?
It helps find security problems in third-party packages and containers without checking each package manually. The SBOMs provide a structured record of what the software contains.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Scanning npm, PyPI, Maven, Go, Cargo, and container-image dependencies, and producing SBOM files with Syft and Grype.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jpeetz/agent-skills/supply-chain-security-scanner
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 JPeetz/agent-skills --skill supply-chain-security-scanner
Clone the repo
git clone --depth 1 https://github.com/JPeetz/agent-skills

Made for: Claude Code, Codex.

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-security-scanner

README.md
[![agentmods](https://agentmods.dev/badge/skills/jpeetz/agent-skills/supply-chain-security-scanner/github.svg)](https://agentmods.dev/skills/jpeetz/agent-skills/supply-chain-security-scanner)
Your own site
<a href="https://agentmods.dev/skills/jpeetz/agent-skills/supply-chain-security-scanner"><img src="https://agentmods.dev/badge/skills/jpeetz/agent-skills/supply-chain-security-scanner/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-security-scanner

Your own site · 80×15
<a href="https://agentmods.dev/skills/jpeetz/agent-skills/supply-chain-security-scanner"><img src="https://agentmods.dev/badge/skills/jpeetz/agent-skills/supply-chain-security-scanner.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 307 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,742 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 3 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00307 $0.07742
Opus 5 $0.00153 $0.03871
Sonnet 5 $0.00061 $0.01548
Haiku 4.5 $0.00031 $0.00774

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

Security

Grade B, and why

supply-chain-security-scanner scanned grade B with 3 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 10d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/generate-sbom.sh, scripts/scan-dependencies.sh, scripts/verify-provenance.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Sends data to an external URLlowData exfiltration

A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.

curl -s "https://api.osv.dev/v1/query" -d '{

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

Downloads and executes remote codemediumSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

| `syft` | SBOM generation (SPDX, CycloneDX) | `brew install syft` / `curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh \| sh -s -- -b /usr/local/bin` |

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

| `syft` | SBOM generation (SPDX, CycloneDX) | `brew install syft` / `curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh \| sh -s -- -b /usr/local/bin` |
skills/security/supply-chain-security-scanner/SKILL.md · 842 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

9 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 842 lines · 307 tokens per session scan B 037ff325d61c

Subscribe to this mod's changes

supply-chain-security-scanner is a skill published in the GitHub repository JPeetz/agent-skills (7 stars, last pushed 3d ago), with no licence file. It adds 307 tokens to every session and 7,742 once invoked, about $0.0015 per session on Opus 5. A static security scan graded it B with 3 findings (sends data to an external url, downloads and executes remote code, makes network calls). 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

sca-blackduck

Software Composition Analysis (SCA) using Synopsys Black Duck for identifying open source vulnerabilities, license compliance risks, and supply chain security threats with CVE, CWE, and OWASP framework mapping. Use when: (1) Scanning dependencies for known vulnerabilities and security risks, (2) Analyzing open source…

AgentSecOps/SecOpsAgentKit · 133 tokens

sca-trivy

Software Composition Analysis (SCA) and container vulnerability scanning using Aqua Trivy for identifying CVE vulnerabilities in dependencies, container images, IaC misconfigurations, and license compliance risks. Use when: (1) Scanning container images and filesystems for vulnerabilities and misconfigurations, (2)…

AgentSecOps/SecOpsAgentKit · 156 tokens

container-grype

Container vulnerability scanning and dependency risk assessment using Grype with CVSS severity ratings, EPSS exploit probability, and CISA KEV indicators. Use when: (1) Scanning container images and filesystems for known vulnerabilities, (2) Integrating vulnerability scanning into CI/CD pipelines with severity…

AgentSecOps/SecOpsAgentKit · 134 tokens

sca-trivy

Software Composition Analysis (SCA) and container vulnerability scanning using Aqua Trivy for identifying CVE vulnerabilities in dependencies, container images, IaC misconfigurations, and license compliance risks. Use when: (1) Scanning container images and filesystems for vulnerabilities and misconfigurations, (2)…

rohunj/claude-build-workflow · 156 tokens

implementing-supply-chain-security-with-in-toto

Implement software supply chain integrity verification for container builds using the in-toto framework to create cryptographically signed attestations across CI/CD pipeline steps.

xalgorix/xalgorix · 39 tokens

performing-sca-dependency-scanning-with-snyk

This skill covers implementing Software Composition Analysis (SCA) using Snyk to detect vulnerable open-source dependencies in CI/CD pipelines. It addresses scanning package manifests and lockfiles, automated fix pull request generation, license compliance checking, continuous monitoring of deployed applications, and…

xalgorix/xalgorix · 77 tokens