skills/auth0/agent-skills/auth0-wpf/Gen Agent Trust Hub

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 | sh within the automated setup guide in references/setup.md.
  • Evidence: The skill retrieves the latest SDK version information via the GitHub API with gh api repos/auth0/auth0-oidc-client-net/releases in SKILL.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.WPF to install the primary SDK library.
  • Evidence: Automates application registration using auth0 apps create and identity management via the auth0 CLI in references/setup.md.
  • [PROMPT_INJECTION]: Contains specialized instructions for the AI agent to guide the integration workflow and perform pre-requisite checks.
  • Evidence: Multiple Agent instruction blocks throughout the files direct the agent to fetch version data, check existing code patterns, and verify build success.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 12, 2026, 08:52 PM
Security Audit — agent-trust-hub — auth0-wpf