Skip to main content

voice-ai-development

Expertly builds real-time voice AI applications using various APIs for transcription, synthesis, and low-latency voice experiences.

Install this skill

or
95/100

Security score

The voice-ai-development skill was audited on Feb 28, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 111

Webhook reference - potential data exfiltration

SourceSKILL.md
111# Vapi provides hosted voice agents with webhooks
low line 143

Webhook reference - potential data exfiltration

SourceSKILL.md
143# Webhook for conversation events
low line 144

Webhook reference - potential data exfiltration

SourceSKILL.md
144@app.route("/vapi/webhook", methods=["POST"])
low line 145

Webhook reference - potential data exfiltration

SourceSKILL.md
145def vapi_webhook():
low line 94

Base64 decode operation

SourceSKILL.md
94"audio": base64.b64encode(audio_bytes).decode()
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →