add-mcscopilot
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFE
Full Analysis
- Standard Tooling Usage: The skill utilizes the Microsoft Power Platform CLI (
pac) and PowerShell (pwsh) for configuring data sources. These are official tools for the intended environment. - Project Configuration: The instructions reference
power.config.jsonand a localmemory-bank.mdto maintain environment context and project state, which is a common practice for development-oriented agents. - API Integration Patterns: The skill describes the use of specific API endpoints (
/proactivecopilot/executeAsyncV2) for agent communication. It includes a placeholder URL (https://notificationurlplaceholder) for a required but unused parameter, which is a typical implementation detail for this specific connector. - Build Workflow: Standard build processes using
npm run buildare included to verify TypeScript integrations, which aligns with modern web and app development workflows.
Audit Metadata