dependency-risk-review

dependency-risk-review is a skill for Claude Code, Codex from liuxinye23/CyberStrikeAI. It costs 27 tokens per session (744 once invoked), scanned A, original, Apache-2.0.

A code-review guide for checking package versions, lock files, container images, build scripts, and where software dependencies come from.

In plain words
What is it for?
Use it to review direct and indirect dependencies, package sources, version pinning, image contents, build downloads, signing controls, and supply-chain evidence.
Why use it?
It helps find outdated or untrusted components, unreproducible builds, and unnecessary tools or packages exposed in production images.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to review direct and indirect dependencies, package sources, version pinning, image contents, build downloads, signing controls, and supply-chain evidence.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/liuxinye23/cyberstrikeai/dependency-risk-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 liuxinye23/CyberStrikeAI --skill dependency-risk-review
Clone the repo
git clone --depth 1 https://github.com/liuxinye23/CyberStrikeAI

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 dependency-risk-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/liuxinye23/cyberstrikeai/dependency-risk-review/github.svg)](https://agentmods.dev/skills/liuxinye23/cyberstrikeai/dependency-risk-review)
Your own site
<a href="https://agentmods.dev/skills/liuxinye23/cyberstrikeai/dependency-risk-review"><img src="https://agentmods.dev/badge/skills/liuxinye23/cyberstrikeai/dependency-risk-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 dependency-risk-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/liuxinye23/cyberstrikeai/dependency-risk-review"><img src="https://agentmods.dev/badge/skills/liuxinye23/cyberstrikeai/dependency-risk-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 744 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.00027 $0.00744
Opus 5 $0.00014 $0.00372
Sonnet 5 $0.00005 $0.00149
Haiku 4.5 $0.00003 $0.00074

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

Security

Grade A, and why

dependency-risk-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 10d 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.

skills/dependency-risk-review/SKILL.md · 91 lines

What it actually says

依赖与供应链风险审计

何时使用

当目标包含应用代码库、镜像、制品、锁文件、构建脚本、包管理器配置或内部依赖仓库时使用本技能。

快速流程

  1. 确认生态与资产:package-lockpoetry.lockrequirementsgo.sum、镜像清单、制品仓库。
  2. 区分直接依赖、传递依赖、开发依赖、构建依赖和运行时依赖。
  3. 审核版本固定策略、来源可信度、过时组件、弃用组件、镜像基线。
  4. 检查供应链控制:私仓、镜像源、构建签名、最小镜像、变更审计。

重点检查

版本与锁定

  • 是否只在描述文件声明范围版本,缺少可重现锁定。
  • 关键安全组件是否长时间停留在已弃用或不再维护的版本。

来源与信任

  • 是否混用公共源、镜像源、私有包和临时脚本安装。
  • 构建链是否依赖未经审计的下载步骤、在线脚本或不稳定镜像。

运行时暴露面

  • 运行镜像中是否带入构建工具、测试依赖、调试包和多余 shell。
  • 不同环境是否复用同一超大镜像基线。

建议工具

trivy

  • 用于依赖、镜像与文件系统层面的已知风险盘点。
  • 输出要结合运行环境和组件可达性做二次判断,不要原样搬运漏洞列表。

exec

  • 用只读命令核对包管理器文件、锁文件、镜像基线、构建脚本与版本固定策略。

checkov

  • 当依赖风险与 IaC、镜像构建、云资源定义耦合时,用来补充配置面问题。

证据要求

  • 记录组件名、版本、所在文件、用途、是否直接依赖、是否运行时可达。
  • 对高危问题写明“为什么在当前系统里真正重要”。
  • 区分可立即修复、需兼容验证、需架构替换三类建议。

修复建议方向

  • 固定锁文件并建立更新窗口。
  • 缩减运行时镜像与非必要依赖。
  • 对公共源、私有源与构建下载流程建立信任边界和审计。
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 · 91 lines · 27 tokens per session scan A bb516593691b

Subscribe to this mod's changes

dependency-risk-review is a skill published in the GitHub repository liuxinye23/CyberStrikeAI (0 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 27 tokens to every session and 744 once invoked, about $0.0001 per session on Opus 5. 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.