dataflows-consumption-cli
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFE
Full Analysis
- Microsoft Fabric API Integration: The skill utilizes
az restandcurlto communicate with official Microsoft Fabric REST endpoints. These interactions are directed at theapi.fabric.microsoft.comdomain and are intended for metadata discovery and dataflow inspection within the user's authorized workspaces. - Authentication and Session Handling: Authentication is managed via the Azure CLI (
az login). The skill provides instructions for acquiring bearer tokens usingaz account get-access-tokento authorize requests to the Fabric resource audience, which is a standard procedure for authenticated CLI operations. - Local Data Decoding: Dataflow definitions, which are retrieved as base64-encoded payloads, are decoded locally using standard tools like
base64andpython3. This allows for the inspection of Power Query M code and query metadata without executing any content from the remote source. - Standard Tool Chain Usage: The skill relies on well-known utilities such as
jq,curl, andaz. It includes environment checks to verify that these tools are available before proceeding with operations. - Update Verification Procedure: The instructions include a pattern for verifying that the skill is up to date at the start of a session, which is a standard maintenance practice.
Audit Metadata