exasol-setup-personal
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFE
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill downloads and executes installation scripts and packages for several tools:
- Fetches the Exasol CLI installer from the vendor's official download domain (
downloads.exasol.com) and pipes it to the shell. - Fetches the exapump installer from the vendor's official GitHub repository (
github.com/exasol-labs) and pipes it to the shell. - Downloads the AWS CLI installation packages directly from Amazon's official servers (
awscli.amazonaws.com) and executes them with elevated privileges. - [COMMAND_EXECUTION]: The skill uses various shell commands to facilitate the setup process:
- Uses
aws configureto set up local credential profiles. - Uses
exasol install awsto provision infrastructure via Terraform. - Uses
sudoto install system-wide packages on macOS and Linux. - [CREDENTIALS_UNSAFE]: The skill manages sensitive credentials to complete the setup:
- Prompts the user to provide AWS Access Key IDs and Secret Access Keys to configure the local CLI.
- Reads the
deployment.jsonfile, which contains generated database credentials (host, port, username, password), to automatically configure connection profiles for the exapump tool.
Audit Metadata