Skip to content
Security
Skill

/vulnerability-prioritization

Rank a set of vulnerabilities by real-world risk using CVSS (severity), EPSS (exploit probability), CISA KEV (known exploited), and asset/exposure context — so remediation effort goes to what actually matters first. Use when a triaged finding list needs a defensible "fix this

From plugin
awesome-claude-security
7111 skills17 agents13 commands1 MCP
Install
$ npx -y skills add jassics/awesome-claude-security --skill vulnerability-prioritization --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/vulnerability-prioritization

Context preview

The summary Claude sees to decide when to auto-load this skill.

Rank a set of vulnerabilities by real-world risk using CVSS (severity), EPSS (exploit probability), CISA KEV (known exploited), and asset/exposure context — so remediation effort goes to what actually matters first. Use when a triaged finding list needs a defensible "fix this

SKILL.md

vulnerability-prioritization.SKILL.md
name: vulnerability-prioritization
description: >-
  Rank a set of vulnerabilities by real-world risk using CVSS (severity), EPSS
  (exploit probability), CISA KEV (known exploited), and asset/exposure context —
  so remediation effort goes to what actually matters first. Use when a triaged
  finding list needs a defensible "fix this first" order.

Goal

A risk-ranked, defensible remediation order — not just "sort by CVSS" — that a team can act on and an auditor can understand.

The signals (combine, don't rely on one)

  • **CVSS base** — technical severity / worst-case impact. A ceiling, not a priority.
  • **EPSS** — probability the CVE is exploited in the wild in the next 30 days. Cuts

the long tail of high-CVSS-but-never-exploited bugs.

  • **CISA KEV** — on the Known Exploited Vulnerabilities catalog ⇒ treat as top

priority regardless of CVSS; active exploitation is confirmed.

  • **Asset context** — criticality, internet exposure, data sensitivity, and

compensating controls. An internal, segmented, low-value host changes the math.

  • **Exploit maturity / threat intel** — public PoC, weaponized, ransomware use

(pair with `threat-intelligence`).

Steps

1. Pull CVSS, current EPSS score, and KEV membership for each CVE. 2. Apply a tiering rule, in order:

  • **P1 / now:** on CISA KEV, or (internet-exposed AND high EPSS AND high impact).
  • **P2 / SLA-fast:** high EPSS or critical CVSS on important assets.
  • **P3 / scheduled:** everything else, ranked by EPSS then CVSS.
  • **P4 / accept or defer:** low impact, low EPSS, well-mitigated, non-prod.

3. Adjust for asset context (exposure, criticality, compensating controls) — document every up/down adjustment so the ranking is auditable. 4. Map each tier to a remediation **SLA** and route to `remediation-tracking`.

Output

A ranked list with, per item: identifier · CVSS · EPSS · KEV(y/n) · asset context · assigned tier · SLA · one-line justification. Note any risk-accepted items with owner and review date.

Notes

CVSS alone over-prioritizes: most high-CVSS CVEs are never exploited. EPSS + KEV is what separates theoretical from real risk. KEV is non-negotiable — if it's being exploited in the wild, severity score is irrelevant. Re-score periodically: EPSS and KEV change over time, so today's P3 can become tomorrow's P1.

Read more
Ships withawesome-claude-security

A Claude Code plugin marketplace for the full cybersecurity & GenAI-security lifecycle — from recon and threat modeling to detection engineering, GRC, and CISO-level strategy. A pentester knows which OWASP test bends a broken-access-control endpoint.

Get the whole plugin

Other skills on awesome-claude-security.