telnyx-networking-ruby
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected in this skill. It functions as a collection of implementation examples for the official Telnyx Ruby SDK.
- [CREDENTIALS_UNSAFE]: The skill demonstrates safe credential management by instructing users to load the Telnyx API key from environment variables ('ENV["TELNYX_API_KEY"]') rather than hardcoding secrets in the script.
- [EXTERNAL_DOWNLOADS]: The skill requires the installation of the 'telnyx' Ruby gem. This is an official package provided by the vendor (team-telnyx) and is considered a legitimate dependency for the skill's functionality.
- [COMMAND_EXECUTION]: The skill contains standard CLI instructions for package installation ('gem install telnyx') and demonstrates API calls for resource management (creating, updating, and deleting networks and gateways), which are appropriate for a networking management skill.
Audit Metadata