agentsclimarketplace

Vulnerability intelligence

Skill Liberty91LTD/cti-skills/skills/vulnerability-intelligence

Cyber Threat Intelligence Skills for each stage of the CTI Lifecycle.

Install
npx -y skills add Liberty91LTD/cti-skills --skill vulnerability-intelligence

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 8 stars8 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when prioritising CVEs, the user asks "should we patch X first?" / "is CVE-YYYY-NNNNN being exploited?", or wants weaponisation, EPSS, and KEV context combined into a patch-now-vs-later recommendation.

SKILL.md

4.5 KB, ~1.0k tokens by cl100k_base, as published. Nobody here has run it

Vulnerability Intelligence

Not all vulnerabilities are equal. This skill provides a prioritisation methodology that goes beyond CVSS scores.

Prioritisation Framework

1. CVSS (Common Vulnerability Scoring System)

Base score provides a starting point but should NEVER be the sole prioritisation factor.

ScoreSeverityNotes
9.0-10.0CriticalImmediate attention, but check exploitation status
7.0-8.9HighHigh priority, especially if internet-facing
4.0-6.9MediumStandard patching cycle unless other factors elevate
0.1-3.9LowLowest priority

2. EPSS (Exploit Prediction Scoring System)

Predicts the probability that a vulnerability will be exploited in the next 30 days (0-1 scale).

EPSS ScoreInterpretation
>0.9Very high probability of exploitation — treat as urgent
0.5-0.9High probability — prioritise
0.1-0.5Moderate probability — evaluate with other factors
<0.1Low probability — standard cycle

3. CISA KEV (Known Exploited Vulnerabilities)

If a vulnerability is on the CISA KEV list, it IS being exploited in the wild. Patch immediately regardless of CVSS score.

4. Weaponisation Assessment

StageDescriptionPriority Impact
In the wildActive exploitation confirmedPATCH NOW
Weaponised exploitReliable exploit available (Metasploit, commercial)Very high priority
PoC availableProof-of-concept published (GitHub, blog)High priority — weaponisation imminent
Technical detailsAdvisory with enough detail to develop exploitMedium — monitor for PoC
Advisory onlyCVE assigned, limited technical detailStandard priority

5. Combined Prioritisation Matrix

PriorityCriteriaAction
P1 — EmergencyKEV listed OR in-the-wild exploitation + internet-facingPatch within 24 hours
P2 — UrgentWeaponised exploit available + internet-facing, OR KEV + internalPatch within 72 hours
P3 — HighPoC available + internet-facing, OR high CVSS + high EPSSPatch within 7 days
P4 — StandardHigh CVSS but no exploitation evidence + compensating controlsPatch within 30 days
P5 — LowLow CVSS + internal only + strong controlsNext patch cycle or accept risk

Vulnerability Assessment Template

## Vulnerability Assessment: CVE-YYYY-XXXXX

### Overview
- **CVE**: CVE-YYYY-XXXXX
- **Affected Product**: [Product and versions]
- **CVSS Base Score**: X.X ([vector string])
- **EPSS Score**: X.XX (as of YYYY-MM-DD)
- **KEV Listed**: Yes/No
- **Priority**: P1/P2/P3/P4/P5

### Exploitation Status
- **In the wild**: Yes/No [evidence]
- **Weaponised exploit**: Yes/No [Metasploit module, commercial exploit]
- **PoC available**: Yes/No [GitHub link, blog post]
- **Threat actors exploiting**: [Known actors, if any]

### Exposure Assessment
- **Internet-facing instances**: [Count if known]
- **Internal instances**: [Count if known]
- **Compensating controls**: [What mitigates even without patching?]
- **Detection capability**: [Do we have rules for exploitation of this?]

### Recommendation
[Patch/mitigate/accept risk with justification]

### Sources
[With Admiralty ratings]

Related skills

  • Find vulnerable internet-exposed assets/lookup-shodan search 'product:"<name>" version:<v>"' and /lookup-censys search '<CPE>' for population-level exposure counts; /lookup-shodan host <ip> for asset-level confirmation
  • Track exploit availability and weaponisation/lookup-virustotal + /lookup-otx for malware leveraging the CVE; /lookup-misp search-attributes --type vulnerability --value CVE-YYYY-NNNNN for prior internal events
  • Ransomware operators' favourites/lookup-ransomwarelive group-profile <name> exposes per-group documented exploited vulnerabilities; cross-reference against your inventory
  • Detection authoring — once exploitation is observed, /sigma-writing and /yara-writing produce the rules
  • Apply rigor/score-source, /apply-tlp, /confidence-language

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 327,132. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.