eventhouse-consumption-cli
Pass
Audited by Gen Agent Trust Hub on Mar 19, 2026
Risk Level: SAFE
Full Analysis
- Official Tooling and Authentication: The skill leverages the Azure CLI (
az rest) for all operations, ensuring that authentication and API calls follow standard, secure Microsoft protocols. - Command Injection Mitigation: To handle KQL's use of special characters like the pipe symbol, the skill mandates writing query bodies to temporary files. This is a robust method to prevent shell injection or escaping errors.
- Network Security: All network requests are made to official, vendor-owned domains (e.g.,
fabric.microsoft.comandkusto.windows.net), aligning with the skill's purpose as a Microsoft Fabric tool. - Data Exploration Surface: The skill processes output from database queries, which is a standard feature for data analysis tools. It manages this surface by using structured JSON processing with
jqand clearly defined query scopes.
Audit Metadata