What problem does it solve? Web applications often ship with broken or missing CSRF protections — static tokens, missing SameSite attributes, JSON endpoints accepting text/plain, or unvalidated OAuth state parameters. This Skill gives security researchers a structured methodology to find, confirm, and prove modern CSRF vulnerabilities during authorized bug bounty hunting. ## Core Features & Use Cases - Autonomous Testing Flow: Step-by-step methodology covering token omission, token reuse across sessions, SameSite cookie analysis, and Content-Type enforcement checks with curl commands and grep patterns. - Modern Bypass Techniques: Covers SameSite=Lax sibling-subdomain bypasses, JSON-CSRF via text/plain, path-traversal token bypasses, WebSocket CSRF (CSWSH), and Duende BFF antiforgery weaknesses. - Real Report Grounding: Built from 18 disclosed reports including GitLab ($3,370), Stripe ($5,000), GitHub Enterprise ($10,000), and Argo CD CVE-2024-22424, with PoC HTML templates and impact-chaining guidance toward account takeover. - Use Case: While testing a target's settings page, you notice the email-change POST has no CSRF token. Use this Skill to confirm exploitability with a curl replay, build a form-POST PoC page, and chain it to account takeover for a valid report. ## Quick Start Ask the AI to test the target application's email-change endpoint for CSRF vulnerabilities using this hunting methodology.