exploits

Solid

Exploit intelligence analysis for a single CVE — Metasploit, ExploitDB, Nuclei, VulnCheck XDB, GitHub PoCs, CrowdSec sightings, Snort, YARA, MISP-galaxy, nmap-nse, plus 10 more sources. Use when deciding patch urgency for a CVE, mapping a vulnerability to MITRE ATT&CK techniques, computing CWSS priority, fetching cached PoC source for static analysis (never executed), or producing a threat-model summary for incident response.

Code & Development 9 stars 1 forks Updated 4 days ago Apache-2.0

Install

View on GitHub

Quality Score: 85/100

Stars 20%
33
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Vulnetix Exploit Analysis Skill ## Use when - A specific CVE just landed in your inbox and you need to decide patch urgency THIS WEEK. - You need MITRE ATT&CK technique mapping for a vulnerability before writing detection content. - Computing CWSS priority for a triage decision and want the full exploit-source breakdown. - Building an incident-response brief and need cached PoC source code for static review. - Cross-referencing `exploitationSignals` (from `package-search`) with the actual exploit count and source diversity. ## Don't use for - Listing exploits across many CVEs — use `/vulnetix:exploits-search`. - Just looking up the CVE record — use `/vulnetix:vuln`. - Generating IDS/IPS detection rules — use `/vulnetix:detection-rules`. - Executing a PoC against a target — Pix never executes; use `/vulnetix:exploit-test` to GENERATE a runnable command for manual execution. ## Conventions This skill follows [`_lib/contract.md`](../_lib/contract.md): the Vulnetix CLI is auto-installed by hooks, `.vulnetix/capabilities.yaml` is always present, every `vulnetix vdb` call is piped through a verified `jq` filter from [`_lib/jq/`](../_lib/jq/), independent calls run in parallel as concurrent Bash tool calls, and trailing follow-ups are limited to one line. See the contract for output style, memory write rules, and cooldowns. This skill analyzes exploit intelligence for a specific vulnerability (CVE, GHSA, etc.) and assesses its impact against the current repository. **This ...

Details

Author
Vulnetix
Repository
Vulnetix/pix-ai-coding-assistant
Created
4 months ago
Last Updated
4 days ago
Language
Shell
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category