add-data-source
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- Standard Environment Verification: The skill uses
list_data_sourcesandlist_apisto verify the state of the user's Power Apps session. These are standard operations for a development assistant to ensure it has the necessary context to proceed with tasks. - Authorized Schema Retrieval: To assist with Power Fx formula generation, the skill retrieves schemas and API descriptions via
get_data_source_schemaanddescribe_api. This information is used within the local session context to provide accurate authoring guidance. - User-in-the-Loop Interaction: The skill employs a 'human-in-the-loop' pattern using
AskUserQuestion, requiring explicit user confirmation before proceeding with verification phases. This ensures that actions are synchronized with the user's manual changes in the external Power Apps Studio interface. - Contextual Data Ingestion: While the skill ingests metadata about external data sources (such as table names and column types), this data originates from the user's own managed environment through trusted MCP tools, posing no significant security risk in this authoring context.
Audit Metadata