telnyx-sip-go
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the installation of the official Telnyx Go SDK from 'github.com/team-telnyx/telnyx-go'. This is a legitimate vendor resource associated with the skill's author.
- [CREDENTIALS_UNSAFE]: Setup examples correctly demonstrate using environment variables ('os.Getenv("TELNYX_API_KEY")') to handle sensitive API keys, preventing hardcoded credentials.
- [COMMAND_EXECUTION]: All provided Go code examples use the typed SDK methods for API interactions. No unsafe command execution, shell spawning, or dynamic evaluation patterns were detected.
Audit Metadata