phone-call
Audited by Socket on Aug 27, 2026
2 alerts found:
Anomalyx2SUSPICIOUS. The skill is purpose-aligned with phone automation and uses an official Fluents API domain, so it is not fundamentally deceptive. However, it enables autonomous external phone actions and can route sensitive transcripts/call results to arbitrary webhook endpoints, with reported lack of built-in webhook signing increasing integrity risk. Moderate-to-high security risk, but not confirmed malware.
The code is a transparent outbound-calling client, not clear malware. It uses an environment-provided API key to retrieve agent data and create calls through a configurable service. The main risks are unauthorized or noncompliant calling due to unrestricted CLI inputs and explicit disabling of do-not-call detection, plus possible credential and call-data exposure if FLUENTS_API_URL is misconfigured. No embedded data theft, persistence, command execution, or obfuscation was identified. The provided fragment also contains an incomplete final function call.