auth0-wpf
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches installation scripts and release metadata from the vendor's official GitHub organization.
- Evidence: The skill downloads the Auth0 CLI installer using
curl -sSfL https://raw.githubusercontent.com/auth0/auth0-cli/main/install.sh | shwithin the automated setup guide inreferences/setup.md. - Evidence: The skill retrieves the latest SDK version information via the GitHub API with
gh api repos/auth0/auth0-oidc-client-net/releasesinSKILL.md. - [COMMAND_EXECUTION]: Executes standard development environment commands and specialized vendor CLI tools to configure the project and identity tenant.
- Evidence: Uses
dotnet add package Auth0.OidcClient.WPFto install the primary SDK library. - Evidence: Automates application registration using
auth0 apps createand identity management via theauth0CLI inreferences/setup.md. - [PROMPT_INJECTION]: Contains specialized instructions for the AI agent to guide the integration workflow and perform pre-requisite checks.
- Evidence: Multiple
Agent instructionblocks throughout the files direct the agent to fetch version data, check existing code patterns, and verify build success.
Audit Metadata