skills/bighardperson/computer-science-skills-collection/Video-Generator-SeeDance/Gen Agent Trust Hub
Video-Generator-SeeDance
Pass
Audited by Gen Agent Trust Hub on Jun 3, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXFILTRATION]: The script
scripts/generate_video.pytransmits user-provided text prompts and image URLs to the Volcano Engine API atark.cn-beijing.volces.com. It also reads API credentials from a localconfig.jsonfile to authenticate these requests. This behavior is consistent with the skill's stated purpose of video generation via an external API. - [COMMAND_EXECUTION]: The skill uses the
Bashtool to run a Python script (scripts/generate_video.py). The script processes command-line arguments usingargparseand executes logic for API interaction, task polling, and file saving. - [EXTERNAL_DOWNLOADS]: The skill downloads the final video file from a remote URL provided by the Volcano Engine API response. This is a standard operation for cloud-based media generation services.
- [CREDENTIALS_UNSAFE]: The skill implements a standard security practice by requiring users to store sensitive API keys in a local
config.jsonfile rather than hardcoding them in the source code. An example configuration (config.example.json) is provided with placeholders.
Audit Metadata