add-dataverse

Pass

Audited by Gen Agent Trust Hub on Apr 29, 2026

Risk Level: SAFE
Full Analysis
  • Authentication Token Retrieval: The skill uses az account get-access-token to obtain temporary credentials for the Dataverse environment. This method is a secure alternative to hardcoded secrets, ensuring authentication is handled through the user's established Azure session.
  • Cloud Service Interaction: Commands interact with official Microsoft domains (*.crm.dynamics.com) to manage table definitions and data. This behavior is consistent with the skill's purpose and uses encrypted connections for all data transfers.
  • Local File Generation: The skill generates TypeScript code in the src/generated folder based on external schema definitions. This is a common development pattern used to provide type safety and is confined to the specific project directories.
  • System Commands: The workflow utilizes standard CLI tools like pac (Power Platform CLI) and pwsh (PowerShell) for project configuration and environment discovery. These are standard tools within the developer ecosystem for these tasks.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 29, 2026, 11:50 PM