visual-design
Pass
Audited by Gen Agent Trust Hub on Jul 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The tools
generate_chartandcreate_visual_designdefined inSKILL.mdare designed to execute arbitrary Python code provided via thepython_codestring parameter. This allows for powerful visualization logic but creates a vector for command execution if the agent is misled during code generation. - [REMOTE_CODE_EXECUTION]: The skill facilitates the runtime generation and execution of scripts. It lists several libraries for this purpose, including
matplotlib,plotly,bokeh,reportlab,fpdf,Pillow,Wand, andopencv-python. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it transforms untrusted user requirements into executable code without explicit sanitization or boundary markers.
- Ingestion points: User-provided data or requests for visual designs (SKILL.md).
- Boundary markers: Absent; there are no instructions to isolate or delimit user-provided data when generating the
python_codestring. - Capability inventory: The skill possesses both file-writing and arbitrary code execution capabilities through the defined tools (SKILL.md).
- Sanitization: Absent; the skill relies entirely on the underlying agent's logic to ensure the generated Python code is safe and does not perform malicious actions.
Audit Metadata