telnyx-numbers-compliance-ruby
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the
telnyxRuby gem (gem install telnyx). This is the official SDK for the service and is a standard dependency for the skill's functionality. - [DATA_EXFILTRATION]: The skill demonstrates how to manage sensitive data, including user addresses and regulatory documents. These operations are conducted through the official Telnyx API using the authenticated
telnyxclient, which is the intended and primary purpose of the skill. - [CREDENTIALS_UNSAFE]: The setup instructions correctly recommend using environment variables (
ENV["TELNYX_API_KEY"]) for managing sensitive API credentials rather than hardcoding them into the script.
Audit Metadata