telnyx-messaging-go
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches the official Telnyx Go SDK from the vendor's repository (
github.com/team-telnyx/telnyx-go). - [CREDENTIALS_UNSAFE]: Demonstrates secure credential management by retrieving API keys from environment variables (
os.Getenv("TELNYX_API_KEY")) instead of hardcoding them. - [COMMAND_EXECUTION]: Provides standard Go installation instructions using the official toolchain (
go get) to manage vendor dependencies. - [PROMPT_INJECTION]: Includes explicit instructions to ensure the agent adheres to the provided API documentation and does not invent parameters, which helps maintain system integrity.
Audit Metadata