skills/sebas-aikon-intelligence/antigravity-awesome-skills/twilio-communications/Gen Agent Trust Hub
twilio-communications
Warn
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: MEDIUMPROMPT_INJECTION
Full Analysis
- PROMPT_INJECTION (MEDIUM): The skill presents an attack surface for Indirect Prompt Injection (Category 8) by processing and transmitting data to external parties.
- Ingestion points: The
send_smsmethod inSKILL.mdaccepts abodyparameter, and thesend_verificationmethod accepts atoparameter, both of which ingest data from the agent's context that may originate from untrusted external sources. - Boundary markers: There are no boundary markers or explicit instructions provided to the agent to treat interpolated data as non-executable or to ignore embedded instructions within the message body.
- Capability inventory: The skill possesses significant external communication capabilities via the Twilio API (
self.client.messages.createandself.client.verify.v2.services), allowing it to send SMS, WhatsApp messages, and initiate voice calls. - Sanitization: While the skill validates phone number formats using regex, it performs no sanitization, filtering, or escaping of the message content itself, which could be exploited to send phishing links or unauthorized instructions if the agent is compromised.
Audit Metadata