eventhouse-authoring-cli
Pass
Audited by Gen Agent Trust Hub on Mar 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Command Execution: The skill provides Bash and PowerShell templates that automate the execution of management commands via the Azure CLI (
az rest). These scripts are intended for administrative tasks such as creating tables and configuring database policies. Users should review generated scripts before execution as they perform state-changing operations on cloud resources.\n- External Resource Access: The skill interacts with official Microsoft Fabric and Kusto (Azure Data Explorer) endpoints. These connections are necessary for the skill's core functionality and use standard authentication mechanisms.\n- Local File Interaction: Temporary files (e.g.,/tmp/kql_body.json) are used to stage JSON data for API requests. This is a conventional method for handling complex command-line arguments and is limited to the local environment where the CLI is running.\n- Input Handling Considerations: The skill processes KQL commands and schema files provided by the user or from local files. While this is the intended use case, users should ensure the source of these commands and files is trusted, as the skill includes capabilities to modify database schemas and data.
Audit Metadata