ClawAudit verdict

sms-gateway

45
🟠 Risky
Significant concerns — only install if you understand the risks

The skill seems to be a tool that sends and receives SMS using a local sms-gate.app instance. While it does not appear to be malicious, it does use network_in capability which could be a risk if not properly validated.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

53
security
70
transparency
70
maintenance

Findings (6)

Pattern match high

HTTP request to bare IP address — common in malicious payloads

README.md · code · http://192.168.50.69

Pattern match medium

References tunneling service

SKILL.md · code · ngrok

Pattern match medium

subprocess execution — runs system commands from Python

tests/test_sms_gateway.py · prose · downgraded · subprocess.run(

Pattern match low

Python urllib.request — network access

scripts/auth.py · prose · downgraded · urllib.request

Pattern match low

Python os.environ.get — reads environment variable

scripts/auth.py · prose · downgraded · os.environ.get(

Pattern match low

References webhook/callback URL

scripts/webhook_server.py · prose · downgraded · WEBHOOK_URL

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

Requires 3 environment variables. Requires 1 system binary.

network_in

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API