telnyx-missions-ruby
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security threats or malicious patterns were identified. The skill consists of documentation and Ruby implementation examples for managing automated telecom workflows.
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to install the 'telnyx' Ruby gem, which is the official and trusted SDK provided by the vendor for interacting with their API.
- [CREDENTIALS_UNSAFE]: The code snippets demonstrate the correct and secure way to handle sensitive credentials by retrieving the 'TELNYX_API_KEY' from an environment variable rather than hardcoding it.
- [COMMAND_EXECUTION]: The installation section uses a standard 'gem install' command to set up the necessary environment, which is expected for this type of development-focused skill.
Audit Metadata