Stats
Actions
Tags
From vulnetix
Search for exploits across all vulnerabilities in the Vulnetix VDB
How this command is triggered — by the user, by Claude, or both
Slash command
/vulnetix:vdb-exploits-searchsonnetThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Run this exact command and display the full output to the user: Parse the JSON response and present a table of results including: CVE ID, severity, EPSS score, exploitation maturity level, exploit source counts, CISA KEV status, and fix availability. Show total count and pagination info. ## Available Flags The user can pass any combination of these flags: | Flag | Type | Default | Description | |------|------|---------|-------------| | `--ecosystem` | string | -- | Filter by package ecosystem (npm, pypi, maven, go, cargo, nuget, rubygems, etc.) | | `--source` | enum | -- | Filter by e...
Run this exact command and display the full output to the user:
vulnetix vdb exploits search $ARGUMENTS -o json
Parse the JSON response and present a table of results including: CVE ID, severity, EPSS score, exploitation maturity level, exploit source counts, CISA KEV status, and fix availability. Show total count and pagination info.
The user can pass any combination of these flags:
| Flag | Type | Default | Description |
|---|---|---|---|
--ecosystem | string | -- | Filter by package ecosystem (npm, pypi, maven, go, cargo, nuget, rubygems, etc.) |
--source | enum | -- | Filter by exploit source: exploitdb, metasploit, nuclei, vulncheck-xdb, crowdsec, github, poc |
--severity | enum | -- | Filter by CVSS severity: CRITICAL, HIGH, MEDIUM, LOW |
--in-kev | bool | false | Only show exploits in CISA Known Exploited Vulnerabilities catalog |
--min-epss | float | -- | Minimum EPSS score threshold (0.0-1.0) |
-q | string | -- | Free-text search query (CVE ID, title, description) |
--sort | enum | recent | Sort order: recent, epss, severity, maturity |
--limit | int | 100 | Maximum results per page (1-100) |
--offset | int | 0 | Pagination offset |
-o, --output | string | pretty | Output format: json or pretty |
/vulnetix:vdb-exploits-search --ecosystem npm --severity CRITICAL
/vulnetix:vdb-exploits-search --in-kev --min-epss 0.7 --sort epss
/vulnetix:vdb-exploits-search --source metasploit --ecosystem maven
/vulnetix:vdb-exploits-search -q "remote code execution" --limit 20
/vulnetix:vdb-exploits-search --sort maturity --ecosystem pypi
npx claudepluginhub vulnetix/pix-ai-coding-assistant --plugin vulnetix