azure-kusto-irql-graph
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Standard KQL Visualization Procedures: The skill generates KQL queries utilizing
make-graphand customLift_To_Graphfunctions. These are standard practices within the Azure Data Explorer (Kusto) ecosystem for visual data analysis. - Managed Function Deployment: The skill provides templates in
DEPLOY_IRQL_FUNCTIONS.mdfor deploying required visualization functions. The instructions correctly advise checking for existing functions and requesting explicit user confirmation before any.create-or-alteroperations. - Controlled Application Launching: For Windows users, the skill includes a procedure to open queries in Kusto Explorer using PowerShell. This process includes safety measures such as
ask_userconfirmation prompts and usingSet-Contentinstead of unsafe string interpolation to prevent command injection. - Trusted External Resource References: The skill references icon assets hosted on a well-known public GitHub repository (
benc-uk/icon-collection). These are used solely for UI decoration within the graph visualization and represent a common development practice.
Audit Metadata