Skip to main content

AudioEditor

Automates audio/video editing with AI, offering transcription, intelligent cut detection, and cloud polishing for cleaner recordings.

Install this skill

or
64/100

Security score

The AudioEditor skill was audited on Mar 1, 2026 and we found 8 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 23

Curl to non-GitHub URL

SourceSKILL.md
23curl -s -X POST http://localhost:8888/notify \
medium line 13

Access to hidden dotfiles in home directory

SourceSKILL.md
13`~/.claude/PAI/USER/SKILLCUSTOMIZATIONS/AudioEditor/`
medium line 70

Access to hidden dotfiles in home directory

SourceSKILL.md
70| **Transcribe** | `bun ~/.claude/skills/Utilities/AudioEditor/Tools/Transcribe.ts <file>` | Word-level transcription via Whisper |
medium line 71

Access to hidden dotfiles in home directory

SourceSKILL.md
71| **Analyze** | `bun ~/.claude/skills/Utilities/AudioEditor/Tools/Analyze.ts <transcript.json>` | LLM-powered edit classification |
medium line 72

Access to hidden dotfiles in home directory

SourceSKILL.md
72| **Edit** | `bun ~/.claude/skills/Utilities/AudioEditor/Tools/Edit.ts <file> <edits.json>` | Execute cuts with crossfades + room tone |
medium line 73

Access to hidden dotfiles in home directory

SourceSKILL.md
73| **Polish** | `bun ~/.claude/skills/Utilities/AudioEditor/Tools/Polish.ts <file>` | Cleanvoice API cloud polish |
medium line 74

Access to hidden dotfiles in home directory

SourceSKILL.md
74| **Pipeline** | `bun ~/.claude/skills/Utilities/AudioEditor/Tools/Pipeline.ts <file> [--polish]` | Full end-to-end pipeline |
low line 23

External URL reference

SourceSKILL.md
23curl -s -X POST http://localhost:8888/notify \
Scanned on Mar 1, 2026
View Security Dashboard