short-drama-image-prompts
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill defines a process for ingesting external project data (JSON and JSONL files) to generate image prompts, which establishes a theoretical attack surface for indirect injection.
- Ingestion points: Data enters the agent context from
short-drama.jsonand asset files like设定集/*.jsonlas defined in theimage-prompt-spec.jsonl.mdtemplate. - Boundary markers: Instructions specify that generated prompts must be contained within
### 可复制提示词Markdown blocks to provide clear delimiters. - Capability inventory: Included utility scripts (
image_prompt_check.pyandselftest.py) are limited to standard library functions for parsing, regex, and file path resolution. They lack network access, administrative shell execution, or file-writing capabilities to arbitrary locations. - Sanitization: The validation scripts implement an active security layer that explicitly blocks internal hashes (
sha256), engine-specific control words (e.g., Midjourney syntax), and credential-related fields (e.g.,api_key,token) from appearing in the prompt data.
Audit Metadata