video-recreation
Fail
Audited by Gen Agent Trust Hub on Jul 27, 2026
Risk Level: HIGHCREDENTIALS_UNSAFEDATA_EXFILTRATIONCOMMAND_EXECUTIONPROMPT_INJECTIONREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [CREDENTIALS_UNSAFE]: A hardcoded Coze API key was found in
scripts/coze_bot_client.py. Storing credentials in plain text within scripts is a high-risk security practice.\n- [DATA_EXFILTRATION]: Thescripts/file_server.pyscript starts a local HTTP server that listens on all network interfaces (0.0.0.0). This exposes the./outputdirectory to unauthorized users on the same network.\n- [COMMAND_EXECUTION]: The skill configuration inSKILL.mdexecutes shell commands (pip install -r requirements.txt) during initialization, which can lead to command injection or supply chain attacks if the environment is compromised.\n- [EXTERNAL_DOWNLOADS]: The skill usesscripts/sound_generator.pyto fetch audio fromapi.edata.cloud, a non-whitelisted third-party domain. Downloading media from untrusted sources for further processing (e.g., inmoviepy) poses a significant security risk.\n- [REMOTE_CODE_EXECUTION]: The skill attempts path-traversal imports inscripts/voice_generator.pyby modifyingsys.pathto point to a directory outside of the skill's root (../../temp_qwen3_tts/...). This behavior is highly irregular and can be used to execute unintended code.\n- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection through its visual analysis workflow.\n - Ingestion points: Video frame extraction in
scripts/video_frame_extractor.pyfollowed by analysis inscripts/coze_bot_client.py.\n - Boundary markers: None. Prompts lack instructions to disregard instructions found within processed images.\n
- Capability inventory: File system access, network communication, and video composition tools.\n
- Sanitization: The skill does not sanitize or validate LLM outputs from the Coze API before further use.
Recommendations
- AI detected serious security threats
Audit Metadata