telnyx-ai-inference-go
Pass
Audited by Gen Agent Trust Hub on Mar 27, 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). This is a legitimate dependency for the skill's stated purpose. - [CREDENTIALS_UNSAFE]: Code examples demonstrate secure credential management by retrieving the Telnyx API key from the environment via
os.Getenv("TELNYX_API_KEY")rather than hardcoding sensitive information. - [DATA_EXFILTRATION]: The skill documents the
Embed URL contentandSummarize file contentfeatures. These functionalities involve fetching data from external URLs or storage buckets as part of the intended AI processing workflow and are provided by the Telnyx API infrastructure. - [COMMAND_EXECUTION]: No unauthorized or dangerous shell command execution was detected. The provided Go code snippets perform standard API interactions using the Telnyx client library.
Audit Metadata