visual-design
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection by incorporating project data into AI prompts. \n
- Ingestion points: User-supplied descriptions and project metadata (framework, design system, colors, fonts) referenced in
SKILL.mdandscripts/generate_mockup.py. \n - Boundary markers: Absent. Contextual data is directly interpolated into prompt strings. \n
- Capability inventory: The skill uses
Bashto run scripts andWriteto save generated images to the local disk. \n - Sanitization: External project context is not sanitized or escaped before being sent to the AI model. \n- [EXTERNAL_DOWNLOADS]: The Python script
scripts/generate_mockup.pymakes network requests to the well-known OpenRouter API athttps://openrouter.ai. This is necessary for its core functionality of generating AI images. \n- [COMMAND_EXECUTION]: The skill relies on executing local Python scripts via theBashtool to handle AI model interaction and image processing.
Audit Metadata