telnyx-account-go
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard Go package management (
go get) to install the Telnyx SDK. - [CREDENTIALS_UNSAFE]: Recommended practice is followed by using environment variables (
TELNYX_API_KEY) for authentication rather than hardcoding secrets. - [EXTERNAL_DOWNLOADS]: Fetches the official Telnyx Go SDK from the vendor's GitHub repository.
Audit Metadata