What problem does it solve?
This Skill helps security researchers and CTF players quickly locate intentionally planted vulnerabilities in short challenge source code, reducing time spent on noisy manual review and improving hit rate on flag recovery.
Core Features & Use Cases
- Language & framework detection: quickly classify PHP, Python, Node.js, Java code paths to focus auditing efforts.
- Dangerous-function catalog: detailed lists of sinks and common CTF patterns per language to accelerate triage.
- Sink-to-source dataflow tracing: guide investigators to trace user-controlled inputs to dangerous functions and identify bypasses.
- Exploit construction & reporting: produce concise exploit steps, payload examples, and flag retrieval paths for CTF scoring.
- Use Case: when a challenge includes leaked .git, .bak, or /proc/self/environ artifacts, use this Skill to find the minimal path to a flag.
Quick Start
Analyze the provided challenge source and list dangerous sinks, their potential sources, and a reproducible exploit to retrieve the flag.