Skip to main content

phone

Enables verification of phone numbers and AI-powered outbound voice calls, enhancing communication and fraud detection capabilities.

Install this skill

or
74/100

Security score

The phone skill was audited on Jun 6, 2026 and we found 12 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 208

Curl to non-GitHub URL

SourceSKILL.md
208- For programmatic polling, see the `voice_status` tool — for one-off CLI checks, hit `curl http://localhost:8402/v1/voice/call/{call_id}` directly
low line 43

External URL reference

SourceSKILL.md
43POST to `http://localhost:8402/v1/phone/lookup`:
low line 53

External URL reference

SourceSKILL.md
53POST to `http://localhost:8402/v1/phone/lookup/fraud`:
low line 69

External URL reference

SourceSKILL.md
69POST to `http://localhost:8402/v1/phone/numbers/buy`:
low line 79

External URL reference

SourceSKILL.md
79POST to `http://localhost:8402/v1/phone/numbers/renew`:
low line 89

External URL reference

SourceSKILL.md
89POST to `http://localhost:8402/v1/phone/numbers/list` with an empty body. Returns an array of `{ phone_number, expires_at, country, chain }`. The CLI surfaces this as a human table with renew-soon war
low line 101

External URL reference

SourceSKILL.md
101POST to `http://localhost:8402/v1/phone/numbers/release`:
low line 115

External URL reference

SourceSKILL.md
115POST to `http://localhost:8402/v1/voice/call`:
low line 163

External URL reference

SourceSKILL.md
163GET `http://localhost:8402/v1/voice/call/{call_id}`. Returns:
low line 174

External URL reference

SourceSKILL.md
174"recording_url": "https://..."
low line 204

External URL reference

SourceSKILL.md
204- If a call fails with a 402, tell the user to fund their wallet at [blockrun.ai](https://blockrun.ai)
low line 208

External URL reference

SourceSKILL.md
208- For programmatic polling, see the `voice_status` tool — for one-off CLI checks, hit `curl http://localhost:8402/v1/voice/call/{call_id}` directly
Scanned on Jun 6, 2026
View Security Dashboard
Installation guide →