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 17, 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 84

Template literal with variable interpolation in command context

SourceSKILL.md
84```bash
medium line 116

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

SourceSKILL.md
140```bash
medium line 169

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

SourceSKILL.md
196```bash
medium line 222

Template literal with variable interpolation in command context

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

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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