azure-resource-manager-cosmosdb-dotnet
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [Official Library Integration]: The skill utilizes official Microsoft packages (
Azure.ResourceManager.CosmosDBandAzure.Identity) for its functionality. These are standard, well-maintained libraries for Azure resource management. - [Authentication Best Practices]: The instructions correctly advocate for the use of
DefaultAzureCredential, which supports secure authentication methods like Managed Identity and prevents the need for hardcoded credentials in source code. - [Administrative Access Patterns]: The skill includes examples for retrieving account keys and connection strings. These are legitimate management plane operations required for resource administration; the skill demonstrates these within the expected scope of the Azure SDK.
- [Secure Environment Configuration]: Guidance for setting up environment variables (
AZURE_CLIENT_SECRET, etc.) follows industry standards for local development and CI/CD pipelines, keeping sensitive secrets out of the codebase.
Audit Metadata