Skip to main content

elevenlabs-twilio-memory-bridge

Integrates ElevenLabs and Twilio for personalized voice interactions, enhancing AI agents with caller memory and dynamic context.

Install this skill

or
54/100

Security score

The elevenlabs-twilio-memory-bridge skill was audited on Feb 9, 2026 and we found 10 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 5

Webhook reference - potential data exfiltration

SourceSKILL.md
5description: "FastAPI personalization webhook that adds persistent caller memory and dynamic context injection to ElevenLabs Conversational AI agents on Twilio. No audio proxying, file-based persisten
medium line 12

Webhook reference - potential data exfiltration

SourceSKILL.md
12Personalization webhook service for ElevenLabs + Twilio voice agents with persistent caller memory.
medium line 16

Webhook reference - potential data exfiltration

SourceSKILL.md
16When a call arrives on your Twilio number, ElevenLabs' native integration triggers this webhook. The bridge looks up the caller's history, loads long-term memory facts and daily context notes, combine
medium line 21

Webhook reference - potential data exfiltration

SourceSKILL.md
21- **Webhook only** - called once per inbound call to inject context
medium line 29

Webhook reference - potential data exfiltration

SourceSKILL.md
29| `/webhook/personalize` | POST | ElevenLabs calls this on inbound call |
medium line 30

Webhook reference - potential data exfiltration

SourceSKILL.md
30| `/webhook/post-call` | POST | Optional post-call cleanup |
medium line 41

Webhook reference - potential data exfiltration

SourceSKILL.md
415. Add webhook URL `https://your-domain/webhook/personalize` in ElevenLabs settings
medium line 56

Webhook reference - potential data exfiltration

SourceSKILL.md
56- Optional HMAC webhook signature verification
medium line 38

Access to .env file

SourceSKILL.md
382. Copy `.env.example` to `.env`, fill in secrets
low line 41

External URL reference

SourceSKILL.md
415. Add webhook URL `https://your-domain/webhook/personalize` in ElevenLabs settings
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →