telnyx-networking-go
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains Go code examples for interacting with Telnyx Networking APIs, including private networks, WireGuard gateways, and IP assignments. No malicious patterns were detected.- [COMMAND_EXECUTION]: The installation instructions utilize
go get github.com/team-telnyx/telnyx-goto fetch the official SDK. This targets the verified vendor repository and is a standard development practice.- [CREDENTIALS_UNSAFE]: The setup example correctly demonstrates retrieving the Telnyx API key from an environment variable usingos.Getenv("TELNYX_API_KEY"), which is a security best practice to avoid hardcoding secrets.
Audit Metadata