auth0-maui
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches the latest version of the Auth0 MAUI SDK from the official Auth0 GitHub repository using the GitHub CLI (
gh api). This is a secure operation targeting a verified vendor source. - [COMMAND_EXECUTION]: Provides a bash script for automated setup that installs and configures the Auth0 CLI. The installation script is fetched directly from the vendor's official domain (
raw.githubusercontent.com/auth0/auth0-cli) and executed, which is an expected workflow for this vendor's tools. - [DATA_EXPOSURE]: Correctly identifies that Domain and Client ID are not secrets in native mobile applications and provides guidance on using MAUI's
SecureStoragefor the secure persistence of sensitive items like refresh tokens. - [COMMAND_EXECUTION]: Uses local inspection commands such as
grepanddotnet buildto verify project state and ensure integration success, which are standard development practices.
Audit Metadata