telnyx-sip-go

Warn

Audited by Gen Agent Trust Hub on Mar 11, 2026

Risk Level: MEDIUMCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • [CREDENTIALS_UNSAFE]: Hardcoded example password detected in a Go code snippet within SKILL.md. Evidence: Password: "my123secure456password789". This value is used in a documentation example for creating a credential connection.
  • [EXTERNAL_DOWNLOADS]: Downloads the official Telnyx Go SDK from the vendor's GitHub repository. Evidence: go get github.com/team-telnyx/telnyx-go. This is a trusted vendor resource.
  • [COMMAND_EXECUTION]: Executed the Go package manager to install required dependencies. Evidence: go get command found in the installation section of SKILL.md.
  • [SAFE]: Accesses the Telnyx API key via environment variables, which is a security best practice. Evidence: os.Getenv("TELNYX_API_KEY") in SKILL.md.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Mar 11, 2026, 04:31 PM