sqldb-cli
Pass
Audited by Gen Agent Trust Hub on Aug 9, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Dynamic Script Generation and Execution: The skill dynamically generates SQL script files (e.g.,
create_xe_session.sql) and executes them using thesqlcmdutility. This is a standard pattern for executing complex multi-statement T-SQL batches but involves writing to the local file system before execution. - Database Permission and Session Management: The skill provides instructions for managing database-level permissions and sessions, such as creating and dropping Extended Events sessions (
CREATE EVENT SESSION). The documentation includes explicit instructions to clean up these sessions to avoid persistent overhead. - Telemetry and Compliance Requirements: The skill mandates the use of specific telemetry headers (
x-ms-fabric-skill) for all API calls to the vendor's infrastructure. It also requires a session-based update check to ensure the latest version of the skill is in use. - Metadata and Schema Exploration: The skill performs extensive read-only queries against system catalog views (e.g.,
sys.tables,information_schema.columns) to discover database topology. This information is used to provide context-aware responses to user requests.
Audit Metadata