telnyx-voice-gather-go
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the official Telnyx Go SDK from the vendor's public repository (
github.com/team-telnyx/telnyx-go) via standard Go package management tools. - [CREDENTIALS_UNSAFE]: Uses environment variable retrieval (
os.Getenv("TELNYX_API_KEY")) for API authentication, which is the recommended practice for secure secret management instead of hardcoding keys. - [COMMAND_EXECUTION]: Includes standard Go installation commands for the SDK.
- [PROMPT_INJECTION]: The skill implements AI-powered voice gathering (
GatherUsingAI), which naturally processes untrusted audio input from callers. This represents an indirect prompt injection surface inherent to voice assistant functionality, though no malicious patterns were detected in the skill's instructions.
Audit Metadata