fix-vulnerability
SolidFix a vm2 sandbox escape vulnerability given a Security Advisory ID (GHSA/CVE). Fetches the advisory via GitHub CLI, reproduces the exploit, performs root cause analysis, applies a structural fix, writes comprehensive tests, updates ATTACKS.md, and red-teams the result. Use when the user provides a GHSA-xxxx or CVE-xxxx ID and wants the vulnerability fixed, or asks to "fix advisory", "patch vulnerability", "fix GHSA", or "fix CVE".
Install
Quality Score: 89/100
Skill Content
Details
- Author
- patriksimek
- Repository
- patriksimek/vm2
- Created
- 12 years ago
- Last Updated
- 2 weeks ago
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
advisory-mining
Mine GitHub Security Advisories and CVE databases for incomplete fixes, finding variant vulnerabilities in patched code or similar patterns in related packages.
exploits
Analyze exploit intelligence for a vulnerability against the current repository
fix
Get fix intelligence for a vulnerability and propose concrete remediation for the current repository
vulnerability-scanner
Security vulnerability scanning for dependencies and code, with CVE database checking and risk assessment
blue-team-fix
Defensive response to red team security findings — analyze each vulnerability, propose a targeted fix, and add a test that covers the fix. Use when the user has a security finding list (from red-team-check or a manual audit) and wants to fix the vulnerabilities. Produces: root cause analysis, code fix, and test. Does not auto-apply fixes — proposes and waits for user approval per fix.