azure-sql-optimization
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- SAFE (SAFE): The skill consists entirely of documentation and SQL code snippets for database optimization. It does not perform any automated actions, download external scripts, or attempt to exfiltrate data.
- CREDENTIALS_UNSAFE (SAFE): Several examples (Bulk Insert from Blob Storage, Elastic Query) demonstrate how to use database credentials. However, these examples use clear placeholders such as 'your_sas_token' and 'password' rather than hardcoded secrets.
- COMMAND_EXECUTION (SAFE): The SQL commands provided (e.g., ALTER DATABASE, sp_query_store_force_plan) are standard administrative tasks for Azure SQL and are presented as reference material for the user rather than hidden or malicious execution strings.
Audit Metadata