alicloud-ai-video-animate-anyone
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXPOSURE]: The skill documents the use of standard authentication mechanisms for Alibaba Cloud, specifically the
DASHSCOPE_API_KEYenvironment variable and the~/.alibabacloud/credentialsfile. This is standard practice for interacting with this cloud provider. - [COMMAND_EXECUTION]: The skill uses a local Python script (
prepare_animate_anyone_request.py) to generate JSON request payloads. The script performs basic file writing and directory creation within the designated output directory and does not utilize dangerous functions likeeval()orexec(). - [EXTERNAL_DOWNLOADS]: The skill references official Alibaba Cloud documentation and API endpoints (aliyun.com). No untrusted external dependencies or remote script executions were found.
- [REMOTE_CODE_EXECUTION]: The validation step uses
py_compileto verify the syntax of the included Python script. This is a static analysis check that does not execute the script's logic.
Audit Metadata