adding-auth
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Recommends the installation of the
next-authpackage and official database adapters (e.g.,@auth/drizzle-adapter,@auth/prisma-adapter) from the public npm registry. - [COMMAND_EXECUTION]: Includes standard commands for package installation and secret generation (
npx auth secret), which is the recommended way to initialize authentication secrets locally. - [CREDENTIALS_UNSAFE]: Correctly guides the user to manage sensitive data such as OAuth secrets and API keys using environment variables in
.env.localfiles rather than hardcoding them in the application source code.
Audit Metadata