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 Python subprocess module 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 secureInput and secureOutput to protect sensitive information during execution.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 18, 2026, 12:57 PM
Security Audit — agent-trust-hub — pipeline-migration