What problem does it solve? It provides an evidence-gated workflow for confirming whether an application performs server-side URL fetches (SSRF) without risking internal network access, metadata endpoints, or third-party systems. ## Core Features & Use Cases - Engagement Gating: Requires declared authorization, locked scope, and established host/identity/path baselines before any probe runs. - Minimal Safe Validation: Uses a single controlled HTTPS/DNS OAST canary compared against a normal URL to confirm server-side reachability, redirect, and allowlist behavior. - Strict Oracle Rules: Only attributable, repeatable OAST callbacks count as evidence; WAF blocks, timeouts, DNS cache hits, and error text are treated as inconclusive. - Use Case: When a webhook URL or image proxy parameter appears in an authorized assessment, use this Skill to verify the server actually fetches the URL via your own OAST listener, then route confirmed impact chains to chain-review. ## Quick Start Use hunt-ssrf to plan an evidence-gated, authorized validation path for a suspected server-side URL fetch parameter.