telnyx-fax-go
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and Go code examples for programmatically sending and receiving faxes via the Telnyx API. All analyzed patterns indicate legitimate functionality.
- [EXTERNAL_DOWNLOADS]: Fetches the Telnyx Go SDK from the vendor's repository (github.com/team-telnyx/telnyx-go). This is an expected operation for an SDK documentation skill.
- [CREDENTIALS_UNSAFE]: Follows security best practices by instructing users to load the Telnyx API key from environment variables (os.Getenv("TELNYX_API_KEY")) rather than hardcoding credentials.
- [COMMAND_EXECUTION]: Includes standard package installation commands (go get) and API interaction examples that do not involve dangerous shell execution or privilege escalation.
Audit Metadata