Skip to main content

alicloud-platform-aliyun-cli

Facilitates command-line operations on Alibaba Cloud resources using the aliyun CLI for efficient API management and configuration.

Install this skill

or
85/100

Security score

The alicloud-platform-aliyun-cli skill was audited on Mar 8, 2026 and we found 7 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 69

Curl to non-GitHub URL

SourceSKILL.md
69curl -fsSL https://aliyuncli.alicdn.com/aliyun-cli-linux-latest-amd64.tgz -o /tmp/aliyun-cli.tgz
medium line 56

Access to hidden dotfiles in home directory

SourceSKILL.md
56- `ALIYUN_CLI_INSTALL_DIR=~/.local/bin`:installation directory.
low line 70

Access to hidden dotfiles in home directory

SourceSKILL.md
70mkdir -p ~/.local/bin
low line 72

Access to hidden dotfiles in home directory

SourceSKILL.md
72mv /tmp/aliyun ~/.local/bin/aliyun
low line 73

Access to hidden dotfiles in home directory

SourceSKILL.md
73chmod +x ~/.local/bin/aliyun
low line 74

Access to hidden dotfiles in home directory

SourceSKILL.md
74~/.local/bin/aliyun version
low line 69

External URL reference

SourceSKILL.md
69curl -fsSL https://aliyuncli.alicdn.com/aliyun-cli-linux-latest-amd64.tgz -o /tmp/aliyun-cli.tgz
Scanned on Mar 8, 2026
View Security Dashboard