cube-explore-model
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill includes a preflight check that provides an installation command for the Cube CLI:
curl -fsSL https://raw.githubusercontent.com/cube-js/cube/master/install-cli.sh | sh. This script originates from the officialcube-jsorganization repository on GitHub. - [COMMAND_EXECUTION]: The skill makes extensive use of the
cubeCLI to interact with semantic models. Specific commands includecube data-model list,cube meta, andcube deployments list. These operations are consistent with the skill's primary function of model exploration and metadata retrieval. - [CREDENTIALS_UNSAFE]: The skill recommends standard authentication practices, mentioning the use of
cube loginfor interactive sessions or environment variables (CUBE_API_URLandCUBE_API_KEY) for headless environments. It does not include hardcoded secrets or insecure credential handling.
Audit Metadata