configure-canvas-mcp
Pass
Audited by Gen Agent Trust Hub on Apr 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Command Execution: The skill utilizes standard command-line tools such as
dotnetandclaudeto verify prerequisites and register the MCP server. These operations are used strictly for the intended setup process. - External Downloads: The skill configures the environment to fetch the
Microsoft.PowerApps.CanvasAuthoring.McpServerpackage from the official NuGet package registry. This is an expected and standard method for distributing .NET development tools. - Configuration Management: The skill modifies local configuration files (e.g.,
mcp.jsonand.mcp-config.json) to register the server. It performs these edits carefully, attempting to preserve existing user settings while adding the new configuration. - Input Processing: The skill extracts specific identifiers, such as Environment and App IDs, from user-provided Power Apps URLs. These values are used to parameterize the local server configuration for the specific project context.
Audit Metadata