telnyx-missions-curl
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and examples for interacting with the official Telnyx API (api.telnyx.com). All network operations are directed to the vendor's own infrastructure, representing expected functionality for a vendor-provided tool.
- [CREDENTIALS_UNSAFE]: The skill correctly instructs users to use an environment variable (
TELNYX_API_KEY) for authentication rather than hardcoding secrets. It uses a non-sensitive placeholder (YOUR_API_KEY_HERE) for setup instructions. - [COMMAND_EXECUTION]: While the skill contains numerous
curlcommands, these are standard API requests provided as documentation for the user/agent and do not involve unauthorized command execution or privilege escalation. - [INDIRECT_PROMPT_INJECTION]: The skill provides endpoints to create and manage 'missions' which include fields for 'instructions' and 'metadata'. While this represents a data ingestion surface, it is the primary purpose of the service. Standard LLM guardrails are expected when processing the contents of these missions.
Audit Metadata