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 rest commands to interact with Microsoft Fabric. These commands are the standard method for managing Fabric resources via the Azure CLI and are directed at the official api.fabric.microsoft.com endpoint.
  • Data Serialization: The instructions describe base64 encoding for eventstream.json topology 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 getDefinition endpoint 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 rest for 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
Risk Level
SAFE
Analyzed
Jul 10, 2026, 02:44 PM
Security Audit — agent-trust-hub — eventstream-authoring-cli