create-concept-loop-video
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill identifies as having a surface for indirect prompt injection (Category 8).
- Ingestion points: User-supplied strings from the
loop_conceptandstatesinputs (specifically thedescriptionandin_world_textfields) are ingested and used in Workflow Phase 2. - Boundary markers: The skill constructs a generation prompt by directly interpolating these user-controlled strings into a template without using delimiters or 'ignore' instructions to isolate the untrusted content.
- Capability inventory: The skill's orchestration includes the execution of local Python scripts (
extract_beats.py,render_edl.py), usage of theffmpegCLI for video processing, and network-based image generation via thefalAPI. - Sanitization: The instructions do not specify any validation, escaping, or filtering for user-provided strings before they are incorporated into the prompt logic.
Audit Metadata