Skip to main content

dialpad

Enables sending SMS and making voice calls via the Dialpad API, supporting TTS and caller ID selection for enhanced communication.

Install this skill

or
66/100

Security score

The dialpad skill was audited on Feb 9, 2026 and we found 18 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 195

Webhook reference - potential data exfiltration

SourceSKILL.md
195### Webhook Integration
low line 198

Webhook reference - potential data exfiltration

SourceSKILL.md
198from webhook_sqlite import handle_sms_webhook, format_notification, get_inbox_summary
low line 201

Webhook reference - potential data exfiltration

SourceSKILL.md
201result = handle_sms_webhook(dialpad_payload)
medium line 221

Webhook reference - potential data exfiltration

SourceSKILL.md
221- For ElevenLabs TTS: `ELEVENLABS_API_KEY` + webhook setup for audio playback
medium line 227

Webhook reference - potential data exfiltration

SourceSKILL.md
227### 1. Real-Time: SMS Webhooks
low line 232

Webhook reference - potential data exfiltration

SourceSKILL.md
232# Create a webhook subscription
low line 233

Webhook reference - potential data exfiltration

SourceSKILL.md
233python3 create_sms_webhook.py create --url "https://your-server.com/webhook/dialpad" --direction "all"
low line 236

Webhook reference - potential data exfiltration

SourceSKILL.md
236python3 create_sms_webhook.py list
medium line 239

Webhook reference - potential data exfiltration

SourceSKILL.md
239**Webhook Events:**
low line 273

Webhook reference - potential data exfiltration

SourceSKILL.md
273├── create_sms_webhook.py # Create webhook subscriptions (new)
low line 276

Webhook reference - potential data exfiltration

SourceSKILL.md
276├── webhook_sqlite.py # Webhook handler for SQLite
low line 278

Webhook reference - potential data exfiltration

SourceSKILL.md
278└── webhook_receiver.py # Legacy webhook handler
low line 159

Access to hidden dotfiles in home directory

SourceSKILL.md
159~/.dialpad/sms.db # Single file with messages + FTS5 index
low line 4

External URL reference

SourceSKILL.md
4homepage: https://developers.dialpad.com/
low line 33

External URL reference

SourceSKILL.md
33Get your Dialpad API key from [Dialpad API Settings](https://dialpad.com/api/settings).
low line 103

External URL reference

SourceSKILL.md
103- **Endpoint:** `POST https://dialpad.com/api/v2/sms`
low line 109

External URL reference

SourceSKILL.md
109- **Endpoint:** `POST https://dialpad.com/api/v2/call`
low line 233

External URL reference

SourceSKILL.md
233python3 create_sms_webhook.py create --url "https://your-server.com/webhook/dialpad" --direction "all"
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →
GitHub Stars 2.2K
Rate this skill
Categorysales
UpdatedApril 4, 2026
openclaw/skills