skills/aliyun/alibabacloud-aiops-skills/alibabacloud-migration-lhm-migrate-hive-to-paimon/Gen Agent Trust Hub
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_installedinscripts/common.pythat can automatically download and execute the official installation script for rclone fromhttps://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, includingrclone,hive, andhadoop. These are invoked using the Pythonsubprocessmodule 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