telnyx-account-ruby
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected. The skill provides standard documentation and code snippets for interacting with the Telnyx API via the official Ruby SDK.
- [EXTERNAL_DOWNLOADS]: The installation section references the
telnyxRuby gem. This is the official client library provided by the vendor (Telnyx) and is required for the skill's functionality. - [CREDENTIALS_UNSAFE]: The setup instructions correctly demonstrate using environment variables (
ENV["TELNYX_API_KEY"]) for authentication, adhering to secure secret management practices and avoiding hardcoded credentials.
Audit Metadata