data-visualization
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to executebeltCLI commands, which is the intended method for interacting with the Inference.sh platform. - [REMOTE_CODE_EXECUTION]: Python and HTML code snippets are sent to remote executors (
infsh/python-executorandinfsh/html-to-image) via thebeltCLI to generate visualization assets. - [EXTERNAL_DOWNLOADS]: The skill references the installation of the
belt-sh/clipackage and points to documentation hosted on the vendor's official GitHub repository. - [INDIRECT_PROMPT_INJECTION]: The skill facilitates the creation of charts from data inputs, which represents a potential attack surface for indirect prompt injection if an agent is tasked with visualizing untrusted external content.
- Ingestion points: Data values, labels, and titles provided in the
--inputJSON payload forbeltcommands inSKILL.md. - Boundary markers: No explicit delimiters or safety instructions are used to separate data from the generated code strings.
- Capability inventory: Includes shell command execution and remote code execution capabilities.
- Sanitization: The example scripts do not demonstrate sanitization or escaping of input data before its interpolation into executable Python or HTML code.
Audit Metadata