multiAI Summary Pending
cyber-kev-triage
Prioritize vulnerability remediation using KEV-style exploitation context plus asset criticality. Use for CVE triage, patch order decisions, and remediation reporting.
3,556 stars
byopenclaw
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/cyber-kev-triage/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/0x-professor/cyber-kev-triage/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/cyber-kev-triage/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How cyber-kev-triage Compares
| Feature / Agent | cyber-kev-triage | Standard Approach |
|---|---|---|
| Platform Support | multi | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Prioritize vulnerability remediation using KEV-style exploitation context plus asset criticality. Use for CVE triage, patch order decisions, and remediation reporting.
Which AI agents support this skill?
This skill is compatible with multi.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Cyber KEV Triage ## Overview Create a patch-priority plan by combining vulnerability severity, exploitation status, and business criticality of affected assets. ## Workflow 1. Collect vulnerabilities with CVE, CVSS, exploitation indicator, and affected asset. 2. Map each vulnerability to asset criticality. 3. Score and rank vulnerabilities into patch priority tiers. 4. Produce concise remediation summary and due-window guidance. ## Use Bundled Resources - Run `scripts/kev_triage.py` for deterministic triage output. - Read `references/triage-method.md` for scoring rationale and review checks. ## Guardrails - Keep output defensive and remediation-focused. - Do not generate exploit payloads or offensive execution steps.