# Vulnx

> Use this skill when the user wants to explore vulnerability data (CVEs) with advanced filtering.

- Skill: `javimosch/vulnx` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/vulnx`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/vulnx/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/vulnx

---

# vulnx Plugin
Explore vulnerability data with JSON output.
## Commands
- `vulnx self version` — Print vulnx version
- `vulnx _ _` — Passthrough to vulnx CLI
## Installation
```bash
go install github.com/projectdiscovery/vulnx/cmd/vulnx@latest
```
## Examples
```bash
vulnx --help
echo "CVE-2024-1234" | vulnx
```
## Key Features
- **CVE exploration** — Advanced vulnerability filtering
- **JSON output** — Structured data for pipelines
- **KEV/EPSS support** — Known exploited vulnerabilities
- **ProjectDiscovery** — Part of the security toolkit ecosystem

