Works with the AI tools you already use

    Claude CodeClaude CodeCursorCursorCodex CLICodex CLIGitHub CopilotGitHub CopilotGemini CLIGemini CLI+17 more

    Auth Session Security Reviewer

    1

    Security-focused code reviewer for JWT, OAuth, session management, and password storage vulnerabilities.

    $9.99

    /mo

    Subscription · cancel anytime

    Secure checkout via Stripe

    • Always the latest version
    • Delivered live to your agent via MCP
    • Cancel anytime, access ends at period end
    0 installsSecurity scanned

    See it in action

    You say

    Review this JWT verification: const decoded = jwt.decode(token); if (decoded.user === 'admin') { allowAccess(); }

    Your agent does

    CRITICAL: The code uses jwt.decode which only parses the payload without verifying the signature. An attacker can forge a token with {"user": "admin"} and gain full access. Use jwt.verify with a secret and explicitly pin the allowed algorithm (e.g., HS256) to prevent alg: none attacks.

    What you get

    Detect JWT algorithm confusion and signature bypass vulnerabilities.Identify session fixation risks in login and logout handlers.Audit password reset flows for predictability and enumeration bugs.Verify secure password hashing and salting implementations.

    About this skill

    The problem

    Authentication bugs are high-stakes. A missing session regeneration call or a misconfigured JWT verification function is often the only thing standing between a secure app and a total account takeover.

    What it does

    • Identifies JWT vulnerabilities like alg: none exploits and symmetric/asymmetric algorithm confusion.
    • Checks session management for fixation risks and improper invalidation during logout.
    • Audits password reset flows for token predictability, single-use enforcement, and user enumeration.
    • Reviews password storage implementations to ensure use of slow hashes like Argon2 or bcrypt with unique salts.
    • Scrutinizes OAuth/OIDC relying party code for redirect_uri validation and state parameter integrity.

    Why this beats prompting it yourself

    Generic LLM reviews often provide vague best-practice advice. This skill focuses on demonstrable attack vectors, explaining exactly how a specific line of code enables an exploit so you can prioritize the fix. It follows a rigorous checklist derived from known failure patterns in JWT, OAuth, and session handling that generic prompts frequently overlook.

    Use cases

    • Reviewing a new JWT implementation to ensure tokens are securely signed, verified, and stored.
    • Auditing a "forgot password" flow to prevent account enumeration and token hijacking.
    • Checking login handlers for session fixation vulnerabilities before deployment.
    • Verifying OAuth callback logic to ensure redirect URIs are properly locked down.

    Known limitations

    Cannot detect vulnerabilities in infrastructure-level auth (like WAF rules or VPC configs) if only application code is provided.

    How to install

    Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    Fresh listing

    Recently published to Agensi

    Free forever

    No account required to browse

    Trust & safety

    Security scanned

    Verified clean today

    Listedtoday

    Frequently Asked Questions