sqldb-operations-cli
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFE
Full Analysis
- Official Tool Integration: The skill uses the official Microsoft
sqlcmdutility to interact with SQL endpoints. This integration is standard for database diagnostics and relies on the user's existing authentication context for Fabric. - Local Script Management: The skill generates temporary SQL script files locally to handle complex Extended Events configurations. This practice is used to ensure command portability and prevent shell interpretation errors during diagnostic sessions.
- Read-Only Diagnostic Scope: Most T-SQL queries provided are restricted to reading performance metadata from Query Store and Dynamic Management Views (DMVs). While the skill can create Extended Events sessions, these are database-scoped and include explicit steps for termination and removal.
- Guidance on Permissions: The documentation correctly identifies the specific database permissions required for diagnostics, such as
VIEW DATABASE STATE, and provides transparency on how these permissions are used to access performance metrics.
Audit Metadata