cube-explore-content
Fail
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill includes a preflight check that provides a command to install the Cube CLI:
curl -fsSL https://raw.githubusercontent.com/cube-js/cube/master/install-cli.sh | sh. This script is fetched from the official GitHub repository belonging to the skill's vendor. - [COMMAND_EXECUTION]: The skill relies on the execution of the
cubecommand-line tool to perform all its functions, including listing workspace content, retrieving report definitions, and inspecting notification recipients. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process data from external Cube deployments, which represents a potential attack surface.
- Ingestion points: The agent retrieves untrusted data from a Cube workspace via commands like
cube reports get <report>andcube workspace list <deployment>as described inSKILL.md. - Boundary markers: There are no explicit boundary markers or instructions to the agent to disregard instructions embedded within the retrieved report data or queries.
- Capability inventory: The agent possesses the capability to execute shell commands and interact with the filesystem via the
cubeCLI across all described workflows. - Sanitization: The skill does not provide methods for sanitizing or validating the content of the saved queries or reports retrieved from the external source before the agent processes them.
Recommendations
- HIGH: Downloads and executes remote code from: https://raw.githubusercontent.com/cube-js/cube/master/install-cli.sh - DO NOT USE without thorough review
Audit Metadata