telnyx-sip-integrations-ruby
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the 'telnyx' Ruby gem. This is an expected dependency for a skill authored by Telnyx to interact with their official API.
- [CREDENTIALS_UNSAFE]: The skill demonstrates proper security practices by recommending the use of environment variables (
ENV["TELNYX_API_KEY"]) for sensitive authentication tokens. Examples involving Dialogflow service accounts use non-sensitive placeholder values ("bar"). - [COMMAND_EXECUTION]: The skill contains a standard installation command (
gem install telnyx) to set up the required environment. No unauthorized or malicious command execution patterns were found. - [INDIRECT_PROMPT_INJECTION]: The skill provides functions to retrieve transcriptions and media listings. While this represents a data ingestion surface where external content (e.g., call transcriptions) enters the agent's context, the skill does not include any capabilities that would execute or interpret this data as instructions, maintaining a safe profile.
Audit Metadata