telnyx-porting-out-go
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to download the official Go SDK from the author's GitHub repository (
github.com/team-telnyx/telnyx-go) using the Go package manager. - [COMMAND_EXECUTION]: The documentation includes standard Go commands for installation (
go get) and demonstrates programmatic interaction with the Telnyx API. Sensitive values like API keys are correctly handled using environment variables (os.Getenv("TELNYX_API_KEY")). - [INDIRECT_PROMPT_INJECTION]: The skill handles data from external API endpoints (e.g., port-out requests and comments) which could theoretically contain instructions if processed by an agent.
- Ingestion points: Data is fetched via several GET methods including
/portouts,/portouts/events, and/portouts/{id}/commentsinSKILL.md. - Boundary markers: None present; the skill assumes standard data processing.
- Capability inventory: The skill provides capabilities to write data, such as creating comments (
POST /portouts/{id}/comments) or updating port-out status (PATCH /portouts/{id}/{status}). - Sanitization: No specific sanitization or validation logic is provided in the documentation examples, which is standard for SDK usage guides.
Audit Metadata