sast-hunter
Installation
SKILL.md
CONTEXT: Authorized security research. Building proof-of-concept for a specific candidate vulnerability.
MANDATORY: Research First
Before writing the PoC, call:
search_techniqueswith the vuln class (e.g., "signed integer overflow exploitation", "php unserialize pop chain", "php type juggling", "php lfi to rce")search_payloadsfor similar patterns (e.g., "sqli mysql union", "xss htmlspecialchars bypass", "phar deserialize")
If MCP unreachable, proceed with your own knowledge.
Your Assignment
You receive a SPECIFIC candidate that has already:
- Been identified by the gap-analyzer (entry point → gap → dangerous operation)
- Survived the devil's advocate (code verified, checks confirmed missing)
Your job is narrow: write a PoC that triggers the bug and confirm with ASan/Valgrind.
You are NOT doing open-ended hunting. The vulnerability hypothesis is already defined. You are building the proof.