azuresql-db-ci
Pass
Audited by Gen Agent Trust Hub on Jul 8, 2026
Risk Level: SAFE
Full Analysis
- External Resource Access: The skill pulls a container image from a Microsoft-managed Azure Container Registry. This is a standard method for accessing preview software components within a CI pipeline.
- Secure Secret Handling: The documentation emphasizes the use of CI secrets (e.g.,
secrets.ACR_PASSWORD) for managing access tokens and database passwords, preventing the exposure of credentials in workflow files. - Infrastructure Orchestration: The use of
docker execand health check commands ensures that the database service is correctly provisioned and ready before tests begin, representing standard CI/CD practices.
Audit Metadata