create-call
Create outbound phone calls, web calls, and batch calls using the Vapi API. Use when making automated calls, testing voice assistants, scheduling call campaigns
68/100
Security score
The create-call skill was audited on Mar 8, 2026 and we found 12 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 22
Curl to non-GitHub URL
SourceSKILL.md
| 22 | curl -X POST https://api.vapi.ai/call \ |
medium line 203
Curl to non-GitHub URL
SourceSKILL.md
| 203 | curl "https://api.vapi.ai/call?limit=10" \ |
medium line 207
Curl to non-GitHub URL
SourceSKILL.md
| 207 | curl https://api.vapi.ai/call/{id} \ |
medium line 211
Curl to non-GitHub URL
SourceSKILL.md
| 211 | curl https://api.vapi.ai/call/{id} \ |
medium line 216
Curl to non-GitHub URL
SourceSKILL.md
| 216 | curl -X DELETE https://api.vapi.ai/call/{id} \ |
low line 39
Access to .env file
SourceSKILL.md
| 39 | const vapi = new VapiClient({ token: process.env.VAPI_API_KEY! }); |
low line 22
External URL reference
SourceSKILL.md
| 22 | curl -X POST https://api.vapi.ai/call \ |
low line 59
External URL reference
SourceSKILL.md
| 59 | "https://api.vapi.ai/call", |
low line 203
External URL reference
SourceSKILL.md
| 203 | curl "https://api.vapi.ai/call?limit=10" \ |
low line 207
External URL reference
SourceSKILL.md
| 207 | curl https://api.vapi.ai/call/{id} \ |
low line 211
External URL reference
SourceSKILL.md
| 211 | curl https://api.vapi.ai/call/{id} \ |
low line 216
External URL reference
SourceSKILL.md
| 216 | curl -X DELETE https://api.vapi.ai/call/{id} \ |
Scanned on Mar 8, 2026
View Security Dashboard