azure-ai-openai-dotnet
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFE
Full Analysis
- [Secure Authentication Patterns]: The skill demonstrates the use of
DefaultAzureCredential, which enables secure, managed identity-based authentication, reducing the risk of credential exposure. - [Safe Credential Handling]: Code snippets use environment variables to retrieve sensitive configuration data. The documentation includes an explicit section warning against hardcoding API keys.
- [Official SDK Integration]: The skill utilizes well-known, official packages from the NuGet registry, following standard .NET ecosystem practices.
- [Data Handling]: Examples for features like Azure AI Search and Audio transcription follow official implementation guidelines and do not perform unauthorized data exfiltration or system modifications.
Audit Metadata