telnyx-ai-inference-ruby
Pass
Audited by Gen Agent Trust Hub on May 10, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill requires the installation of the
telnyxRuby gem. This is the official client library provided by the vendor for interacting with their APIs. - [DATA_EXFILTRATION]: The skill includes functionality for 'Embed URL content' and 'Summarize file content'. These features allow the agent to ingest and process data from external URLs or storage buckets. While this represents a data ingestion surface, it is a core functional feature of the AI inference service and operates within the authenticated context of the Telnyx API.
- [CREDENTIALS_UNSAFE]: The documentation correctly identifies that API keys should be managed via environment variables (
ENV["TELNYX_API_KEY"]) rather than being hardcoded, which aligns with security best practices.
Audit Metadata