dv-connect
Pass
Audited by Gen Agent Trust Hub on May 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [Command Execution]: The skill performs various shell operations to verify tool installation, manage local project structures, and configure MCP servers (e.g.,
claude mcp add). These actions are standard for developer environment setup tasks and are used within their intended functional context. - [External Package Management]: The skill automates the installation and upgrading of official libraries from NPM and PyPI, including
@microsoft/dataverseandPowerPlatform-Dataverse-Client. These resources originate from well-known registries and the vendor's official repositories. - [Secure Credential Handling]: The skill manages environment-specific secrets by writing them to a local
.envfile and includes logic to proactively add this file to.gitignore, which is a security best practice for preventing accidental credential exposure. - [Shell Configuration Persistence]: The skill provides instructions to modify the shell configuration file (
~/.bashrc) to add aliases for CLI tools. This is a common developer practice for tool accessibility but involves a persistent change to the user's local shell environment.
Audit Metadata