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.com in SKILL.md and references/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 | bash in SKILL.md.
  • [COMMAND_EXECUTION]: Executes shell commands via the aliyun CLI to query Hologres service instances. These are read-only operations intended for resource management.
  • Evidence: Use of aliyun hologram POST and aliyun hologram GET throughout SKILL.md and references/related-commands.md.
  • [SAFE]: The skill includes explicit security rules against handling AccessKey or SecretKey values directly.
  • Evidence: Security rules in SKILL.md stating 'NEVER read, echo, or print AK/SK values' and 'ONLY use aliyun configure list to verify credential status'.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 2, 2026, 01:58 AM