azuresql-db-connections
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [Vendor Resource Downloads]: The skill pulls a Docker container image from an Azure Container Registry (
azurecr.io) and references official Microsoft signup links (aka.ms). These are established vendor resources used to provide the local Azure SQL development environment. - [Local Environment Provisioning]: The skill includes shell commands to automate the lifecycle of a Docker container (
docker run,docker exec) and verify the local environment. These commands are part of the intended setup process for the database development layer. - [Standard Dependency Usage]: The provided code snippets reference well-known libraries from official package registries, such as
mssqlfor Node.js andpyodbcwithtenacityfor Python, to implement robust connection pooling and retry logic. - [Example Configuration Credentials]: A static password (
YourStr0ng_Passw0rd) is provided as an example for the local development container. This is a common practice for local development templates and does not involve production credentials.
Audit Metadata