telnyx-ai-assistants-java

Pass

Audited by Gen Agent Trust Hub on Mar 27, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill utilizes the official Telnyx Java SDK (com.telnyx.sdk:telnyx) to manage AI assistant resources. It correctly advises using environment variables for credential management via TelnyxOkHttpClient.fromEnv(), adhering to security best practices for API key handling.
  • [PROMPT_INJECTION]: The skill facilitates the processing of user-supplied content through chat messages and the configuration of assistant system instructions and webhooks. This provides an interface for interacting with Large Language Models, which is the primary purpose of the skill.
  • Ingestion points: Untrusted data enters the context through AssistantChatParams.content, AssistantCreateParams.instructions, and external data fetched via the dynamicVariablesWebhookUrl (documented in SKILL.md and references/api-details.md).
  • Boundary markers: The skill examples do not explicitly demonstrate the use of delimiters or 'ignore' instructions for untrusted data.
  • Capability inventory: The skill allows for the creation, modification, and execution of AI assistant workflows and tests through the Telnyx API.
  • Sanitization: The skill assumes that input validation and safety filtering are managed by the Telnyx platform and the implementing application logic.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 27, 2026, 01:01 AM