cube-admin
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill documentation includes an installation command
curl -fsSL https://raw.githubusercontent.com/cube-js/cube/master/install-cli.sh | sh. While this pattern of piping a remote script to a shell is generally high-risk, in this context it refers to the official installation script of the vendor (cube-js) and is documented as a preflight setup step rather than a silent background execution.- [COMMAND_EXECUTION]: The skill uses thecubeCLI tool to perform administrative actions. This involves executing local commands such ascube users list,cube policies set-user, andcube attributes values set. These are within the expected scope of a tenant administration skill.
Audit Metadata