elevenlabs-core-workflow-b
Enables advanced audio manipulation with ElevenLabs, including speech-to-speech conversion, sound effects generation, and audio isolation.
Install this skill
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
Template literal with variable interpolation in command context
| 72 | console.log(`Voice-converted audio saved to ${outputPath}`); |
Template literal with variable interpolation in command context
| 85 | ```bash |
Template literal with variable interpolation in command context
| 117 | console.log(`Sound effect saved to ${outputPath}`); |
Template literal with variable interpolation in command context
| 142 | ```bash |
Template literal with variable interpolation in command context
| 171 | console.log(`Clean audio saved to ${cleanOutputPath}`); |
Template literal with variable interpolation in command context
| 199 | ```bash |
Template literal with variable interpolation in command context
| 225 | console.log(`[${word.start.toFixed(2)}-${word.end.toFixed(2)}] ${word.text}`); |
Curl to non-GitHub URL
| 86 | curl -X POST "https://api.elevenlabs.io/v1/speech-to-speech/21m00Tcm4TlvDq8ikWAM" \ |
Curl to non-GitHub URL
| 143 | curl -X POST "https://api.elevenlabs.io/v1/sound-generation" \ |
Curl to non-GitHub URL
| 200 | curl -X POST "https://api.elevenlabs.io/v1/audio-isolation" \ |
External URL reference
| 86 | curl -X POST "https://api.elevenlabs.io/v1/speech-to-speech/21m00Tcm4TlvDq8ikWAM" \ |
External URL reference
| 143 | curl -X POST "https://api.elevenlabs.io/v1/sound-generation" \ |
External URL reference
| 200 | curl -X POST "https://api.elevenlabs.io/v1/audio-isolation" \ |
External URL reference
| 275 | - [Speech-to-Speech API](https://elevenlabs.io/docs/api-reference/speech-to-speech/convert) |
External URL reference
| 276 | - [Sound Effects API](https://elevenlabs.io/docs/api-reference/text-to-sound-effects/convert) |
External URL reference
| 277 | - [Audio Isolation API](https://elevenlabs.io/docs/api-reference/audio-isolation/convert) |
External URL reference
| 278 | - [Speech-to-Text API](https://elevenlabs.io/docs/api-reference/speech-to-text/convert) |