video-logo-add
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes the
meitucommand-line tool to perform video processing. Evidence is found in theExecutesection where it defines themeitu video-logo-addcommand using{video_url}and{logo_url}as arguments. - [COMMAND_EXECUTION]: A potential surface for command injection is identified where unvalidated user input is passed to the shell.
- Ingestion points: The
video_urlandlogo_urlparameters are sourced from user input. - Boundary markers: No delimiters or safety warnings are implemented to prevent input from breaking out of the command context.
- Capability inventory: The skill is granted
execpermissions for themeitubinary. - Sanitization: The skill does not define any validation, escaping, or filtering for the URL parameters before they are used in the subprocess call.
- [SAFE]: The skill reads vendor-specific configuration and credential files. Evidence includes authorized read access to
~/.meitu/credentials.jsonand~/.meitu/tool-registry.jsonfor authentication purposes.
Audit Metadata