edit-cut-video-ffmpeg
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides command templates for
ffmpegandyt-dlpto be executed in a shell environment. - [EXTERNAL_DOWNLOADS]: The skill facilitates downloading video segments from external URLs using the
yt-dlputility. - [PROMPT_INJECTION]: The skill contains a surface for indirect prompt injection and command injection through the processing of untrusted input.
- Ingestion points: Untrusted data enters the agent context via the 'URL' parameter in the
yt-dlpcommand withinSKILL.md. - Boundary markers: There are no boundary markers or instructions to sanitize or escape the 'URL' variable before interpolation.
- Capability inventory: The skill utilizes subprocess calls to
yt-dlpandffmpeg(found inSKILL.md). - Sanitization: No sanitization, escaping, or validation logic is defined for the external input provided to the command line arguments.
Audit Metadata