dv-connect
Pass
Audited by Gen Agent Trust Hub on Apr 24, 2026
Risk Level: SAFE
Full Analysis
- Shell Profile Modification: The skill provides instructions to update
~/.bashrcwith tool paths and aliases. While this ensures that tools like the Power Platform CLI (PAC) are consistently available, it involves persistent modifications to the user's shell configuration. - External Dependency Installation: The workflow utilizes official package managers such as
pip,winget, andnpxto fetch verified Microsoft libraries and developer tools. These operations are intended to establish the necessary runtime environment for interacting with Dataverse. - Secure Configuration Management: The skill automates the creation of
.envfiles for environment variables and includes logic to verify that sensitive configuration is excluded from version control via.gitignore. This helps mitigate the risk of accidental credential exposure. - Interactive Authentication Workflow: Authentication is handled through official Microsoft CLI tools (
pac,az) and browser-based login flows. The skill provides direct links to official Microsoft identity management endpoints for administrative consent, ensuring transparency in the permission-granting process.
Audit Metadata