telnyx-iot-go
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a developer guide for managing IoT devices using the Telnyx platform. All documented operations are standard API interactions for SIM card and data plan management.
- [EXTERNAL_DOWNLOADS]: The installation section provides instructions to fetch the official Go SDK from the vendor's GitHub repository:
github.com/team-telnyx/telnyx-go. - [SAFE]: The setup examples demonstrate the secure practice of retrieving sensitive credentials from environment variables (
os.Getenv("TELNYX_API_KEY")) rather than hardcoding them.
Audit Metadata