Skip to main content

send-sms-textbelt

Enables sending SMS text messages to phone numbers, facilitating communication through notifications or direct messaging.

Install this skill

or
79/100

Security score

The send-sms-textbelt skill was audited on May 14, 2026 and we found 5 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 79

Webhook reference - potential data exfiltration

SourceSKILL.md
79- `replyWebhookUrl` (string) - US only: URL to receive reply webhooks
medium line 80

Webhook reference - potential data exfiltration

SourceSKILL.md
80- `webhookData` (string) - Extra data passed to webhook (max 100 chars)
medium line 12

Access to hidden dotfiles in home directory

SourceSKILL.md
12Read your credentials from ~/.gooseworks/credentials.json:
medium line 18

Access to hidden dotfiles in home directory

SourceSKILL.md
18If ~/.gooseworks/credentials.json does not exist, tell the user to run: `npx gooseworks login`
low line 15

External URL reference

SourceSKILL.md
15export GOOSEWORKS_API_BASE=$(python3 -c "import json;print(json.load(open('$HOME/.gooseworks/credentials.json')).get('api_base','https://api.gooseworks.ai'))")
Scanned on May 14, 2026
View Security Dashboard
Installation guide →