Skip to main content

twilio-conference-calls

Enables multi-party calls using Twilio Conference, ideal for contact centers needing transfers and coaching features.

Install this skill

or
77/100

Security score

The twilio-conference-calls skill was audited on May 24, 2026 and we found 11 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 70

Template literal with variable interpolation in command context

SourceSKILL.md
70`room-${callSid}`,
medium line 112

Template literal with variable interpolation in command context

SourceSKILL.md
112twiml: `<Response><Dial><Conference>${conferenceName}</Conference></Dial></Response>`,
medium line 225

Template literal with variable interpolation in command context

SourceSKILL.md
225twiml: `<Response>
low line 55

External URL reference

SourceSKILL.md
55wait_url="http://twimlets.com/holdmusic?Bucket=com.twilio.music.classical",
low line 56

External URL reference

SourceSKILL.md
56status_callback="https://yourapp.com/conference-events",
low line 74

External URL reference

SourceSKILL.md
74waitUrl: "http://twimlets.com/holdmusic?Bucket=com.twilio.music.classical",
low line 75

External URL reference

SourceSKILL.md
75statusCallback: "https://yourapp.com/conference-events",
low line 102

External URL reference

SourceSKILL.md
102status_callback="https://yourapp.com/agent-call-status"
low line 113

External URL reference

SourceSKILL.md
113statusCallback: "https://yourapp.com/agent-call-status",
low line 139

External URL reference

SourceSKILL.md
139status_callback="https://yourapp.com/transfer-agent-status"
low line 212

External URL reference

SourceSKILL.md
212statusCallback="https://yourapp.com/coach-events"
Scanned on May 24, 2026
View Security Dashboard
Installation guide →