azure-kusto-irql-graph
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- PowerShell Script Generation: The skill provides instructions for generating PowerShell scripts designed to save KQL queries to local files and launch the Kusto Explorer executable. This facilitates a seamless transition from the agent to a specialized desktop tool. These scripts include logic to automatically locate the application within the user's local application data directory.
- Security-Conscious Implementation Guidance: Documentation within the skill specifically addresses the risk of command injection. It instructs the agent to avoid unsafe string interpolation methods (like PowerShell here-strings) in favor of more secure file-writing commands like
Set-Content, demonstrating an awareness of potential exploitation vectors. - External Visual Resource Referencing: The skill utilizes a set of SVG icons hosted on a public GitHub repository to provide visual labels for graph nodes. This allows for rich, icon-decorated visualizations in the Kusto Explorer graph view.
- Managed Database Interactions: The skill is designed to interact with Kusto databases to verify the presence of required stored functions. It requests user permission before attempting to deploy or modify any database schema components, adhering to the principle of user-in-the-loop for administrative operations.
Audit Metadata