add-office365
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFE
Full Analysis
- Official Tool Integration: The skill utilizes the Power Platform CLI (
pac) to manage data sources. This is a standard, vendor-supported method for configuring Power Apps environments. - Connector Configuration: It provides clear instructions for using existing authenticated connections. By utilizing environment-specific URLs and connection IDs, the skill avoids the need for hardcoded credentials.
- Standard Development Workflow: The build and configuration steps involve routine actions such as
npm run buildand local code inspection withGrep, which are typical for this type of software development. - Controlled Data Access: While the skill enables functionality for interacting with sensitive data like emails and calendars, it does so through the application's own generated services and relies on the user's existing security context.
Audit Metadata