telnyx-messaging-javascript
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill requires the installation of the telnyx package from the official npm registry to interact with the Telnyx API.
- [COMMAND_EXECUTION]: The skill provides instructions and code examples for executing messaging operations through the Telnyx SDK, such as sending messages, scheduling deliveries, and managing sender IDs.
- [PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection as it processes incoming message data via the inboundMessage webhook.
- Ingestion points: Incoming message payloads received through the message.received webhook event described in SKILL.md.
- Boundary markers: No explicit delimiters or boundary markers for untrusted message text are mentioned in the code examples.
- Capability inventory: The skill has the capability to send messages and perform administrative messaging tasks through the Telnyx SDK as documented in SKILL.md.
- Sanitization: The documentation does not specify sanitization or filtering of incoming message text before it is handled by the agent.
Audit Metadata