dv-solution
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [Command Execution]: The skill utilizes the Power Platform CLI (
pac) for core operations such as exporting, importing, packing, and unpacking solutions. These shell-based interactions are essential for the skill's primary purpose of managing environment-specific assets. - [Network Operations]: The skill performs authenticated network requests to Microsoft Dataverse endpoints to manage records and validate deployments. These operations are conducted through the
PowerPlatform.Dataverse.clientSDK and Python'surlliblibrary, targeting the environment URL provided by the user. - [Environment Management]: Sensitive configuration details, such as the Dataverse URL and credentials, are managed using environment variables and local
.envfiles. This approach adheres to security best practices for avoiding hardcoded secrets and maintaining environment isolation. - [Data Ingestion Consideration]: The skill processes metadata and record information retrieved from Dataverse environments to verify deployment status. These read operations are limited to the user's authorized Power Platform environment and are used to provide feedback on the success of solution operations.
Audit Metadata