eventstream-consumption-cli
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFE
Full Analysis
- Official API Interaction: The skill uses the
az restcommand to interact withapi.fabric.microsoft.com. These calls are directed at the vendor's official control-plane endpoints for Microsoft Fabric and require existing authentication via the Azure CLI. - Data Decoding Functionality: To provide visibility into the event flow, the skill retrieves base64-encoded payloads from the Fabric API and decodes them locally using standard tools like
jqor PowerShell. This is a core feature for interpreting the 'eventstream.json' topology definitions. - Administrative Discoverability: It provides instructions for resolving workspace and item IDs using JMESPath filtering. This follows best practices by avoiding hardcoded identifiers and relying on dynamic discovery through authenticated API calls.
- Update Verification: The skill includes a standard instruction to verify updates at the beginning of a session, which is a common practice for maintaining tool reliability.
Audit Metadata