aliyun-wan-image
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: The
SKILL.mdfile contains validation commands to create directories (mkdir) and compile Python scripts (py_compile) to ensure the environment is correctly set up. - [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the
dashscopepackage from PyPI. Additionally, thegenerate_image.pyscript downloads generated images from the official Alibaba Cloud DashScope API endpoints (dashscope.aliyuncs.com) usingurllib.request.urlopen. - [CREDENTIALS_UNSAFE]: The script
scripts/generate_image.pyis designed to read API keys from standard locations, including the~/.alibabacloud/credentialsfile and.envfiles. This is consistent with the official Alibaba Cloud SDK documentation for managing service authentication securely. - [DATA_EXFILTRATION]: The script reads local configuration files and transmits data to the DashScope API. This behavior is documented and necessary for the skill's primary function of generating images via the remote AI service.
Audit Metadata