telnyx-voice-go
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: Technical review of the SKILL.md content confirms it contains legitimate documentation and Go code samples for the Telnyx platform. No patterns of prompt injection, obfuscation, or data exfiltration were found.
- [EXTERNAL_DOWNLOADS]: The skill instructions include a command to fetch the Telnyx Go SDK from the official vendor repository (
github.com/team-telnyx/telnyx-go). This is a legitimate dependency provided by the skill author. - [CREDENTIALS_UNSAFE]: The provided code examples follow security best practices by demonstrating how to retrieve API keys from environment variables (
os.Getenv("TELNYX_API_KEY")) instead of using hardcoded secrets.
Audit Metadata