azure-resource-manager-mysql-dotnet

Pass

Audited by Gen Agent Trust Hub on Sep 16, 2026

Risk Level: SAFE
Full Analysis
  • Trusted Vendor and Platform Integration: The skill provides instructions for the official Azure.ResourceManager.MySql and Azure.Identity .NET packages. These are maintained by Microsoft and are the standard tools for managing Azure resources.
  • Authentication Best Practices: The skill correctly promotes the use of DefaultAzureCredential and Entra ID (Active Directory) authentication, which are more secure alternatives to hardcoded connection strings or server secrets.
  • Use of Placeholders: While the code snippets contain example strings such as YourSecurePassword123!, these are clearly marked placeholders for developers to replace with their own secure values. The documentation also explicitly labels environment variables like AZURE_SUBSCRIPTION_ID as placeholders.
  • Standard Security Configurations: The examples for firewall rules include the standard Azure pattern for allowing internal Azure service traffic (0.0.0.0 range). This is a well-documented Azure networking configuration rather than a vulnerability.
  • No Remote Execution or Obfuscation: The skill does not contain any hidden logic, obfuscated code, or unauthorized network requests. All dependencies are fetched from the official NuGet registry.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 16, 2026, 02:51 PM
Security Audit — agent-trust-hub — azure-resource-manager-mysql-dotnet