video-audio-design
Enhances programmatic video production by integrating audio elements like narration, background music, and sound effects.
Install this skill
Security score
The video-audio-design skill was audited on May 13, 2026 and we found 12 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Direct command execution function call
| 172 | const output = execSync( |
Template literal with variable interpolation in command context
| 109 | `${ELEVENLABS_API_URL}/text-to-speech/${voiceId}`, |
Template literal with variable interpolation in command context
| 131 | throw new Error(`ElevenLabs API error ${response.status}: ${error}`); |
Template literal with variable interpolation in command context
| 173 | `ffprobe -v error -show_entries format=duration -of csv=p=0 "${filePath}"` |
Template literal with variable interpolation in command context
| 183 | const audioPath = path.join(outputDir, `${scene.id}.mp3`); |
Node child_process module reference
| 161 | import { execSync } from 'child_process'; |
Access to hidden dotfiles in home directory
| 407 | > On first activation of this skill in a conversation: check which companion skills are installed by running `ls ~/.claude/skills/ ~/.agent/skills/ ~/.agents/skills/ .claude/skills/ .agent/skills/ .ag |
Access to .env file
| 114 | 'xi-api-key': process.env.ELEVEN_LABS_API_KEY!, |
Access to .env file
| 362 | | Hardcoding ElevenLabs API key | Key leaks into version control | Use environment variables: `process.env.ELEVEN_LABS_API_KEY` | |
External URL reference
| 101 | const ELEVENLABS_API_URL = 'https://api.elevenlabs.io/v1'; |
External URL reference
| 198 | - **Pixabay Audio**: https://pixabay.com/music/ (free, no attribution) |
External URL reference
| 199 | - **Freesound**: https://freesound.org/ (CC0/CC-BY) |