telnyx-texml-java
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is primarily documentation for the official Telnyx Java SDK, providing code snippets for API interactions such as call management and recording retrieval.
- [EXTERNAL_DOWNLOADS]: The skill references the official Telnyx Java SDK (com.telnyx.sdk:telnyx-java) via Maven and Gradle. These are trusted vendor-provided resources.
- [CREDENTIALS_UNSAFE]: The setup instructions use TelnyxOkHttpClient.fromEnv(), which correctly promotes the use of environment variables for API keys rather than hardcoding credentials.
- [PROMPT_INJECTION]: The skill includes endpoints for retrieving call transcriptions, which introduces a potential surface for indirect prompt injection from external voice data. Ingestion points: SKILL.md (Recording transcription retrieval). Boundary markers: None provided in examples. Capability inventory: API requests via Telnyx Java SDK. Sanitization: Not demonstrated in the provided code snippets.
Audit Metadata