azure-resource-manager-cosmosdb-dotnet

Pass

Audited by Gen Agent Trust Hub on Sep 16, 2026

Risk Level: SAFE
Full Analysis
  • Cloud Infrastructure Management: The skill provides instructions for the administrative management of Azure Cosmos DB resources. This includes operations to create, update, and delete databases and containers, which are the intended functions of the Management Plane SDK.
  • Credential Handling: The documentation demonstrates how to retrieve sensitive account information, such as primary master keys and connection strings, using the official SDK methods. This is a core capability for administrative automation, and the skill correctly advises using secure authentication methods like DefaultAzureCredential rather than hardcoding secrets.
  • Official Dependency Usage: The skill references official Microsoft libraries (Azure.ResourceManager.CosmosDB and Azure.Identity). These are trusted resources for .NET developers interacting with Azure services.
  • Service-Side Programmability: Examples for creating stored procedures and triggers include JavaScript code snippets. These are executed within the Cosmos DB service environment as part of its standard feature set and do not represent a security risk to the local agent environment.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 16, 2026, 02:51 PM
Security Audit — agent-trust-hub — azure-resource-manager-cosmosdb-dotnet