dataflows-authoring-cli

Pass

Audited by Gen Agent Trust Hub on May 7, 2026

Risk Level: SAFE
Full Analysis
  • Official API Integration: The skill interacts exclusively with official Microsoft endpoints like api.fabric.microsoft.com. These operations are conducted using the az rest command, which leverages the user's active Azure CLI session for secure authentication and token management.
  • Standard Utility Usage: The skill utilizes common developer tools such as jq for JSON processing and base64 for encoding definition parts. These utilities are used for their intended technical purposes as required by the Fabric REST API specification.
  • Automated Workflow Templates: The provided Bash and PowerShell scripts are designed for transparency and reliability. They incorporate environment checks, such as verifying active login sessions and tool availability, and use standard scripting practices like error-on-failure (set -euo pipefail) to ensure predictable behavior.
  • Dataflow Definition Management: The skill handles Power Query M definitions by encoding them as Base64 strings, which is the standard protocol for the Fabric API. It encourages a read-modify-write pattern to prevent accidental data loss during updates.
Audit Metadata
Risk Level
SAFE
Analyzed
May 7, 2026, 07:44 AM