Skip to main content

didit-phone-verification

Integrates Didit Phone Verification API for OTP-based phone number verification, supporting SMS, WhatsApp, and Telegram delivery channels.

Install this skill

or
86/100

Security score

The didit-phone-verification skill was audited on Mar 4, 2026 and we found 10 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 119

Fetch to external URL

SourceSKILL.md
119const response = await fetch("https://verification.didit.me/v3/phone/send/", {
medium line 50

Webhook reference - potential data exfiltration

SourceSKILL.md
50**How to obtain:** [Didit Business Console](https://business.didit.me) → API & Webhooks → Copy API key, or via programmatic registration (see below).
low line 50

External URL reference

SourceSKILL.md
50**How to obtain:** [Didit Business Console](https://business.didit.me) → API & Webhooks → Copy API key, or via programmatic registration (see below).
low line 60

External URL reference

SourceSKILL.md
601. **Register:** `POST https://apx.didit.me/auth/v2/programmatic/register/` with `{"email": "[email protected]", "password": "MyStr0ng!Pass"}`
low line 62

External URL reference

SourceSKILL.md
623. **Verify:** `POST https://apx.didit.me/auth/v2/programmatic/verify-email/` with `{"email": "[email protected]", "code": "A3K9F2"}` → response includes `api_key`
low line 75

External URL reference

SourceSKILL.md
75POST https://verification.didit.me/v3/phone/send/
low line 108

External URL reference

SourceSKILL.md
108"https://verification.didit.me/v3/phone/send/",
low line 119

External URL reference

SourceSKILL.md
119const response = await fetch("https://verification.didit.me/v3/phone/send/", {
low line 156

External URL reference

SourceSKILL.md
156POST https://verification.didit.me/v3/phone/check/
low line 173

External URL reference

SourceSKILL.md
173"https://verification.didit.me/v3/phone/check/",
Scanned on Mar 4, 2026
View Security Dashboard
Installation guide →