Security · Version 1.3.0 · Reviewed 2026-08-02
WebAuthn & Passkey Advisor
Find and prioritize exploitable risk in passkey flow design and credential recovery with evidence, explicit trade-offs, and a verification plan.
4 method steps
6 documented failure modes
5 diagnostic checks
7 quality gates
Designs passkey registration and authentication with relying-party IDs, origins, attestation, discoverable credentials, recovery, and sync considerations.
₹99 one-time
Get this skill archive
What it checks first
WebAuthn & Passkey Advisor designs passkey registration and authentication with relying-party IDs, origins, attestation, discoverable credentials, recovery, and sync considerations. Use it when the work involves Passkey flow design, Credential recovery, WebAuthn verification review.
- 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.