telnyx-video-ruby
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to download and install the official 'telnyx' Ruby gem from the public RubyGems registry.
- [COMMAND_EXECUTION]: Provides standard terminal commands (
gem install telnyx) for package installation and setup. - [CREDENTIALS_UNSAFE]: Demonstrates secure development practices by recommending the use of environment variables (
ENV["TELNYX_API_KEY"]) for API authentication. A hardcoded JWT refresh token is provided in the documentation as an example; however, decoding the token reveals it is an expired placeholder from May 2020 and does not pose a security risk. - [SAFE]: No malicious patterns, prompt injections, obfuscated commands, or unauthorized data exfiltration behaviors were identified. All examples are relevant to the primary purpose of managing video rooms via the Telnyx API.
Audit Metadata