auth0-net-android

Pass

Audited by Gen Agent Trust Hub on Jun 23, 2026

Risk Level: SAFE
Full Analysis
  • [REMOTE_CODE_EXECUTION]: The provided setup script downloads and executes the Auth0 CLI installer from the vendor's official GitHub repository. Evidence: curl -sSfL https://raw.githubusercontent.com/auth0/auth0-cli/main/install.sh | sh in references/setup.md.
  • [EXTERNAL_DOWNLOADS]: The skill uses the GitHub CLI to fetch the latest SDK release tags from the official auth0/auth0-oidc-client-net repository.
  • [COMMAND_EXECUTION]: Performs project configuration and build operations using standard tooling including dotnet add package, dotnet build, and auth0 CLI commands.
  • [PROMPT_INJECTION]: The skill logic includes instructions to read and analyze local application metadata files (.csproj and AndroidManifest.xml) to automate package name and framework detection. Ingestion points: SKILL.md workflow and references/setup.md. Capability inventory: Execution of dotnet and auth0 CLI commands. Sanitization: Relies on grep-based extraction of project identifiers.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 23, 2026, 08:56 PM
Security Audit — agent-trust-hub — auth0-net-android