telnyx-sip-integrations-go
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to install the official Go SDK from the vendor's GitHub repository:
github.com/team-telnyx/telnyx-go. - [DATA_EXFILTRATION]: The skill defines methods to retrieve sensitive information such as call recording transcriptions and SIP credentials. This behavior is the primary intended purpose of the skill for managing Telnyx resources.
- [CREDENTIALS_UNSAFE]: The skill follows security best practices by recommending the use of environment variables (
os.Getenv("TELNYX_API_KEY")) for sensitive API keys rather than hardcoding them.
Audit Metadata