telnyx-voice-media-go
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the official Telnyx Go SDK from the vendor's GitHub repository (github.com/team-telnyx/telnyx-go) using the Go package manager.
- [COMMAND_EXECUTION]: Provides a shell command for installing the required Go package using 'go get'.
- [CREDENTIALS_UNSAFE]: Demonstrates secure credential management by recommending the use of environment variables (os.Getenv) rather than hardcoding API keys.
Audit Metadata