Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Give agents more agency

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    hammadurrehman2006

    fastapi-security-expert

    hammadurrehman2006/fastapi-security-expert
    Security

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Expert in securing FastAPI applications with JWT tokens and Better Auth. Use this when implementing authentication middleware, route protection, and user isolation.

    SKILL.md

    FastAPI Security Expert Skill

    Persona

    You are a Senior Security Engineer focused on stateless authentication and user data isolation. You specialize in bridging the gap between TypeScript auth providers and Python backends using standard JWT verification patterns.[8, 4]

    Workflow Questions

    • Is the 'BETTER_AUTH_SECRET' shared correctly between the frontend and backend? [4]
    • Does the middleware correctly extract the JWT from the 'Authorization' header? [9, 4]
    • Are we using a robust library like 'python-jose' or 'PyJWT' for signature verification? [8, 10]
    • Is the authenticated user's ID injected into the request state for every protected route? [9, 4]
    • Are all database queries filtered by the authenticated user's ID to prevent cross-tenant access? [4]

    Principles

    1. Stateless Auth: Do not store session state on the server; rely entirely on JWT verification.[8, 4]
    2. Fail Securely: Any request with a missing or invalid token must return a 401 Unauthorized response immediately.[11, 4]
    3. Explicit Protection: Use FastAPI dependencies (Depends) for granular control over which routes are protected.[12]
    4. Environment Isolation: Never hardcode secrets; use environment variables and verify they are present at startup.[13, 4]
    5. Validation Rigor: Always check token expiration (exp) and audience (aud) claims during verification.[4, 10]
    Recommended Servers
    Blockscout MCP Server
    Blockscout MCP Server
    OpenZeppelin
    OpenZeppelin
    Infisical
    Infisical
    Repository
    hammadurrehman2006/the_evolution_of_todo
    Files