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 17, 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
| 84 | ```bash |
Template literal with variable interpolation in command context
| 116 | console.log(`Sound effect saved to ${outputPath}`); |
Template literal with variable interpolation in command context
| 140 | ```bash |
Template literal with variable interpolation in command context
| 169 | console.log(`Clean audio saved to ${cleanOutputPath}`); |
Template literal with variable interpolation in command context
| 196 | ```bash |
Template literal with variable interpolation in command context
| 222 | console.log(`[${word.start.toFixed(2)}-${word.end.toFixed(2)}] ${word.text}`); |
Curl to non-GitHub URL
| 85 | curl -X POST "https://api.elevenlabs.io/v1/speech-to-speech/21m00Tcm4TlvDq8ikWAM" \ |
Curl to non-GitHub URL
| 141 | curl -X POST "https://api.elevenlabs.io/v1/sound-generation" \ |
Curl to non-GitHub URL
| 197 | curl -X POST "https://api.elevenlabs.io/v1/audio-isolation" \ |
External URL reference
| 85 | curl -X POST "https://api.elevenlabs.io/v1/speech-to-speech/21m00Tcm4TlvDq8ikWAM" \ |
External URL reference
| 141 | curl -X POST "https://api.elevenlabs.io/v1/sound-generation" \ |
External URL reference
| 197 | curl -X POST "https://api.elevenlabs.io/v1/audio-isolation" \ |
External URL reference
| 272 | - [Speech-to-Speech API](https://elevenlabs.io/docs/api-reference/speech-to-speech/convert) |
External URL reference
| 273 | - [Sound Effects API](https://elevenlabs.io/docs/api-reference/text-to-sound-effects/convert) |
External URL reference
| 274 | - [Audio Isolation API](https://elevenlabs.io/docs/api-reference/audio-isolation/convert) |
External URL reference
| 275 | - [Speech-to-Text API](https://elevenlabs.io/docs/api-reference/speech-to-text/convert) |