eventstream-authoring-cli
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution: The skill utilizes
az restcommands to interact with Microsoft Fabric. These commands are the standard method for managing Fabric resources via the Azure CLI and are directed at the officialapi.fabric.microsoft.comendpoint. - Data Serialization: The instructions describe base64 encoding for
eventstream.jsontopology payloads. This is a functional requirement of the Microsoft Fabric Items API for definition submission and is used here for data compatibility rather than to hide intent. - Information Ingestion Consideration: The skill includes workflows that retrieve existing item definitions from the API, which are then processed by the agent. This represents an interaction with external data.
- Ingestion points: Data is retrieved via the
getDefinitionendpoint in the Update Eventstream Topology section. - Boundary markers: No specific delimiters are defined for the JSON data within the prompt instructions.
- Capability inventory: The skill uses
az restfor network communication and resource modification. - Sanitization: The skill mitigates risks by recommending programmatic JSON construction to prevent serialization errors and ensure structural validity.
- Maintenance Procedures: The inclusion of a session-based update check is a routine security and operational practice to ensure the skill remains synchronized with the latest version of the underlying platform.
Audit Metadata