telnyx-seti-go
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a documentation guide for developers using the Telnyx SETI API with Go. It contains no malicious patterns or unsafe commands.
- [EXTERNAL_DOWNLOADS]: The installation instructions reference the official Telnyx Go SDK on GitHub (github.com/team-telnyx/telnyx-go). This is a legitimate vendor resource provided for the skill core functionality.
- [CREDENTIALS_UNSAFE]: The code examples demonstrate the secure practice of retrieving sensitive API keys from environment variables using
os.Getenv, avoiding hardcoded secrets.
Audit Metadata