edgespeak-karaoke
Fail
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The
SKILL.mdinstructions guide the agent to install theedgespeak-cliusingcurl -fsSL https://edgespeak.com/install.sh | sh. Executing a remote script directly in a shell is a high-risk operation as it bypasses local verification and package management security controls.- [COMMAND_EXECUTION]: The bundled Node.js scripts (karaoke-ass.mjsandrender-hardsub.mjs) dynamically construct and execute shell commands usingexecFileSyncandspawnSyncto call system binaries likeffmpeg,ffprobe,fc-match, andfc-list. This involves significant interaction with the host system's shell environment.- [PROMPT_INJECTION]: The skill possesses an attack surface for indirect prompt injection as it processes external transcription data. * Ingestion points: TheloadTranscriptfunction inscripts/karaoke-ass.mjsreads and parses JSON files containing user-controllable text and translations. * Boundary markers: None are defined; there are no instructions to the agent or scripts to ignore instructions embedded within the transcript content. * Capability inventory: The skill includes capabilities to write files to the disk and executeffmpegsubprocesses. * Sanitization: The scripts useescapeAssfor subtitle content andfilterPathfor FFmpeg filter paths to mitigate injection into the ASS format and FFmpeg filters.
Recommendations
- HIGH: Downloads and executes remote code from: https://edgespeak.com/install.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata