telnyx-messaging-python
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [SAFE]: The skill follows security best practices by recommending the use of environment variables for API key management rather than hardcoding credentials.
- [SAFE]: The inclusion of Ed25519 webhook signature verification in the implementation examples ensures that incoming messages are authenticated and prevents request spoofing.
- [INDIRECT_PROMPT_INJECTION]: The skill includes functionality for handling incoming messaging data which represents a potential attack surface for untrusted content.
- Ingestion points: The
payloadvariable within thehandle_webhookfunction inSKILL.mdingests external data from the Telnyx API. - Boundary markers: The provided code examples do not include explicit delimiters or instructions to the agent to ignore potentially malicious embedded instructions in the message text.
- Capability inventory: The skill facilitates outbound communication through methods such as
client.messages.sendandclient.messages.send_whatsappas documented inSKILL.md. - Sanitization: No specific sanitization, filtering, or escaping logic is demonstrated for the
textfield of incoming message payloads in the provided examples.
Audit Metadata