infographic-old
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to the way it handles user-provided data.
- Ingestion points: User-provided content and topics are ingested directly into the
generate_imageprompt template as seen inSKILL.md. - Boundary markers: The skill lacks any delimiters (e.g., triple quotes or xml tags) or instructions to ignore embedded commands within the user content.
- Capability inventory: The skill has the capability to call
generate_image,edit_image, andcontinue_editingbased on the prompt instructions inSKILL.md. - Sanitization: No validation or sanitization is performed on the user-supplied strings before they are interpolated into the tool prompt.
Audit Metadata