azure-ai-voicelive-ts

Warn

Audited by Runlayer on Feb 22, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
4
Flagged
4
Chunks
8
Flagged Files (4)
SKILL.mdHIGH
78.3%

Malicious tool definition detected

references/acceptance-criteria.mdHIGH
78.3%

Malicious tool definition detected

references/audio-streaming.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/audio-streaming.md [2/2] Description: 32768)); // Int16 to Float32 } else { channel.set(this.buffer.map((v) => v / 32768)); this.buffer = []; } return true; } } registerProcessor("audio-playback-worklet", AudioPlaybackWorklet); ``` ## PCM16 Conversion Utilities ```typescript // Float32 to PCM16 (for sending to server) export function floatTo16BitPCM(input: Float32Array): Int16Array { const output = new Int16Array(input.length); for (let i = 0; i < input.length; i++) { const s =

references/function-calling.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/function-calling.md [1/2] Description: # Function Calling Reference Tool definitions and function call handling patterns for Azure AI Voice Live using the @azure/ai-voicelive TypeScript SDK.

Tool: references/function-calling.md [2/2] Description: || event.name, args); await session.addConversationItem({ type: "function_call_output", callId, output: result, }); await session.sendEvent({ type: "response.create" }); }, }); ``` ## Parallel Function Calls Voice Live may invoke multiple functions in parallel.

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
4
Files Flagged
4
Chunks Analyzed
8
Analyzed
Feb 22, 2026, 01:04 AM
Security Audit — runlayer — azure-ai-voicelive-ts