eventhouse-consumption-cli

Pass

Audited by Gen Agent Trust Hub on Jul 10, 2026

Risk Level: SAFE
Full Analysis
  • [Network Operations]: The skill uses az rest to communicate with official Microsoft services, specifically https://api.fabric.microsoft.com for workspace discovery and https://kusto.kusto.windows.net for KQL query execution. These are established, trusted endpoints.
  • [File System Operations]: To handle complex Kusto Query Language (KQL) syntax which often includes pipe characters, the skill recommends writing JSON payloads to temporary files (e.g., /tmp/kql_body.json). This is a recommended best practice for CLI tools to avoid shell escaping issues and potential command injection.
  • [Authentication and Authorization]: The skill relies on standard Azure CLI authentication (az login). It follows the principle of least privilege by focusing on read-only KQL queries and directing users to specific roles (like 'viewer') for troubleshooting access issues.
  • [Information Discovery]: The skill includes comprehensive KQL queries for schema discovery, such as listing tables, columns, and stored functions. These are used within the intended scope of data exploration and monitoring.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 10, 2026, 02:44 PM
Security Audit — agent-trust-hub — eventhouse-consumption-cli