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
exasolCLI (downloads.exasol.com) and theexapumpCLI (raw.githubusercontent.com/exasol-labs/exapump). - Fetches and executes official AWS CLI installation packages and binaries from
awscli.amazonaws.comusing administrative privileges (sudo). - [COMMAND_EXECUTION]: The skill makes extensive use of local shell commands to manage the deployment environment.
- Uses
aws configureto set up cloud profiles. - Executes
exasol install awsto 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.jsonfile, 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