telnyx-account-management-ruby
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill contains legitimate technical documentation and Ruby examples for interacting with the Telnyx API. No evidence of prompt injection, data exfiltration, or obfuscation was found.
- [EXTERNAL_DOWNLOADS]: The skill references the installation of the
telnyxRuby gem. This is the official SDK provided by the vendor (Telnyx) and is a standard dependency for the functionality described. - [CREDENTIALS_UNSAFE]: The code examples demonstrate secure practice by retrieving the API key from environment variables (
ENV['TELNYX_API_KEY']) rather than using hardcoded secrets.
Audit Metadata