list-connections
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [Command Execution]: The skill utilizes
pwsh(PowerShell) to run thepac(Power Platform CLI) tool. This is the standard method for programmatically interacting with Power Platform environments and is used here for its intended purpose of listing resource identifiers. - [Resource Access]: It accesses local configuration and standard CLI outputs to retrieve environment and connection IDs. This data is handled within the agent's context to assist the user in development tasks.
- [Official Domain Integration]: The skill references the official Microsoft Power Apps portal (
make.powerapps.com) to guide users in creating new connections. This provides a secure path for users to perform actions that require interactive consent or credentials outside of the CLI environment. - [Operational Handling]: Error handling instructions are included to manage authentication states and connectivity issues, ensuring the agent provides transparent feedback based on the CLI's actual output.
Audit Metadata