Skip to main content

agent-debugging

Facilitates debugging and troubleshooting for ElevenLabs AI agents and Twilio calls, enhancing performance and reliability.

Install this skill

or
23/100

Security score

The agent-debugging skill was audited on Feb 9, 2026 and we found 29 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 103

Template literal with variable interpolation in command context

SourceSKILL.md
103console.log(`Agent created: ${agent.agentId}`)
medium line 586

Template literal with variable interpolation in command context

SourceSKILL.md
586url: `wss://api.elevenlabs.io/v1/convai/${conversationId}/stream`
medium line 611

Template literal with variable interpolation in command context

SourceSKILL.md
611console.log(`Call initiated successfully on attempt ${attempt}`)
medium line 615

Template literal with variable interpolation in command context

SourceSKILL.md
615console.error(`Call attempt ${attempt} failed:`, error.message)
medium line 639

Template literal with variable interpolation in command context

SourceSKILL.md
639throw new Error(`Webhook test failed with status ${response.status}`)
medium line 737

Template literal with variable interpolation in command context

SourceSKILL.md
737recommendations.push(`High failures at hour ${peakHour}:00 - consider load balancing`)
medium line 745

Template literal with variable interpolation in command context

SourceSKILL.md
745recommendations.push(`Agent ${problematicAgent[0]} has high failure rate - review configuration`)
medium line 856

Template literal with variable interpolation in command context

SourceSKILL.md
856console.log(`Retry attempt ${attempt} failed, waiting ${delay}ms`)
medium line 533

Curl to non-GitHub URL

SourceSKILL.md
533curl -X POST https://your-domain.com/twiml/test-123
low line 629

Fetch to external URL

SourceSKILL.md
629const response = await fetch('https://your-domain.com/twiml/test', {
medium line 523

Webhook reference - potential data exfiltration

SourceSKILL.md
523- Webhook not called
low line 532

Webhook reference - potential data exfiltration

SourceSKILL.md
532# 2. Verify webhook is accessible
low line 544

Webhook reference - potential data exfiltration

SourceSKILL.md
544- "Webhook failed"
medium line 552

Webhook reference - potential data exfiltration

SourceSKILL.md
552| 11200 | HTTP retrieval failure | Check webhook URL accessibility |
medium line 557

Webhook reference - potential data exfiltration

SourceSKILL.md
557| 13225 | Invalid callback URL | Check webhook URL format |
low line 570

Webhook reference - potential data exfiltration

SourceSKILL.md
570// 2. Ensure webhook returns valid TwiML
low line 627

Webhook reference - potential data exfiltration

SourceSKILL.md
627// 4. Test webhook endpoint
low line 628

Webhook reference - potential data exfiltration

SourceSKILL.md
628async function testWebhook() {
low line 635

Webhook reference - potential data exfiltration

SourceSKILL.md
635console.log('Webhook status:', response.status)
low line 636

Webhook reference - potential data exfiltration

SourceSKILL.md
636console.log('Webhook body:', await response.text())
low line 639

Webhook reference - potential data exfiltration

SourceSKILL.md
639throw new Error(`Webhook test failed with status ${response.status}`)
low line 1011

Webhook reference - potential data exfiltration

SourceSKILL.md
1011- [ ] Webhook endpoint is accessible (200 OK)
low line 872

Access to .env file

SourceSKILL.md
872level: process.env.LOG_LEVEL || 'info',
low line 533

External URL reference

SourceSKILL.md
533curl -X POST https://your-domain.com/twiml/test-123
low line 629

External URL reference

SourceSKILL.md
629const response = await fetch('https://your-domain.com/twiml/test', {
low line 1036

External URL reference

SourceSKILL.md
1036- Twilio debugger: https://www.twilio.com/console/debugger
low line 1054

External URL reference

SourceSKILL.md
1054- [ElevenLabs API Status](https://status.elevenlabs.io)
low line 1055

External URL reference

SourceSKILL.md
1055- [Twilio Status](https://status.twilio.com)
low line 1056

External URL reference

SourceSKILL.md
1056- [WebSocket Debugging Tools](https://www.websocket.org/echo.html)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →