Skip to main content

elevenlabs-core-workflow-b

Enables advanced audio manipulation with ElevenLabs, including speech-to-speech conversion, sound effects generation, and audio isolation.

Install this skill

or
43/100

Security score

The elevenlabs-core-workflow-b skill was audited on May 24, 2026 and we found 17 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 72

Template literal with variable interpolation in command context

SourceSKILL.md
72console.log(`Voice-converted audio saved to ${outputPath}`);
medium line 85

Template literal with variable interpolation in command context

SourceSKILL.md
85```bash
medium line 117

Template literal with variable interpolation in command context

SourceSKILL.md
117console.log(`Sound effect saved to ${outputPath}`);
medium line 142

Template literal with variable interpolation in command context

SourceSKILL.md
142```bash
medium line 171

Template literal with variable interpolation in command context

SourceSKILL.md
171console.log(`Clean audio saved to ${cleanOutputPath}`);
medium line 199

Template literal with variable interpolation in command context

SourceSKILL.md
199```bash
medium line 225

Template literal with variable interpolation in command context

SourceSKILL.md
225console.log(`[${word.start.toFixed(2)}-${word.end.toFixed(2)}] ${word.text}`);
medium line 86

Curl to non-GitHub URL

SourceSKILL.md
86curl -X POST "https://api.elevenlabs.io/v1/speech-to-speech/21m00Tcm4TlvDq8ikWAM" \
medium line 143

Curl to non-GitHub URL

SourceSKILL.md
143curl -X POST "https://api.elevenlabs.io/v1/sound-generation" \
medium line 200

Curl to non-GitHub URL

SourceSKILL.md
200curl -X POST "https://api.elevenlabs.io/v1/audio-isolation" \
low line 86

External URL reference

SourceSKILL.md
86curl -X POST "https://api.elevenlabs.io/v1/speech-to-speech/21m00Tcm4TlvDq8ikWAM" \
low line 143

External URL reference

SourceSKILL.md
143curl -X POST "https://api.elevenlabs.io/v1/sound-generation" \
low line 200

External URL reference

SourceSKILL.md
200curl -X POST "https://api.elevenlabs.io/v1/audio-isolation" \
low line 275

External URL reference

SourceSKILL.md
275- [Speech-to-Speech API](https://elevenlabs.io/docs/api-reference/speech-to-speech/convert)
low line 276

External URL reference

SourceSKILL.md
276- [Sound Effects API](https://elevenlabs.io/docs/api-reference/text-to-sound-effects/convert)
low line 277

External URL reference

SourceSKILL.md
277- [Audio Isolation API](https://elevenlabs.io/docs/api-reference/audio-isolation/convert)
low line 278

External URL reference

SourceSKILL.md
278- [Speech-to-Text API](https://elevenlabs.io/docs/api-reference/speech-to-text/convert)
Scanned on May 24, 2026
View Security Dashboard
Installation guide →