aliyun-alb-manage-test
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The test automation scripts (
e2e_test_alb.pyandsmoke_test_alb.py) utilize thesubprocessmodule to execute local Python scripts located within the repository. This is used to verify the operational status of the ALB management tools being tested. - Evidence: The
run_scriptfunction in both Python files invokessubprocess.runwith a list of arguments to call internal skill scripts. - [EXTERNAL_DOWNLOADS]: The skill identifies several official Alibaba Cloud SDK libraries as required dependencies for execution.
- Evidence:
SKILL.mdspecifies the installation ofalibabacloud_alb20200616,alibabacloud_tea_openapi, andalibabacloud_credentialsvia pip. These are well-known, official packages from the cloud vendor.
Audit Metadata