auth
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- Authentication Package Installation: The skill references the installation of well-known authentication SDKs including
@clerk/nextjs,@descope/nextjs-sdk, and@auth0/nextjs-auth0. These are established libraries used for user identity management. - Marketplace Integration Commands: Includes instructions for using the Vercel CLI to add integrations (
vercel integration add), which facilitates the secure provisioning of environment variables directly from the Vercel Marketplace. - Vendor Migration Tooling: Mentions the use of
@clerk/upgradevianpx, a utility provided by a reputable vendor to automate the migration process for breaking changes. - Security Configuration Guidance: Provides templates for middleware and environment variable setup, following security best practices such as route protection and the use of
.env.localfor secret management.
Audit Metadata