video
Pass
Audited by Gen Agent Trust Hub on May 17, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill presents an attack surface for indirect prompt injection.
- Ingestion points: The
--textand--urlflags in thepresentandpicstorycommands (SKILL.md) allow ingestion of untrusted content into the AI script generation pipeline. - Boundary markers: The instructions do not specify the use of delimiters or system-level instructions to ignore malicious content within the provided text or URL data.
- Capability inventory: The skill utilizes the
voxflowCLI for network communication andffmpegfor local file system operations (SKILL.md). - Sanitization: There is no mention of sanitizing or validating the content retrieved from external URLs or input text before it is processed by the LLM.
- [COMMAND_EXECUTION]: The skill relies on local execution of command-line tools for media processing and service interaction.
- Evidence: Use of
ffmpegfor video rendering and thevoxflowCLI for authentication, status checks, and content generation is documented inSKILL.md. - [EXTERNAL_DOWNLOADS]: The skill requires the installation of external dependencies and software.
- Evidence: Instructions include installing the
voxflowglobal Node.js package and system-levelffmpeg(SKILL.md).
Audit Metadata