alibabacloud-migration-lhm-migrate-hive-to-paimon

Pass

Audited by Gen Agent Trust Hub on Aug 6, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill includes a utility function ensure_rclone_installed in scripts/common.py that can automatically download and execute the official installation script for rclone from https://rclone.org/install.sh. rclone is a well-known and reputable open-source tool for cloud storage synchronization. This download is performed using neutral implementation and is intended to resolve system dependencies.\n- [COMMAND_EXECUTION]: The migration process involves executing several command-line tools, including rclone, hive, and hadoop. These are invoked using the Python subprocess module to perform data transfers and metadata operations. These operations are core to the skill's primary purpose and are gated by human-in-the-loop confirmation rules.\n- [SAFE]: The skill documentation and implementation emphasize security through several mechanisms: human-in-the-loop confirmation for all data-modifying operations (CREATE, DROP, INSERT), masking of sensitive Access Key (AK) and Secret Key (SK) information in console output, and support for environment variable interpolation to prevent hardcoding credentials in configuration files.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 6, 2026, 01:38 AM
Security Audit — agent-trust-hub — alibabacloud-migration-lhm-migrate-hive-to-paimon