- Home
- Skills
- Security & Compliance
- Auth Session Security Reviewer
Works with the AI tools you already use
Auth Session Security Reviewer
Security-focused code reviewer for JWT, OAuth, session management, and password storage vulnerabilities.
$9.99
/moSubscription · cancel anytime
Secure checkout via Stripe
- Always the latest version
- Delivered live to your agent via MCP
- Cancel anytime, access ends at period end
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
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: noneexploits 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_urivalidation andstateparameter 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