telnyx-numbers-curl
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
curlto interact with the Telnyx API for searching, ordering, and managing phone numbers as described inSKILL.md. - [DATA_EXFILTRATION]: The skill communicates with
api.telnyx.com, which is the official service domain for the Telnyx platform. This connection is used for intended administrative functions. - [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection due to its processing of data from external API endpoints that can return untrusted user-controlled strings.
- Ingestion points:
SKILL.mdreferences theGET /commentsandGET /available_phone_numbersendpoints which ingest external data into the agent context. - Boundary markers: The instructions lack explicit boundary markers or directives to disregard potentially malicious instructions within the retrieved content.
- Capability inventory: The skill utilizes
curlto perform network operations based on agent instructions. - Sanitization: No sanitization or validation protocols are defined in the skill for processing the strings returned by the API.
Audit Metadata