azure-mgmt-mongodbatlas-dotnet
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFE
Full Analysis
- Official Microsoft SDK: The skill utilizes the
Azure.ResourceManager.MongoDBAtlasNuGet package, which is an official library provided by Microsoft, a trusted organization. - Secure Identity Management: It promotes the use of
DefaultAzureCredentialandManagedIdentityCredential, which are the recommended secure methods for authenticating with Azure services and avoiding long-lived credentials. - Standard Infrastructure Operations: All operations (Create, Read, Update, Delete) are performed through the Azure Resource Manager (ARM) API, ensuring consistent security and compliance within the Azure environment.
- Safe Documentation Practices: The skill uses standard placeholders (e.g.,
<your-client-secret>) for sensitive configuration values like client secrets and tenant IDs, avoiding any hardcoded credentials.
Audit Metadata