Skip to main content

azure-ai-voicelive-py

Enables the development of real-time voice AI applications using Azure's Voice Live SDK for Python, facilitating bidirectional audio communication.

Install this skill

or
94/100

Security score

The azure-ai-voicelive-py skill was audited on May 12, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 147

Base64 decode operation

SourceSKILL.md
147b64_audio = base64.b64encode(audio_chunk).decode()
low line 157

Base64 decode operation

SourceSKILL.md
157audio_bytes = base64.b64decode(event.delta)
low line 192

Base64 decode operation

SourceSKILL.md
192audio = base64.b64decode(event.delta)
low line 22

External URL reference

SourceSKILL.md
22AZURE_COGNITIVE_SERVICES_ENDPOINT=https://<region>.api.cognitive.microsoft.com
low line 38

External URL reference

SourceSKILL.md
38credential_scopes=["https://cognitiveservices.azure.com/.default"]
low line 69

External URL reference

SourceSKILL.md
69credential_scopes=["https://cognitiveservices.azure.com/.default"]
Scanned on May 12, 2026
View Security Dashboard
Installation guide →