telnyx-messaging-hosted-ruby
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the user to install the
telnyxRuby gem. This is a standard procedure for using the author's official SDK. - [EXTERNAL_DOWNLOADS]: The skill references the
telnyxgem, which is downloaded from the standard RubyGems registry during installation. This is expected behavior for an SDK-focused skill. - [SAFE]: API credentials are handled securely by recommending the use of environment variables (
ENV["TELNYX_API_KEY"]) rather than hardcoding secrets.
Audit Metadata