alicloud-ai-video-wan-video
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFECREDENTIALS_UNSAFEDATA_EXFILTRATIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The scripts
scripts/generate_video.pyandscripts/generate_dancing_video.pycontain logic to read sensitive authentication tokens from the~/.alibabacloud/credentialsfile and theDASHSCOPE_API_KEYenvironment variable. - [DATA_EXFILTRATION]: The
reference_imageparameter in thegenerate_videoscript supports local file paths. Because these paths are not sanitized or restricted to a specific directory, the DashScope SDK's auto-upload feature could be used to exfiltrate sensitive local files (e.g., configuration files or SSH keys) to the cloud provider's API. - [EXTERNAL_DOWNLOADS]: The skill downloads generated media from external URLs using
urllib.request.urlopenand instructs the user to install the third-partydashscopelibrary viapip. - [COMMAND_EXECUTION]: The
SKILL.mdfile includes shell commands for validating the skill's environment and compiling Python scripts, which execute in the local environment.
Audit Metadata