telnyx-sip-integrations-go
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the official Telnyx Go SDK from the vendor's GitHub repository (github.com/team-telnyx/telnyx-go).
- [CREDENTIALS_UNSAFE]: Follows security best practices by recommending the use of environment variables (os.Getenv("TELNYX_API_KEY")) for API authentication rather than hardcoding secrets. Examples for Dialogflow connections use non-sensitive placeholders.
- [COMMAND_EXECUTION]: The skill provides standard Go code examples for interacting with the Telnyx API. It does not perform any dangerous shell command execution or system-level modifications.
Audit Metadata