auth0-react
Pass
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The setup script fetches the Auth0 CLI installer from the official repository at
raw.githubusercontent.com/auth0/auth0-cli. This is an expected operation for installing vendor-provided tooling. - [REMOTE_CODE_EXECUTION]: The bash setup script executes the downloaded installer for the Auth0 CLI. This execution is scoped to the installation of official developer tools and includes a warning for the user to review the script before execution.
- [COMMAND_EXECUTION]: The skill provides scripts that use shell commands (Bash and PowerShell) to install the
@auth0/auth0-reactpackage, interface with the Auth0 CLI for application management, and configure local environment variables. These commands are standard for the described development workflow. - [CREDENTIALS_UNSAFE]: The skill specifically includes safeguards against credential exposure, instructing the agent to never read the contents of
.envfiles and to seek explicit user confirmation before appending new configuration values.
Audit Metadata