azure-mgmt-apicenter-dotnet
Audited by Gen Agent Trust Hub on Feb 13, 2026
================================================================================
✅ VERDICT: SAFE
This skill is deemed SAFE. It provides instructions and code snippets for interacting with Azure API Center using the official Azure SDK for .NET. All identified external dependencies and command executions are related to installing trusted Microsoft packages and are considered benign. The skill's functionality aligns with its stated purpose, and no malicious patterns, obfuscation, or attempts at privilege escalation or data exfiltration were found.
Total Findings: 3
🔵 LOW Findings: • Local File Read
- Line 144 (SKILL.md): The skill reads a local file
orders-api.yamlusingFile.ReadAllTextAsync. This is a standard operation for importing API specifications and does not involve exfiltration to an untrusted source.
ℹ️ TRUSTED SOURCE References: • External Dependency (Azure.ResourceManager.ApiCenter)
- Line 14 (SKILL.md):
dotnet add package Azure.ResourceManager.ApiCenterfromhttps://www.nuget.org/packages/Azure.ResourceManager.ApiCenterandhttps://github.com/Azure/azure-sdk-for-net/tree/main/sdk/apicenter/Azure.ResourceManager.ApiCenter. This is a trusted Microsoft package. • External Dependency (Azure.Identity) - Line 15 (SKILL.md):
dotnet add package Azure.Identity. This is a trusted Microsoft package. • External Dependency (Azure.ResourceManager.ApiManagement) - Line 309 (SKILL.md):
dotnet add package Azure.ResourceManager.ApiManagement. This is a trusted Microsoft package.
================================================================================