sqldb-authoring-cli
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command-Line Tool Integration: The skill utilizes standard command-line interfaces such as
sqlcmd,sqlpackage, and the Azure CLI (az) to perform database operations. These tools are used within their intended scope for querying, deployment, and resource management. - Authentication Best Practices: The instructions emphasize the use of Entra ID authentication (via the
-Gflag insqlcmd) and discourage the use of legacy SQL authentication or hardcoded credentials, which aligns with security best practices for cloud environments. - External Resource Management: The skill references external configuration and setup guides for tool installation. This modular approach ensures that the environment is configured based on shared, standard procedures before administrative tasks are performed.
- Data Interaction Patterns: The workflows involve reading database metadata and sampling table data. This ingestion of external data is a core requirement for SQL authoring, and the skill provides clear patterns for exploring schema and objects safely.
Audit Metadata