telnyx-networking-go
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill provides legitimate Go implementation examples for the Telnyx Networking API, which are consistent with the skill's stated purpose.
- [EXTERNAL_DOWNLOADS]: The skill references the official Telnyx Go SDK via
github.com/team-telnyx/telnyx-go. As this resource belongs to the skill's authoring organization (team-telnyx), it is an expected and legitimate dependency. - [SAFE]: Code examples demonstrate secure handling of API keys by retrieving them from environment variables (
os.Getenv("TELNYX_API_KEY")) rather than hardcoding sensitive credentials. - [INDIRECT_PROMPT_INJECTION]: The skill includes functionality for clustering bucket data and listing tool integrations, which involves ingesting external metadata. 1. Ingestion points:
client.AI.Clusters.Compute(bucket parameter) andclient.AI.Integrations.List(metadata). 2. Boundary markers: Not explicitly provided in documentation examples. 3. Capability inventory: The skill allows management of network infrastructure, gateways, and IP assignments. 4. Sanitization: Not demonstrated in the basic SDK snippets. This represents a standard functional attack surface with low inherent risk in an administrative tool context.
Audit Metadata