space-video-audio
Pass
Audited by Gen Agent Trust Hub on Aug 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a dedicated bash script (
scripts/mix.sh) to automate media mixing tasks viaffmpegandffprobe. It employs standard shell practices such as variable quoting and argument parsing. - Evidence: The skill invokes
bash scripts/mix.shwith multiple arguments to process audio and video files. - [EXTERNAL_DOWNLOADS]: The skill provides guidelines and commands for downloading media assets from external repositories, including Pixabay and YouTube, using
curlandyt-dlp. - Evidence: Download patterns like
curl -L -o ...andyt-dlp -x ...are documented inSKILL.mdandreferences/music-sources.mdfor acquiring background music. - [REMOTE_CODE_EXECUTION]: The skill leverages the
uvxtool-runner to dynamically execute theedge-ttspackage. This involves fetching and running code from public registries at runtime. - Evidence:
uvx edge-tts --text "$(cat ...)"inSKILL.md. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it processes untrusted input data from external files and network sources.
- Ingestion points: Content read from
02_脚本/口播.txtand media downloaded from user-supplied URLs. - Boundary markers: The skill does not implement explicit delimiters or guardrails to separate external data from instructional content during processing.
- Capability inventory: The execution environment provides access to shell commands, network requests, and file system operations.
- Sanitization: The skill relies on the target tools to safely handle input data and does not perform independent sanitization or validation of the ingested text.
Audit Metadata