telnyx-import-elevenlabs
Facilitates the import of ElevenLabs AI agents into Telnyx, preserving configurations and settings for seamless migration.
Install this skill
or
77/100
Security score
The telnyx-import-elevenlabs skill was audited on May 13, 2026 and we found 11 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 95
Template literal with variable interpolation in command context
SourceSKILL.md
| 95 | console.log(`Imported: ${assistant.name} (ID: ${assistant.id})`); |
medium line 205
Template literal with variable interpolation in command context
SourceSKILL.md
| 205 | console.log(`${a.name} — ${a.id} — imported:`, a.import_metadata); |
medium line 28
Webhook reference - potential data exfiltration
SourceSKILL.md
| 28 | | Tools (hangup, transfer, webhook) | Yes | Tool definitions and configurations | |
low line 37
External URL reference
SourceSKILL.md
| 37 | 1. **Telnyx API key** — get one at https://portal.telnyx.com/#/app/api-keys |
low line 39
External URL reference
SourceSKILL.md
| 39 | 3. Store the ElevenLabs API key as a Telnyx integration secret at https://portal.telnyx.com/#/app/integration-secrets |
low line 62
External URL reference
SourceSKILL.md
| 62 | "https://api.telnyx.com/v2/ai/assistants/import" |
low line 158
External URL reference
SourceSKILL.md
| 158 | "https://api.telnyx.com/v2/ai/assistants/import" |
low line 189
External URL reference
SourceSKILL.md
| 189 | "https://api.telnyx.com/v2/ai/assistants" |
low line 213
External URL reference
SourceSKILL.md
| 213 | 1. **Re-enter secrets** — Any API keys referenced by tools were imported as placeholders. Go to https://portal.telnyx.com/#/app/integration-secrets and supply the actual values. |
low line 230
External URL reference
SourceSKILL.md
| 230 | Endpoint: `POST https://api.telnyx.com/v2/ai/assistants/import` |
low line 232
External URL reference
SourceSKILL.md
| 232 | Full API docs: https://developers.telnyx.com/api-reference/assistants/import-assistants-from-external-provider |
Scanned on May 13, 2026
View Security Dashboard