alibabacloud-ecs-gpu-diagnosis
Pass
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions and commands to download the Alibaba Cloud CLI (aliyun) from official vendor domains including aliyuncli.alicdn.com and help.aliyun.com. These are established infrastructure for the skill author (aliyun).
- [COMMAND_EXECUTION]: The skill executes various Alibaba Cloud CLI commands to perform diagnostics. All commands use specific parameters and include unique user-agent strings for tracking, which is standard for cloud management tools.
- [PRIVILEGE_ESCALATION]: The installation guide for the CLI tools includes the use of
sudo mvon macOS and Linux platforms to place the binary in/usr/local/bin/. This is a standard procedure for system-wide CLI installation and is limited to the installation phase. - [SAFE]: The skill implements strong input validation for the
INSTANCE_IDusing a regular expression (^i-[a-z0-9]{20}$) and validates theREGION_IDagainst an official API response before proceeding with execution, reducing the risk of injection or malformed requests.
Audit Metadata