alicloud-compute-swas-open
Warn
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFEDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill implements remote command execution on Alibaba Cloud instances using the 'Cloud Assistant' (RunCommand API). This is utilized in
scripts/fix_ssh_access.pyto automate system configuration changes and inscripts/get_ssh_port.pyto query remote state. - [EXTERNAL_DOWNLOADS]: The skill requires the installation of several official Alibaba Cloud Python SDK packages from PyPI:
alibabacloud_swas_open20200601,alibabacloud_tea_openapi, andalibabacloud_credentials. - [CREDENTIALS_UNSAFE]: The Python scripts are designed to consume Alibaba Cloud Access Keys and Security Tokens from standard environment variables such as
ALICLOUD_ACCESS_KEY_ID. - [DATA_EXFILTRATION]: The script
scripts/fix_ssh_access.pyperforms a local file read of the user's sensitive SSH public key file (defaulting to~/.ssh/id_ed25519.pub) to facilitate remote provisioning.
Audit Metadata