What problem does it solve? OAuth and SSO integrations are common sources of account takeover vulnerabilities, but manually checking every attack vector (redirect_uri bypass, state CSRF, code reuse, PKCE downgrade) is error-prone and easy to skip under time pressure. This Skill gives a structured attack methodology so no high-value check is missed during authorized security testing. ## Core Features & Use Cases - redirect_uri Manipulation: Systematic bypass techniques including subdomain abuse, path traversal, CRLF injection, parameter pollution, and localhost bypasses. - State & CSRF Analysis: Detects missing or unvalidated state parameters that enable login CSRF and account binding attacks. - Token & Code Attacks: Covers authorization code reuse, client_secret leakage in JavaScript, implicit flow token exposure, PKCE bypass, and cross-tenant SSO token reuse. - Use Case: During an authorized SRC engagement against a target with third-party login (Google/WeChat/DingTalk), follow the checklist to test redirect_uri validation, verify state enforcement, and check whether an SSO token from one subdomain is accepted by another business system. ## Quick Start Ask the agent to assess the target's OAuth login flow using the oauth-sso methodology, starting with redirect_uri bypass attempts and state parameter validation.