tensorboard-visualizer
Warn
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [Command Execution] (MEDIUM): The skill explicitly requests
Bash(python:*)andBash(pip:*)tools. These allow for arbitrary code execution and system modification, posing a risk if the agent is manipulated by untrusted external data. - [Indirect Prompt Injection] (MEDIUM): High-risk attack surface identified. 1. Ingestion points: The skill interacts with ML training data and Tensorboard log files provided by users or external processes. 2. Boundary markers: No delimiters or instructions to ignore embedded commands are present in the skill definition. 3. Capability inventory: The skill has
Bash,Write, andEditpermissions, enabling significant side effects. 4. Sanitization: There is no defined logic for sanitizing file paths or log content before processing. - [External Downloads] (LOW): Access to
pipfacilitates the installation of third-party packages. Without version pinning or a repository whitelist, this allows for the potential retrieval of unverified or malicious code during runtime.
Audit Metadata