Security · Version 1.5.0 · Reviewed 2026-08-02
OAuth & OIDC Advisor
Find and prioritize exploitable risk in OAuth flow selection and token validation review with evidence, explicit trade-offs, and a verification plan.
4 method steps
6 documented failure modes
5 diagnostic checks
7 quality gates
Reviews authorization-code flows, PKCE, token audiences, scopes, refresh rotation, logout, nonce handling, and identity-provider integration.
₹99 one-time
Get this skill archive
What it checks first
OAuth & OIDC Advisor reviews authorization-code flows, PKCE, token audiences, scopes, refresh rotation, logout, nonce handling, and identity-provider integration. Use it when the work involves OAuth flow selection, Token validation review, Refresh-token safety.
- Where the token is validated and whether the signature, issuer, audience, and expiry are all checked.
- Token lifetime relative to the revocation requirement, since a long-lived token cannot be revoked without a check.
- Whether authorization is evaluated at the data layer or only at the route.
- Token storage location, which determines exposure to XSS versus CSRF.
- Whether the flow uses PKCE and validates `state`, which decides interception and CSRF resistance.