telnyx-voice-streaming-java
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the official Telnyx Java SDK (
com.telnyx.sdk:telnyx:6.36.0) for Maven and Gradle. These are legitimate resources provided by the vendor. - [SAFE]: No security issues were detected. The skill correctly implements recommended security measures for secret management and ensures data integrity for incoming webhooks through Ed25519 verification.
- [PROMPT_INJECTION]: Indirect Prompt Injection Surface (Surface only). The skill processes real-time audio transcriptions. * Ingestion points: Webhook payloads for
call.transcriptionevents. * Boundary markers: None explicitly defined in the code snippets. * Capability inventory: Includes capabilities for managing call streams and transcriptions. * Sanitization: Demonstrates Ed25519 signature verification to validate the source and integrity of incoming transcription data.
Audit Metadata