What problem does it solve? Security researchers and bug bounty hunters need a systematic way to find Cross-Site Request Forgery vulnerabilities, especially modern variants that bypass SameSite cookies, JSON Content-Type enforcement, and OAuth state validation. This Skill provides a complete hunting methodology distilled from 15 public bug bounty reports. ## Core Features & Use Cases - Attack Surface Mapping: Identifies high-value CSRF targets through URL patterns, response header signals, JavaScript DOM patterns, and tech stack fingerprints (Rails, Django, Grafana, SAML/OIDC). - Step-by-Step Testing Methodology: Covers token staticness testing, token omission and substitution, JSON-via-text/plain bypasses, OAuth RelayState validation, and social account linking flows. - Bypass Technique Library: Documents bypasses for SameSite=Lax, CSRF tokens, Content-Type enforcement, Referer/Origin checks, double-submit cookies, and custom headers, plus a dedicated section on Duende BFF antiforgery weaknesses. - Use Case: While testing a web application, you notice the session cookie lacks a SameSite attribute. Use this Skill to test token reuse across sessions, build a form-POST PoC, and chain the finding to account takeover via social account linking. ## Quick Start Ask the AI to analyze an authenticated web session for CSRF vulnerabilities using the hunt-csrf methodology, starting with cookie SameSite attributes and CSRF token validation on state-changing endpoints.