alibabacloud-cli-guidance
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches the official Aliyun CLI installation script from
https://aliyuncli.alicdn.com/setup.sh. This is the documented and standard installation method provided by Alibaba Cloud.\n- [REMOTE_CODE_EXECUTION]: The skill executes the downloaded setup script usingbash -cwith command substitution. While this is a sensitive pattern, it is used here to install the official vendor tool from its trusted distribution point.\n- [COMMAND_EXECUTION]: The instructions involve running variousaliyunCLI commands and standard system operations such as moving binaries (sudo mv) and setting file permissions (chmod), which are typical for CLI tool management.
Audit Metadata