create-viz
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONDYNAMIC_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- Dynamic Code Generation: The skill instructs the agent to generate and execute Python code using libraries such as matplotlib, seaborn, and plotly. This is the primary functionality of the skill, used to create visualizations from data sources. Users should review the generated code as part of their standard development workflow.
- File System Interaction: The skill includes instructions to save generated visualizations as image files (e.g., PNG) to the local directory. This is an expected behavior for a tool designed to produce presentation-quality assets.
- Data Processing Considerations: The skill processes external data from various sources including query results, uploaded files, and pasted text. While this is necessary for data visualization, it is a standard practice to ensure data is validated before processing to prevent issues arising from untrusted input fields.
Audit Metadata