azure-ai-voicelive-dotnet
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- [Standard SDK Integration]: The skill provides documentation and code examples for integrating the official Azure.AI.VoiceLive and Azure.Identity libraries. These are standard SDKs for cloud service interaction.
- [Authentication Practices]: The instructions recommend using DefaultAzureCredential (Microsoft Entra ID) over hardcoded API keys, which aligns with industry security standards for identity management and credential rotation.
- [Service Communication]: Network operations are directed towards Azure Cognitive Services endpoints (cognitiveservices.azure.com and ai.azure.com), which are established cloud infrastructure domains for this service type.
- [Third-Party Dependencies]: The skill utilizes the NAudio package for audio processing, which is a well-established and trusted open-source library within the .NET developer community.
- [Data Handling Surface]: As a real-time voice interaction skill, it processes bidirectional audio and text streams. The provided implementation follows standard event-driven patterns and serialization methods for handling this data.
Audit Metadata