telnyx-video-go
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the official Telnyx Go SDK from the vendor's repository (github.com/team-telnyx/telnyx-go), which is an expected and safe dependency for this skill.
- [CREDENTIALS_UNSAFE]: API credentials are correctly handled using environment variables via
os.Getenv, which is a secure practice to avoid hardcoding secrets. - [SAFE]: The 'Refresh Client Token' example contains a hardcoded JWT. Analysis reveals this is an expired example token from 2020 used for illustrative documentation purposes only.
Audit Metadata