telnyx-missions-python
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The documentation includes instructions to install the Telnyx Python SDK using the pip package manager. This refers to the official library from the skill's vendor and is standard for this integration.
- [PROMPT_INJECTION]: The skill facilitates the management of AI mission instructions and knowledge bases, creating a surface for indirect prompt injection. 1. Ingestion points: Untrusted data enters the agent context via mission instructions, knowledge base entries, and tool definitions. 2. Boundary markers: The provided examples do not use delimiters to isolate external data within prompts. 3. Capability inventory: The skill enables the creation and control of automated workflows, linking AI agents to runs, and managing knowledge sources. 4. Sanitization: No explicit validation or filtering logic for mission-critical instructions is demonstrated in the code examples.
Audit Metadata