telnyx-voice-conferencing-curl
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and examples for using the Telnyx Voice Conferencing API via curl. All interactions target the official Telnyx domain (api.telnyx.com) which corresponds to the skill vendor.
- [COMMAND_EXECUTION]: The skill uses
curlto perform REST API requests. This is the intended primary functionality for building conferencing applications and does not involve unauthorized local command execution. - [CREDENTIALS_UNSAFE]: The skill correctly instructs users to manage sensitive API keys using environment variables (
TELNYX_API_KEY) and placeholders, avoiding hardcoded secrets. - [EXTERNAL_DOWNLOADS]: Contains placeholder audio URLs (e.g., example.com/message.wav) for conferencing features such as on-hold music and prompts, which are standard for voice applications.
Audit Metadata