telnyx-networking-go
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the official Telnyx Go SDK from the vendor's GitHub repository (
github.com/team-telnyx/telnyx-go) to provide the necessary modules for interacting with Telnyx networking and AI services. - [PROMPT_INJECTION]: The skill documents interactions with AI clustering endpoints that process data from external storage buckets. This represents a potential surface for indirect prompt injection.
- Ingestion points: Data entering through the
/ai/clustersendpoint via theBucketparameter inSKILL.md. - Boundary markers: Absent; the examples do not demonstrate the use of delimiters for processed data.
- Capability inventory: The skill uses the
telnyx-goSDK to perform networking and AI operations. - Sanitization: Absent; the provided code snippets do not show validation of input data content.
Audit Metadata