telnyx-seti-go
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The documentation includes instructions to install the Telnyx Go SDK via
go get github.com/team-telnyx/telnyx-go. This is a standard dependency installation from the vendor's official GitHub organization. - [SAFE]: The provided code examples demonstrate secure credential handling by using
os.Getenv("TELNYX_API_KEY")to load authentication tokens from the environment, avoiding hardcoded secrets.
Audit Metadata