build-flow
Pass
Audited by Gen Agent Trust Hub on Aug 9, 2026
Risk Level: SAFE
Full Analysis
- Autonomous Flow Creation: The skill is designed to discover environments and connectors to build Power Automate flows from user descriptions. It utilizes a comprehensive set of specialized MCP tools (prefixed with
mcp__flowagent__) for these operations. While the skill has broad capabilities within the Power Automate ecosystem, its operations are scoped to that platform. - Structured Tool Interaction: The workflow enforces strict rules for tool usage, such as requiring
get_operation_detailsbefore building actions and mandatory validation viavalidate_flowbefore deployment. These steps act as safeguards to ensure the generated flow definitions are correct and compliant with the target API. - Input Handling: User input is accepted via the
$ARGUMENTSparameter to guide the flow generation process. The instructions include specific guidance on handling dynamic values and connector requirements, which helps the agent process user intent accurately within the constrained environment of flow building. - Platform-Specific Guidance: The skill includes detailed technical constraints (e.g., parameter declarations, action types, and plan-specific trigger types) that reflect standard development practices for Logic Apps and Power Automate.
Audit Metadata