Skip to main content

video-audio-design

Enhances programmatic video production by integrating audio elements like narration, background music, and sound effects.

Install this skill

or
50/100

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

high line 172

Direct command execution function call

SourceSKILL.md
172const output = execSync(
medium line 109

Template literal with variable interpolation in command context

SourceSKILL.md
109`${ELEVENLABS_API_URL}/text-to-speech/${voiceId}`,
medium line 131

Template literal with variable interpolation in command context

SourceSKILL.md
131throw new Error(`ElevenLabs API error ${response.status}: ${error}`);
medium line 173

Template literal with variable interpolation in command context

SourceSKILL.md
173`ffprobe -v error -show_entries format=duration -of csv=p=0 "${filePath}"`
medium line 183

Template literal with variable interpolation in command context

SourceSKILL.md
183const audioPath = path.join(outputDir, `${scene.id}.mp3`);
low line 161

Node child_process module reference

SourceSKILL.md
161import { execSync } from 'child_process';
medium line 407

Access to hidden dotfiles in home directory

SourceSKILL.md
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
low line 114

Access to .env file

SourceSKILL.md
114'xi-api-key': process.env.ELEVEN_LABS_API_KEY!,
medium line 362

Access to .env file

SourceSKILL.md
362| Hardcoding ElevenLabs API key | Key leaks into version control | Use environment variables: `process.env.ELEVEN_LABS_API_KEY` |
low line 101

External URL reference

SourceSKILL.md
101const ELEVENLABS_API_URL = 'https://api.elevenlabs.io/v1';
low line 198

External URL reference

SourceSKILL.md
198- **Pixabay Audio**: https://pixabay.com/music/ (free, no attribution)
low line 199

External URL reference

SourceSKILL.md
199- **Freesound**: https://freesound.org/ (CC0/CC-BY)
Scanned on May 13, 2026
View Security Dashboard
Installation guide →