telnyx-numbers-compliance-go
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the official Telnyx Go SDK from the vendor's repository:
github.com/team-telnyx/telnyx-go. This is a legitimate vendor resource. - [SAFE]: The skill was evaluated for potential indirect prompt injection vulnerabilities based on its data ingestion patterns.
- Ingestion points: The skill retrieves structured data (bundles, document links, requirement groups) from various Telnyx API endpoints in the SKILL.md examples.
- Boundary markers: None present in the Go code snippets.
- Capability inventory: The skill only demonstrates network requests (GET, POST, PATCH, DELETE) and console logging (
fmt.Printf). It does not use any high-risk capabilities such as file system writing, subprocess execution, or dynamic code evaluation. - Sanitization: The examples utilize the Telnyx Go SDK which maps API responses to structured Go types, providing inherent schema validation.
Audit Metadata