CISA Known Exploited Vulnerabilities (KEV) catalog. List actively exploited vulnerabilities prioritized by CISA. **Dependency**: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add thiagofernandes1987-create/APEX --skill kev --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Kev?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thiagofernandes1987-create-kev)More formats (shields.io, HTML) on the badges page.
---
name: x-kev
description: |
CISA Known Exploited Vulnerabilities (KEV) catalog.
List actively exploited vulnerabilities prioritized by CISA.
**Dependency**: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options).
see x-cmd skill for installation.
license: Apache-2.0
compatibility: POSIX Shell
metadata:
author: Li Junhao
version: "1.0.0"
category: x-cmd-extension
tags: [x-cmd, security, kev, cisa, vulnerability]
---
# x kev - Known Exploited Vulnerabilities
> CISA KEV Catalog - Known Exploited Vulnerabilities listing.
---
## Quick Start
```bash
# List all KEV vulnerabilities
x kev ls
# List top 100 KEVs
x kev top 100
```
---
## Features
- **CISA KEV Catalog**: Official CISA Known Exploited Vulnerabilities
- **Prioritized Remediation**: Focus on actively exploited vulnerabilities
- **Simple Interface**: List and filter KEV entries
---
## Commands
| Command | Description |
|---------|-------------|
| `x kev ls` | List all vulnerabilities in KEV catalog |
| `x kev top [n]` | List top N vulnerabilities |
---
## Examples
### List KEVs
```bash
# List all KEV vulnerabilities
x kev ls
# Get top 50
x kev top 50
# Get top 100
x kev top 100
```
---
## About KEV
The CISA Known Exploited Vulnerabilities (KEV) catalog contains vulnerabilities that:
- Have been assigned CVE IDs
- Have been actively exploited in the wild
- Have clear remediation actions
**Reference**: [CISA KEV Catalog](https://www.cisa.gov/known-exploited-vulnerabilities-catalog)
---
## Why KEV Matters
1. **Prioritization**: Not all CVEs are equally critical
2. **Active Exploitation**: KEV focuses on vulnerabilities being actively used by attackers
3. **Compliance**: US federal agencies required to patch KEVs within specified timeframes
4. **Risk Reduction**: Addressing KEVs provides immediate security improvement
---
## Related
- [CISA KEV Catalog](https://www.cisa.gov/known-exploited-vulnerabilities-catalog)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!