video-downloader
Warn
Audited by Gen Agent Trust Hub on Jul 26, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill clones an external code repository from
https://github.com/jiji262/douyin-downloader.gitduring theinstall-douyincommand execution. - [REMOTE_CODE_EXECUTION]: Code fetched from the external repository is executed locally via
uv run python run.py, allowing for the execution of unverified third-party logic. Additionally, thebuild_douyin_request_configfunction dynamically constructs a Python script as a string and executes it usingpython -cto perform configuration merging. - [COMMAND_EXECUTION]: The script uses
subprocess.runto manage external system tools, call theyt-dlpbinary, and start thewx_video_downloadservice as a background daemon process. - [CREDENTIALS_UNSAFE]: The skill automates the extraction of sensitive session cookies (e.g.,
hy_token,hy_user, and Douyin cookies) from browser sessions via Playwright and stores them in local configuration files. While it attempts to secure these files withchmod 600, handling live authentication tokens increases the risk of credential exposure if the local environment is compromised.
Audit Metadata