exasol-setup-personal

Pass

Audited by Gen Agent Trust Hub on Apr 16, 2026

Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
  • [REMOTE_CODE_EXECUTION]: The skill performs remote script execution and package installation to set up required tooling.
  • Downloads and pipes installer scripts to the shell for the exasol CLI (downloads.exasol.com) and the exapump CLI (raw.githubusercontent.com/exasol-labs/exapump).
  • Fetches and executes official AWS CLI installation packages and binaries from awscli.amazonaws.com using administrative privileges (sudo).
  • [COMMAND_EXECUTION]: The skill makes extensive use of local shell commands to manage the deployment environment.
  • Uses aws configure to set up cloud profiles.
  • Executes exasol install aws to provision infrastructure via Terraform.
  • Runs various file system operations (mkdir, cd, rm) and credential inspection (cat deployment.json) during the setup process.
  • [CREDENTIALS_UNSAFE]: The skill manages sensitive authentication data for cloud and database access.
  • Requests the user's AWS Access Key ID and Secret Access Key to configure the local environment.
  • Reads the deployment.json file, which contains plain-text credentials for the deployed Exasol database instance.
  • Passes these secrets as command-line arguments to aws configure, which may expose them in local process logs.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 16, 2026, 11:07 AM