spark-video-clip-review
Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill frequently executes local shell commands to manage the video production pipeline. This includes rendering shots, generating storyboards, and fanning out tasks across chain groups.
- Evidence: Execution of
uv run scripts/render_shot.py,uv run scripts/storyboard.py graph, anduv run scripts/render_all.pyas documented inSKILL.md. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection due to its critique-to-rewrite feedback loop. Malicious instructions or data could be injected via the automated reviews, potentially influencing the subsequent generated video prompts and their execution parameters.
- Ingestion points: Critique data provided by the scoring model is read from the
out.review.critiquefield inSKILL.md. - Boundary markers: While
rewrite-system.mdprovides structural rules, it lacks explicit delimiters or instructions to ignore embedded commands within the ingested critique text. - Capability inventory: Rewritten prompts are used as arguments to the
render_shot.pyscript (referenced inSKILL.md), which executes these instructions through a video generation model. - Sanitization: The skill does not perform validation or sanitization on the model-generated critique text before incorporating it into the prompt rewriting process.
- [EXTERNAL_DOWNLOADS]: The skill utilizes the
uvtool for environment management, which involves downloading and installing Python packages from public registries. - Evidence: The use of
uv runinSKILL.mdimplies standard package management and downloading behaviors.
Audit Metadata