telnyx-ai-inference-java
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected in the skill code or instructions.
- [EXTERNAL_DOWNLOADS]: The skill references the official Telnyx Java SDK (
com.telnyx.sdk:telnyx-java) for installation via Maven and Gradle. This is a trusted vendor resource. - [PROMPT_INJECTION]: The skill includes functionality for processing untrusted external content, such as crawling website URLs for embeddings and summarizing bucket-stored files. This presents a potential surface for indirect prompt injection, which is a common characteristic of AI-integrated tools and should be managed with runtime sanitization.
- [DATA_EXFILTRATION]: The setup instructions correctly advise initializing the client from environment variables (
TelnyxOkHttpClient.fromEnv()), which prevents the accidental exposure of sensitive API keys in source code.
Audit Metadata