auth
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFE
Full Analysis
- Official SDK Integration: The skill recommends the installation of recognized authentication SDKs, specifically
@clerk/nextjs,@descope/nextjs-sdk, and@auth0/nextjs-auth0. Using established libraries from these well-known services is a standard and secure practice for managing identity. - Secure Credential Management: All code examples and configuration samples utilize environment variable placeholders (e.g.,
<client-id>,<random-secret>) rather than hardcoded credentials, reinforcing best practices for secrets management. - Standard CLI Operations: The skill suggests using official integration commands, such as
vercel integration add, which provide a secure and verifiable method for connecting marketplace services to a project.
Audit Metadata