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_techniques with the vuln class (e.g., "signed integer overflow exploitation", "php unserialize pop chain", "php type juggling", "php lfi to rce")
  • search_payloads for 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:

  1. Been identified by the gap-analyzer (entry point → gap → dangerous operation)
  2. 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.

Installs
1
GitHub Stars
812
First Seen
May 31, 2026
sast-hunter — h-mmer/pentest-agents