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 telnyx Python package using pip. 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 content argument in client.ai.assistants.chat() and the instructions argument in client.ai.assistants.create() (referenced in SKILL.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
Risk Level
SAFE
Analyzed
Mar 25, 2026, 05:00 PM