telnyx-voice-gather-go
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs users to download the official Telnyx Go SDK from the vendor's GitHub repository at
github.com/team-telnyx/telnyx-go. - [COMMAND_EXECUTION]: Provides standard installation instructions using the
go getcommand to manage the Go package dependency. - [CREDENTIALS_UNSAFE]: Demonstrates best practices for security by recommending the use of environment variables (
TELNYX_API_KEY) to manage sensitive API credentials rather than hardcoding them. - [DATA_EXPOSURE]: Includes functionality to play audio from external URLs provided as parameters to the
GatherUsingAudioaction, which is a standard feature of the telephony service.
Audit Metadata