阿里云 CLI 中文文档镜像检索与命令辅助:先走章节索引,再下钻正文页面,给出命令前必须有本地文档证据。
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
The skill includes an explicit example that places access-key-id and access-key-secret as command-line arguments (aliyun configure set ... --access-key-secret <sk>), which requires embedding secrets verbatim and is a high-risk exfiltration pattern.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The documentation contains install/update instructions that fetch and execute remote code at runtime (e.g. /bin/bash -c "$(curl -fsSL https://aliyuncli.alicdn.com/install.sh)"), so the URL https://aliyuncli.alicdn.com/install.sh is a runtime external dependency that executes remote code.
f6dbc1d
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.