azure-ai-voicelive-java
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill provides a standard implementation for interacting with the Azure AI VoiceLive service. The provided code logic is confined to audio streaming, configuration, and event handling through the official SDK, with no signs of malicious patterns.
- [EXTERNAL_DOWNLOADS]: The skill correctly identifies and utilizes official Azure SDK packages (com.azure:azure-ai-voicelive and com.azure:azure-identity) and the Project Reactor library (io.projectreactor:reactor-core) from trusted Maven repositories.
- [EXTERNAL_DOWNLOADS]: The skill references source code and usage examples from the official Azure GitHub organization (Azure/azure-sdk-for-java), which is a verified and trusted service provider.
- [CREDENTIALS_UNSAFE]: The skill demonstrates secure credential management by instructing users to use environment variables for sensitive keys and explicitly recommending DefaultAzureCredential for production environments. No hardcoded secrets are present.
- [COMMAND_EXECUTION]: The skill's implementation is restricted to Java SDK calls and does not involve the execution of shell commands, subprocess spawning, or other high-risk system-level operations.
Audit Metadata