telnyx-ai-inference-java
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides official Java SDK examples for Telnyx AI services. It correctly implements authentication by loading credentials from environment variables (
TelnyxOkHttpClient.fromEnv()). - [EXTERNAL_DOWNLOADS]: The documentation references the official Telnyx Java SDK (
com.telnyx.sdk:telnyx-java) available via standard Maven and Gradle repositories. These are legitimate vendor-provided libraries. - [DATA_EXFILTRATION]: While the skill interacts with external Telnyx APIs (e.g.,
api.telnyx.com) to process chat messages, audio, and documents, this is the intended primary function of the tool and is performed through the official SDK. - [PROMPT_INJECTION]: Code examples include role-setting for target LLMs (e.g., 'You are a friendly chatbot'), which is standard API usage and does not attempt to override the agent's own safety constraints or system prompts.
Audit Metadata