telnyx-messaging-hosted-ruby
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the telnyx Ruby gem, which is the official library provided by the vendor for interacting with their API.- [COMMAND_EXECUTION]: Includes standard installation commands (gem install telnyx) necessary for setting up the development environment.- [SAFE]: API credentials are correctly handled using environment variables (ENV["TELNYX_API_KEY"]), avoiding the risk of hardcoded secrets.
Audit Metadata