video-element-remove
Fail
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: HIGHCREDENTIALS_UNSAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill is configured to read sensitive credential files located at
~/.meitu/credentials.jsonand~/.meitu/tool-registry.json. While these are vendor-owned resources, they contain high-value authentication information. - [COMMAND_EXECUTION]: The skill performs command execution via the
meitubinary to process video content. - [REMOTE_CODE_EXECUTION]: The skill constructs shell commands by interpolating user-supplied input into the
promptandvideo_urlparameters:meitu video-element-remove --video_url {url} --prompt "{画面描述}". The lack of sanitization for the{画面描述}(prompt) field allows for command injection; a malicious input containing shell metacharacters (e.g.,;,`,$()) could execute arbitrary code in the host environment. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes untrusted data which directly influences system-level execution.
- Ingestion points: User-provided
video_urlandpromptdescribed in theExecutesection. - Boundary markers: None; the input is wrapped in double quotes in the shell command but lacks explicit delimiters or instructions to ignore embedded commands.
- Capability inventory: Execution of the
meituCLI utility with file-system write permissions. - Sanitization: No evidence of escaping or validation of user-provided strings before they are executed in the shell.
Recommendations
- AI detected serious security threats
Audit Metadata