data_visualization
Fail
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: HIGHCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- Indirect Prompt Injection (HIGH): The skill is designed to ingest and process untrusted external data (raw data, stock prices, CSVs) and use it to drive code generation for visualizations.
- Ingestion points: Analyzes "provided data" and "raw data" mentioned in the Overview and Examples sections of SKILL.md.
- Boundary markers: Absent. There are no instructions for the agent to distinguish between data content and control instructions.
- Capability inventory: The skill has access to
Bash,Write,Edit, andReadtools, allowing for arbitrary command execution and file system modification. - Sanitization: Absent. No logic is provided to sanitize data before it is used to generate Python or JavaScript code.
- Command Execution (HIGH): The frontmatter explicitly allows the
Bashtool. While visualization often requires running scripts, granting full shell access alongside data ingestion tools creates a significant RCE (Remote Code Execution) risk if the data contains malicious instructions. - Privilege Escalation (MEDIUM): The skill's
allowed-toolslist is broader than necessary for simple visualization. FullBashandEditaccess allows the agent to modify system configurations or user files unrelated to data analysis.
Recommendations
- AI detected serious security threats
Audit Metadata