auth0-php
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill integrates the official
auth0/auth0-phpSDK to implement standard OpenID Connect login, callback, and logout flows. - [EXTERNAL_DOWNLOADS]: Fetches and installs the official Auth0 CLI tool from the verified Auth0 GitHub repository during the setup process.
- [SAFE]: Implements secure credential management by instructing users to store sensitive information in environment files (
.env) rather than hardcoding them in the source code. - [SAFE]: Mitigates cross-site scripting (XSS) and potential indirect injection risks by consistently using
htmlspecialchars()for all rendered user profile data in the UI routes.
Audit Metadata