skills/aliyun/alibabacloud-aiops-skills/alibabacloud-dns-resolve-diagnose-customer/Gen Agent Trust Hub
alibabacloud-dns-resolve-diagnose-customer
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes Python's
subprocessmodule to wrap standard networking and cloud management utilities such asdig,whois, and thealiyunCLI. These commands are executed using list-based argument passing, which is a secure implementation that mitigates shell injection risks. - [EXTERNAL_DOWNLOADS]: The diagnostic workflow involves the installation of
playwrightand the Chromium browser to conduct nationwide network probing. These components are sourced from well-known, official repositories as part of the tool's intended functionality. - [EXTERNAL_DOWNLOADS]: The skill fetches the Alibaba Cloud CLI and its plugins from official vendor infrastructure (
aliyuncli.alicdn.com) to ensure the diagnostic environment is properly configured. - [SAFE]: The skill interacts with
boce.aliyun.com, which is an official Alibaba Cloud service for network monitoring. The target domain and query parameters sent to this service are necessary for the diagnostic purpose and remain within the vendor's ecosystem. - [SAFE]: The code includes safety checks for Python versions and tool availability, providing helpful installation guides for users without executing unauthorized commands.
Audit Metadata