exploits-search
FeaturedSearch for exploits across all vulnerabilities with filtering by ecosystem, severity, source, and EPSS
AI & Automation 2,996 stars
363 forks Updated yesterday MIT
Install
Quality Score: 99/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Vulnetix Exploit Search Skill
This skill searches for vulnerabilities with known exploits across the entire VDB, with filtering by ecosystem, severity, exploit source, EPSS score, and CISA KEV status. Use it to **discover** exploited vulnerabilities relevant to your repository's technology stack. **This skill does not modify application code** -- it only updates `.vulnetix/memory.yaml` to track findings.
**How this differs from `/vulnetix:exploits`:** The existing `/vulnetix:exploits <vuln-id>` skill performs deep analysis of a *single known* vulnerability (PoC fetching, ATT&CK mapping, CWSS scoring). This skill *discovers* exploited vulnerabilities across the landscape, optionally filtered to your repository's ecosystems.
## Vulnerability Memory (.vulnetix/memory.yaml)
This skill reads and updates the `.vulnetix/memory.yaml` file in the repository root. This file is shared with `/vulnetix:fix`, `/vulnetix:exploits`, `/vulnetix:package-search`, `/vulnetix:vuln`, and `/vulnetix:remediation`.
### Schema
The canonical schema is defined in `/vulnetix:fix`. This skill creates minimal stub entries for newly discovered vulnerabilities that affect the repository.
### Reading Prior State
**At the start of every invocation:**
1. Use **Glob** to check if `.vulnetix/memory.yaml` exists in the repo root
2. If it exists, use **Read** to load it -- used in Step 4 to annotate results with prior status
3. Use **Glob** for `.vulnetix/scans/*.cdx.json` -- cross-reference against sear...
Details
- Author
- davepoon
- Repository
- davepoon/buildwithclaude
- Created
- 10 months ago
- Last Updated
- yesterday
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
exploits
Analyze exploit intelligence for a vulnerability against the current repository
2,996 Updated yesterday
davepoon AI & Automation Featured
vuln
Look up a vulnerability by ID or list all vulnerabilities for a package
2,996 Updated yesterday
davepoon AI & Automation Featured
remediation
Get a context-aware remediation plan for a vulnerability with fix verification steps
2,996 Updated yesterday
davepoon AI & Automation Featured
dashboard
View all tracked vulnerabilities and their current status
2,996 Updated yesterday
davepoon AI & Automation Solid
vulnerability-scanner
Security vulnerability scanning for dependencies and code, with CVE database checking and risk assessment
1,160 Updated today
a5c-ai