telnyx-account-access-ruby
Pass
Audited by Gen Agent Trust Hub on Mar 26, 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 requirement for the skill's functionality. - [CREDENTIALS_UNSAFE]: The skill demonstrates safe credential management by accessing the Telnyx API key through an environment variable (
ENV['TELNYX_API_KEY']) rather than hardcoding sensitive values. - [COMMAND_EXECUTION]: The skill contains Ruby code snippets that perform network operations to the Telnyx API. These operations are limited to the intended administrative functions described in the skill metadata, such as managing IP whitelists and authentication settings.
Audit Metadata