auth0-nextjs
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the Auth0 CLI installation script from the official Auth0 GitHub repository (auth0/auth0-cli) in
references/setup.md. - [COMMAND_EXECUTION]: Includes a shell script in
references/setup.mddesigned to automate the installation of the Auth0 CLI and the configuration of the Auth0 application environment. - [CREDENTIALS_UNSAFE]: While the skill manages authentication credentials, it adheres to security best practices by instructing the user to store them in
.env.local, add that file to.gitignore, and generates secrets locally usingopenssl. It also includes a critical instruction for the AI agent to never read the contents of environment files to prevent data exposure.
Audit Metadata