telnyx-webrtc-client-ios
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSDATA_EXFILTRATIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructions facilitate downloading the
TelnyxRTCSDK from the official Telnyx GitHub repository (github.com/team-telnyx) and the CocoaPods registry.\n- [DATA_EXFILTRATION]: By default, the SDK transmits diagnostic call quality metrics and WebRTC statistics to Telnyx-owned servers (voice-sdk-proxy). This is a standard telemetry feature for VoIP services to monitor service reliability and is configurable via theTxConfigobject.\n- [COMMAND_EXECUTION]: The documentation directs the user to executepod install --repo-updateto install required dependencies via CocoaPods.\n- [PROMPT_INJECTION]: The skill implements a handler for incoming VoIP push notifications that extracts caller metadata (name and number) from an external payload, presenting an indirect injection surface.\n - Ingestion points: The
handleVoIPPushfunction inSKILL.mdextracts data fromPKPushPayload.\n - Boundary markers: Absent.\n
- Capability inventory: Network signaling and audio session management via the
TxClientclass.\n - Sanitization: Absent; the code uses Swift type casting and default values for data extraction.
Audit Metadata