telnyx-seti-go
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill primarily serves as documentation, providing Go code snippets for developers to use with the Telnyx SETI API.
- [EXTERNAL_DOWNLOADS]: The skill references the official Telnyx Go SDK (
github.com/team-telnyx/telnyx-go). This is a legitimate vendor-owned resource associated with the skill's author. - [CREDENTIALS_UNSAFE]: The provided examples follow security best practices by using environment variables (
os.Getenv("TELNYX_API_KEY")) for authentication instead of hardcoding sensitive credentials. - [INDIRECT_PROMPT_INJECTION]: The skill includes functions to retrieve data from external API endpoints (
/seti/black_box_test_results). While this represents an ingestion point for untrusted data, the skill does not include any capabilities (like dynamic code execution) that would allow an attacker to exploit the agent through this data.
Audit Metadata