What problem does it solve? OAuth 2.0 and OpenID Connect implementations frequently contain misconfigurations—weak redirect URI validation, missing PKCE, absent state parameters, and reusable authorization codes—that enable account takeover and token theft. This Skill provides a structured methodology and an automated agent to identify these weaknesses during authorized penetration tests. ## Core Features & Use Cases - Redirect URI Bypass Testing: Probes 10 manipulation techniques including subdomain hijacking, path traversal, case variation, protocol downgrade, and CRLF injection. - Flow Security Validation: Checks state parameter enforcement (CSRF risk), PKCE requirements, authorization code reuse, and scope escalation attempts. - OIDC Discovery: Automatically fetches /.well-known/openid-configuration to locate authorization and token endpoints. - Use Case: During an authorized web application assessment, run the agent against the target's OAuth provider to produce a JSON report of accepted redirect URI bypasses and missing PKCE enforcement, then document findings in the provided report template. ## Quick Start Run the OAuth assessment agent against the target authorization server with the client ID and legitimate redirect URI to generate a JSON findings report.