telnyx-webrtc-ruby

Pass

Audited by Gen Agent Trust Hub on Jun 19, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: Installs the 'telnyx' Ruby gem, which is the official SDK for the service.
  • [DATA_EXFILTRATION]: Securely manages sensitive credentials by using environment variables (e.g., 'TELNYX_API_KEY') for authentication, avoiding hardcoded secrets.
  • [PROMPT_INJECTION]: The skill processes data from external API endpoints (telephony and push credentials) that are interpolated into the agent's context. This creates an indirect prompt injection surface where malicious content stored in the API response could attempt to influence agent behavior.
  • Ingestion points: API responses from 'client.mobile_push_credentials' and 'client.telephony_credentials' methods.
  • Boundary markers: None present in the provided examples.
  • Capability inventory: The skill has the capability to perform network operations and read/write credentials via the Telnyx SDK.
  • Sanitization: No specific sanitization or validation of the API response data is demonstrated in the examples before it is output.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 19, 2026, 04:25 AM