deployment-pipelines-authoring-cli
Pass
Audited by Gen Agent Trust Hub on Aug 9, 2026
Risk Level: SAFE
Full Analysis
- [Internal Service Interaction]: The skill uses the
azCLI to interact with the Microsoft Fabric REST API (api.fabric.microsoft.com). This is the standard and expected method for managing Fabric resources through agentic environments. - [Local Utility Scripting]: A Python script,
diff_item_definitions.py, is provided to perform token-efficient comparisons of item definitions. This script operates locally and uses standard libraries to decode and normalize JSON data, reducing the amount of data sent to the model while maintaining accuracy. - [Structured Update Process]: The skill includes a routine for checking for updates via
gitfrom its origin repository. This is a transparent and common practice for ensuring the skill remains current with the latest Fabric API capabilities. - [Data Handling]: While the skill processes external item definitions from the Fabric service, it does so using structured parsing and normalization. This approach mitigates common concerns related to processing large or unstructured payloads within a prompt context.
Audit Metadata