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-tokento 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/generatedfolder 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) andpwsh(PowerShell) for project configuration and environment discovery. These are standard tools within the developer ecosystem for these tasks.
Audit Metadata