azure-mgmt-apicenter-dotnet
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- [Authentication Practices]: The skill utilizes
DefaultAzureCredentialfor managing authentication, which is a secure and recommended approach for Azure integrations as it avoids the need for hardcoded credentials. - [Package Integrity]: The referenced dependencies,
Azure.ResourceManager.ApiCenterandAzure.Identity, are official Microsoft packages hosted on the well-known NuGet registry. - [Secure Configuration]: The skill uses environment variable placeholders for subscription and resource group details, which is a standard practice for maintaining configuration outside of the source code.
- [Local File Access]: The skill reads local files to import API specifications (such as OpenAPI definitions), which is a core functional requirement for API management and does not involve the execution of untrusted remote content.
Audit Metadata