story-to-storyboard
Fail
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: HIGHCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool in Step 9 to execute directory creation commands:mkdir -p "$(dirname "${output_path}")"andmkdir -p "{source_dir}/cogni-visual". Theoutput_pathandsource_path(from whichsource_diris derived) are parameters that can be supplied by the user. The instructions do not include any sanitization or validation logic to handle shell metacharacters, creating a direct path for command injection if a malicious path string is provided. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection as it ingests and processes external narrative documents.
- Ingestion points: Narrative files are auto-discovered or provided via
source_pathand read during Step 0 and Step 2. - Boundary markers: The instructions lack the use of delimiters or specific 'ignore' directives when processing the narrative content, allowing instructions embedded in the data to potentially override the skill's logic.
- Capability inventory: The skill has broad capabilities including file writing (
Write,Edit), file system navigation (Glob,Grep), and shell execution (Bash). - Sanitization: There is no evidence of content filtering, escaping, or validation of the narrative data before it is processed by the agent.
Recommendations
- AI detected serious security threats
Audit Metadata