telnyx-ai-assistants-python
Pass
Audited by Gen Agent Trust Hub on Mar 25, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs the
telnyxPython package usingpip. This is the official SDK provided by the vendor and is a standard dependency for the skill's functionality. - [PROMPT_INJECTION]: The skill processes untrusted input via chat and creation methods, creating a potential surface for indirect prompt injection. Ingestion points: Untrusted data enters through the
contentargument inclient.ai.assistants.chat()and theinstructionsargument inclient.ai.assistants.create()(referenced inSKILL.md). Boundary markers: No explicit delimiters or instructions to ignore embedded commands are present in the provided documentation. Capability inventory: The SDK allows for management of assistant configurations, tools, and MCP servers, but does not directly expose shell or file system operations within the skill itself. Sanitization: No input validation or sanitization logic is visible in the skill's instructions.
Audit Metadata