seedance2-api
Pass
Audited by Gen Agent Trust Hub on May 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's behavior is entirely consistent with its stated purpose of providing an interface for the Seedance 2.0 video generation service.
- [EXTERNAL_DOWNLOADS]: The skill recommends installing the
requestslibrary, which is a standard, well-known, and reputable Python package for HTTP communication. - [DATA_EXFILTRATION]: The skill uses the
XSKILL_API_KEYenvironment variable for authentication with the officialapi.xskill.aidomain. This follows standard API security practices and is required for the intended functionality. - [COMMAND_EXECUTION]: The script
scripts/seedance_api.pyimplements standard API client operations such as task submission, polling, and asset uploading. Analysis of the code shows no use of dangerous functions likeevalorexec, and no evidence of command injection vulnerabilities.
Audit Metadata