pipeline-migration
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [Command Execution]: The skill invokes the Azure CLI (
az) via the Pythonsubprocessmodule to perform authentication, resource discovery, and token acquisition. This is a standard pattern for cloud automation and management tasks. - [Network Operations]: The skill interacts with official Microsoft Azure and Fabric REST endpoints (e.g.,
management.azure.com,api.fabric.microsoft.com) to synchronize data between environments. These connections are necessary for fetching and deploying pipeline definitions. - [Data Transformation]: The skill includes Python logic to transform Synapse JSON definitions into Fabric-compatible structures, such as inlining datasets and converting global parameters. This transformation is performed locally on structured data.
- [Secret Management Hygiene]: The documentation provides explicit guidance on avoiding the exposure of secrets in command history and using platform features like
secureInputandsecureOutputto protect sensitive information during execution.
Audit Metadata