What problem does it solve? Security researchers waste time triaging noisy static analysis findings that bounty platforms reject as out of scope or non-exploitable. This Skill focuses vulnerability discovery on remotely reachable, user-controlled attack paths that qualify for real bounty submissions. ## Core Features & Use Cases - In-Scope Pattern Matching: Targets high-impact vulnerability classes including SSRF (CWE-918), auth bypass (CWE-287), deserialization-to-RCE (CWE-502), SQL injection (CWE-89), command injection (CWE-78), path traversal (CWE-22), and auto-triggered XSS (CWE-79). - Noise Filtering: Explicitly skips low-signal findings such as local-only pickle.loads, CLI-only eval, hardcoded shell commands, missing security headers, and self-XSS. - Structured Reporting: Provides a report template covering description, vulnerable code, proof of concept, impact, and affected version, plus a quality gate checklist before submission. - Use Case: Before submitting to Huntr or HackerOne, run Semgrep triage on a target repository, manually filter to reachable network entrypoints, prove user-controlled input reaches a meaningful sink, and draft a deduplicated report. ## Quick Start Scan this repository for remotely exploitable, bounty-worthy vulnerabilities and draft a report for the most impactful finding.