dependency-cve-triage

dependency-cve-triage is a skill for Claude Code, Codex from Robotti-io/copilot-security-instructions. It costs 21 tokens per session (916 once invoked), scanned A, original, Apache-2.0.

A security review guide for checking a known software dependency vulnerability, identified by a CVE number, against the code in a repository.

In plain words
What is it for?
Use it to examine package usage, compare it with security advisories, cite relevant files, and outline possible fixes or state when the impact cannot be confirmed.
Why use it?
It helps distinguish whether the affected package is actually used and what the vulnerability could mean for this application, instead of relying on guesswork.

Skill for Claude CodeCodex

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

Good fit Use it to examine package usage, compare it with security advisories, cite relevant files, and outline possible fixes or state when the impact cannot be confirmed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/robotti-io/copilot-security-instructions/dependency-cve-triage
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 Robotti-io/copilot-security-instructions --skill dependency-cve-triage
Clone the repo
git clone --depth 1 https://github.com/Robotti-io/copilot-security-instructions

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-cve-triage

README.md
[![agentmods](https://agentmods.dev/badge/skills/robotti-io/copilot-security-instructions/dependency-cve-triage/github.svg)](https://agentmods.dev/skills/robotti-io/copilot-security-instructions/dependency-cve-triage)
Your own site
<a href="https://agentmods.dev/skills/robotti-io/copilot-security-instructions/dependency-cve-triage"><img src="https://agentmods.dev/badge/skills/robotti-io/copilot-security-instructions/dependency-cve-triage/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-cve-triage

Your own site · 80×15
<a href="https://agentmods.dev/skills/robotti-io/copilot-security-instructions/dependency-cve-triage"><img src="https://agentmods.dev/badge/skills/robotti-io/copilot-security-instructions/dependency-cve-triage.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 916 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.00021 $0.00916
Opus 5 $0.00010 $0.00458
Sonnet 5 $0.00004 $0.00183
Haiku 4.5 $0.00002 $0.00092

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

Security

Grade A, and why

dependency-cve-triage 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 9d 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.

plugins/copilot-security/skills/dependency-cve-triage/SKILL.md · 88 lines

How it starts

The opening of the file, as written. The whole thing — 88 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Dependency CVE Triage

Purpose

Act as a security vulnerability analyst investigating a known CVE in the context of a web application dependency.

When to use

Use this skill when asked to triage a dependency CVE using repository evidence and remediation guidance.

Inputs to collect

  • ${input:cve-number:Which CVE would you like me to analyze? (e.g., CVE-2024-12345)}
  • ${input:package-name:What dependency/package is this about? (optional if obvious from repo)}
  • Repository evidence for dependency usage, if available
  • External advisory links from reputable sources such as NVD or vendor advisories, if browsing is available

How to use

  • Prefer evidence-first analysis and cite file paths and, when possible, line ranges for dependency usage.
  • If external browsing is available, use reputable sources such as NVD or vendor advisories.
  • If external browsing is not available, state that limitation explicitly.
  • If implementation context is missing, ask for what is needed to make a grounded assessment.
  • Avoid speculation. If the impact cannot be determined, state that explicitly.

Rules

  • MUST confirm the vulnerable component, including package name, ecosystem, affected versions, and whether the dependency is direct or transitive.
  • MUST summarize the vulnerability, including exploit vector, preconditions, impact, and common exploitation patterns.
  • MUST assess local context, including dependency usage locations, reachability of the vulnerable path, configuration or environment preconditions, and existing mitigations such as sandboxing, WAF, or auth boundaries.
  • MUST recommend remediation with upgrade to a fixed version as the preferred option.
  • MUST label any workaround or mitigation as a stopgap when it is not the preferred long-term fix.
  • MUST provide validation steps such as tests or requests to prove non-reachability or confirm the fix works.
  • MUST clearly separate what is proven by local code evidence from what comes from external advisories.
  • MUST state when a claim cannot be confirmed and provide the next best verification step.
  • MUST avoid recommending disabling security controls as the primary remediation.

Read the full file on GitHub · 88 lines

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. 9d ago First seen · 88 lines · 21 tokens per session scan A e915b469072c

Subscribe to this mod's changes

dependency-cve-triage is a skill published in the GitHub repository Robotti-io/copilot-security-instructions (42 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 21 tokens to every session and 916 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-30.

Related

Other skills, from other repositories

rework-rate

Measure and interpret PR rework rate — the emerging 5th DORA metric.

bradygaster/squad · 20 tokens

code-review-csharp

Perform structured code reviews of C# source code covering naming conventions, performance, security, readability, and .NET best practices. Trigger phrases include "review this C# code", "check my C# for best practices", "analyze this C# class", "find issues in my C# code".

pnp/copilot-prompts · 66 tokens

self-awareness-review

Reviews a given week of your OWN Teams meetings, chats, and sent emails to surface moments where you may have misread social signals or come across as passive-aggressive, curt, sarcastic, or dismissive — returning the exact quote, how it likely landed, and a kinder rewrite. Private self-reflection coaching for the…

pnp/copilot-prompts · 202 tokens

clean-architecture-dotnet

Use when domain logic leaks into API/Infrastructure, project references violate layer boundaries, or you need to decide between CQS (always), CQRS bus (complex domains), and DDD patterns (invariants and events).

SebastienDegodez/copilot-instructions · 50 tokens

vendor-prompting

ANALYSIS SKILL — Audit-grade reference for Anthropic Claude and OpenAI GPT-5.6 prompting best practices. WHEN: "claude prompting", "gpt-5.6 prompting", "audit agent", "review prompt", "vendor best practices", "anthropic best practices", "openai prompting". DO NOT USE FOR: routine prompt edits where rules are already…

jonathan-vella/apex-accelerator · 94 tokens

azure-artifacts

UTILITY SKILL — Artifact template structures, H2 compliance rules, and documentation styling for agent outputs (Steps 1-7). WHEN: "generate artifact", "check H2 structure", "artifact template", "step 7 as-built". USE FOR: generating any agent artifact, checking H2 structure compliance. DO NOT USE FOR: Azure resource…

jonathan-vella/apex-accelerator · 103 tokens