azure-mgmt-mongodbatlas-dotnet
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- Official SDK Usage: The skill provides instructions for utilizing the
Azure.ResourceManager.MongoDBAtlasSDK. These patterns, including client creation and resource management, follow established Microsoft Azure development standards. - Authentication Best Practices: The documentation correctly recommends using
DefaultAzureCredentialfromAzure.Identity, which is the industry standard for secure, identity-based authentication in Azure without requiring hardcoded secrets. - Trusted External References: The skill references official Microsoft Learn documentation, NuGet package registries, and the Azure SDK for .NET repository on GitHub. These are well-known, trusted sources for software development.
- Data Handling: Code samples demonstrate creating Azure resources with placeholder values (e.g., 'admin@example.com', 'your-azure-subscription-id'). This is a routine practice for technical documentation and does not involve sensitive data exposure.
Audit Metadata