vulnerability-triage

vulnerability-triage is a skill for Claude Code, Codex from JayRHa/AgentSkills. It costs 154 tokens per session (2,429 once invoked), scanned A, original, MIT.

A security-triage assistant that ranks software vulnerabilities, known as CVEs, by technical severity, likelihood of exploitation, system exposure, and business impact.

In plain words
What is it for?
Use it to prioritize CVEs from security scanners and dependency tools, assess internet exposure and exploit evidence, identify false positives, and set remediation urgency.
Why use it?
It helps teams decide which findings need attention first instead of treating every scanner alert or CVSS score as equally urgent.

Skill for Claude CodeCodex

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

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.

agentmods
npx agentmods add skills/jayrha/agentskills/vulnerability-triage
Any agent
npx skills add JayRHa/AgentSkills --skill vulnerability-triage
Clone the repo
git clone --depth 1 https://github.com/JayRHa/AgentSkills

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/jayrha/agentskills/vulnerability-triage.svg)](https://agentmods.dev/skills/jayrha/agentskills/vulnerability-triage)
Your own site
<a href="https://agentmods.dev/skills/jayrha/agentskills/vulnerability-triage"><img src="https://agentmods.dev/badge/skills/jayrha/agentskills/vulnerability-triage.svg" alt="Measured on agentmods" height="20"></a>
Per session 154 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,429 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00154 $0.02429
Opus 5 $0.00077 $0.01215
Sonnet 5 $0.00031 $0.00486
Haiku 4.5 $0.00015 $0.00243

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

Security

Grade A, and why

vulnerability-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 2d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/triage.py), 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.

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.

vulnerability-triage/SKILL.md · 172 lines

How it starts

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

Vulnerability Triage

Overview

Vulnerability triage turns a flood of scanner findings or a single CVE into a ranked, justified, time-bound remediation decision. CVSS alone is a poor prioritizer: only a small fraction of CVEs are ever exploited, and a "Critical" CVSS on an isolated internal box may matter far less than a "Medium" on an internet-facing crown-jewel system.

This skill scores each vulnerability across four dimensions and combines them:

  1. Severity — CVSS base + temporal (intrinsic technical impact).
  2. Exploitability — EPSS probability, CISA KEV listing, public exploit/PoC, weaponization.
  3. Exposure — attack vector, internet-facing, network reachability, authentication/preconditions, compensating controls.
  4. Business impact — asset criticality, data sensitivity, blast radius, regulatory scope.

Keywords: CVE, CVSS, EPSS, CISA KEV, exploitability, attack vector, remediation SLA, patch priority, vulnerability management, risk score, false positive, compensating control, SSVC, internet-facing, privilege escalation.

When to Use

  • Triaging output from Nessus / Qualys / Tenable / Trivy / Grype / Dependabot / Snyk.
  • Deciding patch urgency for a newly disclosed CVE.
  • Writing a vulnerability risk assessment or exception/risk-acceptance memo.
  • Deduplicating and clustering scanner findings by root cause.
  • Justifying why something is (or is not) urgent to leadership or auditors.

Workflow

Follow these steps in order. For a single CVE, steps 2-5 take minutes; for a scan, batch through scripts/triage.py first, then hand-review the top tier.

1. Normalize and deduplicate the input

  • Collapse duplicate findings: same CVE + same package/component on the same host is one finding instance; many hosts = one vuln with N instances.
  • Group by root cause (e.g., one vulnerable openssl version → all dependent findings). Patching the root usually clears the cluster.
  • Drop confirmed false positives (see references/false-positives.md) before scoring.

Read the full file on GitHub · 172 lines

Files

What ships with it

7 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. 2d ago First seen · 172 lines · 154 tokens per session scan A 482b4e6bee17

Subscribe to this mod's changes

vulnerability-triage is a skill published in the GitHub repository JayRHa/AgentSkills (4 stars, last pushed 1mo ago), licensed MIT. It adds 154 tokens to every session and 2,429 once invoked, about $0.0008 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-09-03.

Related

Other skills, from other repositories

cost-optimizer

Trigger when the user asks to audit Claude Code costs, reduce token spend, says "my Claude bill is too high", "optimize my CLAUDE.md", "why is this project burning tokens", or "/cost-optimizer". Scans a project for the common Claude Code cost leaks and returns a prioritized fix list.

mergisi/awesome-openclaw-agents · 69 tokens

excalidraw-architecture

Trigger when the user asks for an architecture diagram, says "draw the system", "update the architecture diagram", "give me an excalidraw of this codebase", or "/excalidraw-architecture". Generates or updates an Excalidraw JSON file at docs/architecture.excalidraw by reading the codebase's key entry points.

mergisi/awesome-openclaw-agents · 78 tokens

model-cost-compare

Trigger when the user asks which model to use, wants to compare model costs, says "what's cheapest for this task", "should I use Opus or Sonnet", "can a smaller model handle this", or "/model-cost-compare". Estimates token cost across Opus 4.6, Sonnet 4.6, GLM-5.1, Minimax M2.7, and local Gemma 4, then recommends the…

mergisi/awesome-openclaw-agents · 104 tokens

openclaw-debugger

Trigger when an OpenClaw agent is broken, silent, crashing, stuck, not responding, returning empty output, or the user says "my agent is down", "agent not working", "/openclaw-debugger". Walks through the standard OpenClaw 2026.4 diagnosis checklist and prints a report.

mergisi/awesome-openclaw-agents · 71 tokens

git-commit-writer

Trigger when the user asks to write a commit message, generate a commit from staged changes, review a diff before committing, or says "/commit". Reads git diff --staged and produces an opinionated, convention-matching commit message.

mergisi/awesome-openclaw-agents · 53 tokens

meeting-notes

Paste raw meeting notes and get a clean summary with key decisions and action items.

mergisi/awesome-openclaw-agents · 20 tokens