azuresql-db-import
Pass
Audited by Gen Agent Trust Hub on Jul 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Command Execution: The skill utilizes shell commands to manage Docker containers, including starting the container, executing commands within it via
docker exec, and running database provisioning scripts. These are standard practices for local database development. - External Software Acquisition: The skill instructions include pulling a container image from an Azure Container Registry (
azurecr.io) and installing themicrosoft.sqlpackagetool using the dotnet CLI. These steps are necessary to obtain the official tools required for the import process. - Credential Handling: The provided examples include a hardcoded placeholder password (
YourStr0ng_Passw0rd). This is used for illustrative purposes in the documentation and should be updated by the user to a secure value in their implementation.
Audit Metadata