Skip to main content

telnyx-ai-assistants-curl

Facilitates the creation and management of AI voice assistants using Telnyx's API for seamless integration and customization.

Install this skill

or
13/100

Security score

The telnyx-ai-assistants-curl skill was audited on May 13, 2026 and we found 27 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 202

Curl to non-GitHub URL

SourceSKILL.md
202curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/ai/assistants/550e8400-e29b-41d4-a716-446655440000"
medium line 250

Curl to non-GitHub URL

SourceSKILL.md
250curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/ai/assistants"
medium line 306

Curl to non-GitHub URL

SourceSKILL.md
306curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/ai/assistants/tags"
medium line 326

Curl to non-GitHub URL

SourceSKILL.md
326curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/ai/assistants/tests"
medium line 348

Curl to non-GitHub URL

SourceSKILL.md
348curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/ai/assistants/tests/test-suites"
medium line 371

Curl to non-GitHub URL

SourceSKILL.md
371curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/ai/assistants/tests/test-suites/{suite_name}/runs"
medium line 61

Webhook reference - potential data exfiltration

SourceSKILL.md
61Do not invent Telnyx parameters, enums, response fields, or webhook fields.
medium line 197

Webhook reference - potential data exfiltration

SourceSKILL.md
197| `fetch_dynamic_variables_from_webhook` | boolean | No | |
medium line 211

Webhook reference - potential data exfiltration

SourceSKILL.md
211- `.data.dynamic_variables_webhook_url`
medium line 241

Webhook reference - potential data exfiltration

SourceSKILL.md
241- `.data.dynamic_variables_webhook_url`
medium line 262

Webhook reference - potential data exfiltration

SourceSKILL.md
262- `dynamic_variables_webhook_url`
medium line 297

Webhook reference - potential data exfiltration

SourceSKILL.md
297- `dynamic_variables_webhook_url`
medium line 322

Webhook reference - potential data exfiltration

SourceSKILL.md
322| `destination` | string | No | Filter tests by destination (phone number, webhook URL, etc.... |
medium line 390

Webhook reference - potential data exfiltration

SourceSKILL.md
390Use the core tasks above first. The operations below are indexed here with exact SDK methods and required params; use [references/api-details.md](references/api-details.md) for full optional params, r
medium line 437

Webhook reference - potential data exfiltration

SourceSKILL.md
437For exhaustive optional parameters, full response schemas, and complete webhook payloads, see [references/api-details.md](references/api-details.md).
low line 47

External URL reference

SourceSKILL.md
47"https://api.telnyx.com/v2/ai/assistants"
low line 94

External URL reference

SourceSKILL.md
94"https://api.telnyx.com/v2/ai/assistants"
low line 127

External URL reference

SourceSKILL.md
127"https://api.telnyx.com/v2/ai/assistants/550e8400-e29b-41d4-a716-446655440000/chat"
low line 170

External URL reference

SourceSKILL.md
170"https://api.telnyx.com/v2/ai/assistants/tests"
low line 202

External URL reference

SourceSKILL.md
202curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/ai/assistants/550e8400-e29b-41d4-a716-446655440000"
low line 232

External URL reference

SourceSKILL.md
232"https://api.telnyx.com/v2/ai/assistants/550e8400-e29b-41d4-a716-446655440000"
low line 250

External URL reference

SourceSKILL.md
250curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/ai/assistants"
low line 285

External URL reference

SourceSKILL.md
285"https://api.telnyx.com/v2/ai/assistants/import"
low line 306

External URL reference

SourceSKILL.md
306curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/ai/assistants/tags"
low line 326

External URL reference

SourceSKILL.md
326curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/ai/assistants/tests"
low line 348

External URL reference

SourceSKILL.md
348curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/ai/assistants/tests/test-suites"
low line 371

External URL reference

SourceSKILL.md
371curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/ai/assistants/tests/test-suites/{suite_name}/runs"
Scanned on May 13, 2026
View Security Dashboard
Installation guide →
GitHub Stars 176
Rate this skill
Categorydevelopment
UpdatedJune 10, 2026
team-telnyx/ai