auth
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Official SDK Installation: The skill documents standard commands to install authentication libraries such as @clerk/nextjs, @descope/nextjs-sdk, and @auth0/nextjs-auth0. These are well-established packages from recognized service providers.
- Authentication Middleware Patterns: It provides implementation examples for Next.js middleware to secure application routes. These patterns follow industry standards for route protection and session management.
- Environment Variable Configuration: The guidance includes templates for setting up authentication keys (e.g., CLERK_SECRET_KEY, AUTH0_SECRET). It correctly uses placeholders for sensitive values, encouraging users to manage their credentials securely in their environment.
- Version Migration Tooling: The skill references npx @clerk/upgrade, which is an official utility provided by Clerk to assist developers with breaking changes in newer SDK versions.
Audit Metadata