telnyx-ai-inference-go
Pass
Audited by Gen Agent Trust Hub on May 10, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documents the installation of the official Telnyx Go SDK.
- Repository:
github.com/team-telnyx/telnyx-go(Official vendor-owned repository).- [CREDENTIALS_UNSAFE]: Code examples demonstrate secure authentication practices by retrieving API keys from the environment. - Implementation:
os.Getenv("TELNYX_API_KEY")ensures sensitive tokens are not hardcoded.- [COMMAND_EXECUTION]: The SDK methods perform authorized network operations to provide AI functionality. - Endpoints: The skill interacts with Telnyx's verified API infrastructure (e.g.,
api.telnyx.com) for processing text, audio, and storage data.
Audit Metadata