phone-calling
Enables affordable international phone calls with low rates, using PayPal or UPI for payment, perfect for personal and business use.
Install this skill
or
82/100
Security score
The phone-calling skill was audited on Feb 11, 2026 and we found 14 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 190
Template literal with variable interpolation in command context
SourceSKILL.md
| 190 | const idempotencyKey = `${sessionId}_${Date.now()}_${Math.random().toString(36).substr(2, 9)}`; |
low line 7
External URL reference
SourceSKILL.md
| 7 | api_base: https://ringez-api.vercel.app/api/v1 |
low line 34
External URL reference
SourceSKILL.md
| 34 | POST https://ringez-api.vercel.app/api/v1/auth/check-email |
low line 48
External URL reference
SourceSKILL.md
| 48 | POST https://ringez-api.vercel.app/api/v1/auth/send-otp |
low line 56
External URL reference
SourceSKILL.md
| 56 | POST https://ringez-api.vercel.app/api/v1/auth/verify-otp |
low line 81
External URL reference
SourceSKILL.md
| 81 | POST https://ringez-api.vercel.app/api/v1/auth/login |
low line 97
External URL reference
SourceSKILL.md
| 97 | GET https://ringez-api.vercel.app/api/v1/auth/me |
low line 117
External URL reference
SourceSKILL.md
| 117 | POST https://ringez-api.vercel.app/api/v1/calls/initiate |
low line 235
External URL reference
SourceSKILL.md
| 235 | GET https://ringez-api.vercel.app/api/v1/calls/call_xyz789 |
low line 258
External URL reference
SourceSKILL.md
| 258 | DELETE https://ringez-api.vercel.app/api/v1/calls/call_xyz789 |
low line 267
External URL reference
SourceSKILL.md
| 267 | POST https://ringez-api.vercel.app/api/v1/calls/call_xyz789/actions |
low line 291
External URL reference
SourceSKILL.md
| 291 | GET https://ringez-api.vercel.app/api/v1/calls?limit=10&offset=0 |
low line 357
External URL reference
SourceSKILL.md
| 357 | 1. Visit: https://ringez.com/wallet |
low line 372
External URL reference
SourceSKILL.md
| 372 | 💳 Add credits at: https://ringez.com/wallet |
Scanned on Feb 11, 2026
View Security Dashboard