seedance-video
Pass
Audited by Gen Agent Trust Hub on Mar 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads generated video files from ByteDance's official Volcengine infrastructure.
- Evidence: The
download_filefunction inscripts/generate_video.pyuses therequestslibrary to fetch content from URLs provided by the Ark API. - [COMMAND_EXECUTION]: The skill executes local Python scripts to interact with the video generation service.
- Evidence:
SKILL.mddocuments the execution ofscripts/generate_video.pyto create and manage video generation tasks. - [PROMPT_INJECTION]: The skill processes user-defined prompts and image URLs for video synthesis, which is the primary intended function of the tool.
- Ingestion points:
promptandimage_urlarguments inscripts/generate_video.py. - Boundary markers: Not present, as content is passed directly to the model API.
- Capability inventory: File system write access via
download_fileinscripts/generate_video.py. - Sanitization: Standard for this use case; the skill relies on the service provider's safety filters.
Audit Metadata