baoyu-infographic
Pass
Audited by Gen Agent Trust Hub on Sep 13, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted user-provided content (text, files, or URLs) which is then interpolated into prompts for the
image_generatetool. An attacker could potentially embed instructions in the source content to manipulate the visual output or bypass design constraints.\n- Ingestion points: User-provided content is saved tosource.mdand processed intostructured-content.md(Step 1 and 2 inSKILL.md).\n- Boundary markers: The skill uses a structured template for content organization but lacks explicit boundary delimiters or instructions to ignore embedded commands within the final prompt template (references/base-prompt.md).\n- Capability inventory: The skill utilizeswrite_file,read_file, andimage_generate.\n- Sanitization: While the skill includes proactive instructions to strip credentials and secrets from output (Step 2 and Pitfalls), it does not explicitly sanitize for prompt injection patterns.
Audit Metadata