telnyx-networking-ruby
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The documentation includes instructions to install the official Ruby SDK using
gem install telnyx. - [DATA_EXPOSURE]: Several API responses documented in the skill contain sensitive networking data, including WireGuard
private_keyfields and BGP keys. This is expected behavior for a networking management tool that provision cryptographic resources. - [CREDENTIALS_UNSAFE]: The skill correctly demonstrates the use of environment variables (
ENV["TELNYX_API_KEY"]) for managing API credentials rather than hardcoding them, adhering to security best practices.
Audit Metadata