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
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
Curl to non-GitHub URL
| 202 | curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/ai/assistants/550e8400-e29b-41d4-a716-446655440000" |
Curl to non-GitHub URL
| 250 | curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/ai/assistants" |
Curl to non-GitHub URL
| 306 | curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/ai/assistants/tags" |
Curl to non-GitHub URL
| 326 | curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/ai/assistants/tests" |
Curl to non-GitHub URL
| 348 | curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/ai/assistants/tests/test-suites" |
Curl to non-GitHub URL
| 371 | curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/ai/assistants/tests/test-suites/{suite_name}/runs" |
Webhook reference - potential data exfiltration
| 61 | Do not invent Telnyx parameters, enums, response fields, or webhook fields. |
Webhook reference - potential data exfiltration
| 197 | | `fetch_dynamic_variables_from_webhook` | boolean | No | | |
Webhook reference - potential data exfiltration
| 211 | - `.data.dynamic_variables_webhook_url` |
Webhook reference - potential data exfiltration
| 241 | - `.data.dynamic_variables_webhook_url` |
Webhook reference - potential data exfiltration
| 262 | - `dynamic_variables_webhook_url` |
Webhook reference - potential data exfiltration
| 297 | - `dynamic_variables_webhook_url` |
Webhook reference - potential data exfiltration
| 322 | | `destination` | string | No | Filter tests by destination (phone number, webhook URL, etc.... | |
Webhook reference - potential data exfiltration
| 390 | Use 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 |
Webhook reference - potential data exfiltration
| 437 | For exhaustive optional parameters, full response schemas, and complete webhook payloads, see [references/api-details.md](references/api-details.md). |
External URL reference
| 47 | "https://api.telnyx.com/v2/ai/assistants" |
External URL reference
| 94 | "https://api.telnyx.com/v2/ai/assistants" |
External URL reference
| 127 | "https://api.telnyx.com/v2/ai/assistants/550e8400-e29b-41d4-a716-446655440000/chat" |
External URL reference
| 170 | "https://api.telnyx.com/v2/ai/assistants/tests" |
External URL reference
| 202 | curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/ai/assistants/550e8400-e29b-41d4-a716-446655440000" |
External URL reference
| 232 | "https://api.telnyx.com/v2/ai/assistants/550e8400-e29b-41d4-a716-446655440000" |
External URL reference
| 250 | curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/ai/assistants" |
External URL reference
| 285 | "https://api.telnyx.com/v2/ai/assistants/import" |
External URL reference
| 306 | curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/ai/assistants/tags" |
External URL reference
| 326 | curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/ai/assistants/tests" |
External URL reference
| 348 | curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/ai/assistants/tests/test-suites" |
External URL reference
| 371 | curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/ai/assistants/tests/test-suites/{suite_name}/runs" |