telnyx-numbers-config-go
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues or malicious patterns were detected in the skill instructions or code examples.
- [EXTERNAL_DOWNLOADS]: Fetches the official Telnyx Go SDK from the vendor's GitHub repository via
go get github.com/team-telnyx/telnyx-go. - [CREDENTIALS_UNSAFE]: Demonstrates secure credential handling by retrieving the API key from environment variables using
os.Getenv("TELNYX_API_KEY").
Audit Metadata