telnyx-ai-assistants-python
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the official
telnyxPython package, which is the standard SDK provided by the vendor for platform interaction. - [PROMPT_INJECTION]: The skill provides an interface for defining AI assistant instructions and processing chat messages, which constitutes a surface for indirect prompt injection. Ingestion points: The
instructionsparameter in assistant creation and thecontentparameter in chat requests. Boundary markers: None identified in the provided examples. Capability inventory: Full management of assistant configurations, including tools and messaging. Sanitization: Standard API validation is mentioned, but specific sanitization for instruction content is not demonstrated. - [SAFE]: No malicious patterns, obfuscation, or unauthorized data access behaviors were detected in the SDK examples. The use of environment variables for API keys is consistent with secure development practices.
Audit Metadata