telnyx-account-go
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface as it retrieves and processes data from external Telnyx API endpoints.
- Ingestion points: API responses from
AuditEvents,Balance,Invoices,DetailRecords, andWebhookDeliveriesinSKILL.md. - Boundary markers: No delimiters or ignore-instructions warnings are present in the provided Go snippets to separate data from instructions.
- Capability inventory: The skill interacts with the Telnyx API but does not provide direct shell access or filesystem write capabilities.
- Sanitization: There is no evidence of sanitization or validation of the retrieved API data before it is presented to the agent.
- [EXTERNAL_DOWNLOADS]: The skill installation instructions include downloading the official Telnyx Go SDK.
- Evidence:
go get github.com/team-telnyx/telnyx-goinSKILL.md. This targets the official repository of the verified vendor.
Audit Metadata