azure-resource-manager-cosmosdb-dotnet
Pass
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: SAFE
Full Analysis
- [Authentication Best Practices]: The skill correctly instructs users to use DefaultAzureCredential for authentication, which helps avoid the risk of hardcoded credentials by leveraging Azure's identity services.
- [Standard Resource Management]: The code patterns for creating and managing Cosmos DB resources are standard operations for the Azure Resource Manager API and align with the stated purpose of the SDK.
- [Secret Handling]: The skill includes documentation for retrieving account keys and connection strings, which is a necessary function for management tasks. It provides proactive advice against insecure practices like logging these secrets.
- [Official Dependencies]: All referenced packages are official Microsoft libraries sourced from the standard NuGet registry, representing expected development dependencies.
Audit Metadata