ringbot
Audited by Socket on Mar 1, 2026
1 alert found:
MalwareThis skill's stated purpose—making automated AI outbound phone calls—is inherently powerful and plausibly legitimate for tasks like scheduling or reminders. However, the documentation asks for high-value credentials (Twilio, LiveKit, Groq), allows an optional hosted provider (talkforceai.com) to mediate calls, and enables autonomous real-world actions (ordering, scheduling, mass calling). These factors create a meaningful risk surface: credential forwarding/harvesting, sensitive audio/transcript exfiltration, and misuse for spam/fraud. Malware is not evident from the README alone, but the combination of required secrets, third-party hosted routing, and lack of privacy/safety controls makes this skill medium-high risk for supply-chain and operational abuse. Recommend: do not provide production credentials without reviewing the code (agent.py, main.py) and deployment details; prefer scoped credentials, audit the hosted provider's privacy policy and retention, and require explicit per-call human approval and consent/recording notices before placing calls.