alibabacloud-hologres-instance-manage
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the official Aliyun CLI installer and binaries hosted on the vendor's distribution network.
- Evidence: Download URLs pointing to
aliyuncli.alicdn.cominSKILL.mdandreferences/cli-installation-guide.md. - [REMOTE_CODE_EXECUTION]: Provides instructions to install the CLI tool by piping a remote script to a shell. This is the official installation method provided by the vendor.
- Evidence:
curl -fsSL ... https://aliyuncli.alicdn.com/install.sh | bashinSKILL.md. - [COMMAND_EXECUTION]: Executes shell commands via the
aliyunCLI to query Hologres service instances. These are read-only operations intended for resource management. - Evidence: Use of
aliyun hologram POSTandaliyun hologram GETthroughoutSKILL.mdandreferences/related-commands.md. - [SAFE]: The skill includes explicit security rules against handling AccessKey or SecretKey values directly.
- Evidence: Security rules in
SKILL.mdstating 'NEVER read, echo, or print AK/SK values' and 'ONLY use aliyun configure list to verify credential status'.
Audit Metadata