telnyx-ai-inference-ruby
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the telnyx Ruby gem, which is the official SDK provided by the vendor for interacting with their services.
- [PROMPT_INJECTION]: The skill facilitates the processing of untrusted data from external sources, which constitutes a surface for indirect prompt injection attacks.
- Ingestion points: Functions such as client.ai.embeddings.url (crawls website content), client.ai.embeddings.create (processes documents in storage buckets), and client.ai.summarize (analyzes file content) ingest external data into the agent context.
- Boundary markers: The provided code snippets do not implement specific delimiters or instructions to isolate processed content from system instructions.
- Capability inventory: The skill uses the Telnyx Ruby client for API interactions; no arbitrary command execution or direct filesystem write capabilities were identified in the snippets.
- Sanitization: No input validation or sanitization of the content fetched from external sources is demonstrated in the examples.
Audit Metadata