Skip to main content

telnyx-ai-outbound-voice-python

Enables AI assistants to make outbound calls using Telnyx, covering setup from phone number provisioning to call triggering.

Install this skill

or
88/100

Security score

The telnyx-ai-outbound-voice-python skill was audited on May 13, 2026 and we found 12 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 85

External URL reference

SourceSKILL.md
85voice_url="https://example.com/placeholder",
low line 98

External URL reference

SourceSKILL.md
98f"https://api.telnyx.com/v2/phone_numbers/{phone}",
low line 122

External URL reference

SourceSKILL.md
122"https://api.telnyx.com/v2/outbound_voice_profiles", headers=headers
low line 128

External URL reference

SourceSKILL.md
128f"https://api.telnyx.com/v2/outbound_voice_profiles/{ovp_id}",
low line 135

External URL reference

SourceSKILL.md
135f"https://api.telnyx.com/v2/texml_applications/{app_id}",
low line 139

External URL reference

SourceSKILL.md
139"voice_url": "https://example.com/placeholder",
low line 224

External URL reference

SourceSKILL.md
224voice_url="https://example.com/placeholder",
low line 230

External URL reference

SourceSKILL.md
230f"https://api.telnyx.com/v2/phone_numbers/{phone}",
low line 236

External URL reference

SourceSKILL.md
236ovp = requests.get("https://api.telnyx.com/v2/outbound_voice_profiles", headers=headers).json()["data"][0]
low line 238

External URL reference

SourceSKILL.md
238f"https://api.telnyx.com/v2/outbound_voice_profiles/{ovp['id']}",
low line 243

External URL reference

SourceSKILL.md
243f"https://api.telnyx.com/v2/texml_applications/{app_id}",
low line 247

External URL reference

SourceSKILL.md
247"voice_url": "https://example.com/placeholder",
Scanned on May 13, 2026
View Security Dashboard
Installation guide →