azuresql-db-import
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFE
Full Analysis
- Standard Tooling and Best Practices: The skill correctly utilizes
SqlPackageandsqlcmd, which are standard, official tools for managing SQL Server and Azure SQL environments. It encourages best practices such as using.envfiles for secrets (or specifically, setting a password in the container environment) and performing schema validation.- Docker Configuration: The provided Docker commands use the official Microsoft registry for the Azure SQL Database engine preview and follow standard container deployment patterns, including port mapping and environment variable usage for licensing and initial setup.- Security Guidelines: The instructions emphasize proper connection string construction and explicit database selection, which aligns with Azure SQL security and architectural requirements. No suspicious remote code execution or data exfiltration patterns were detected.
Audit Metadata