meitu-image-to-video
Pass
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs its primary function by calling a local Python script ('run_command.py') to execute the 'image-to-video' command. This execution pattern uses a predefined script path within the environment, avoiding arbitrary command injection risks.
- [SAFE]: User-provided inputs, such as the image and prompt, are encapsulated within a structured JSON object before being passed to the command line, which is a standard and safe practice for handling untrusted data.
Audit Metadata