video-resolution-upscale
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFECREDENTIALS_UNSAFECOMMAND_EXECUTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill frontmatter declares a requirement to read
~/.meitu/credentials.json, which is used to store sensitive API credentials for the Meitu platform. - [COMMAND_EXECUTION]: The
meitubinary is executed with user-supplied parameters (video_urlandtarget_resolution) interpolated directly into the command string. - [COMMAND_EXECUTION]: Indirect Prompt Injection Surface:
- Ingestion points: The
video_urlandtarget_resolutionare taken from user input in SKILL.md. - Boundary markers: None identified in the provided command template.
- Capability inventory: The skill has
execpermissions for themeitubinary. - Sanitization: There is no evidence of input validation or shell escaping for the
video_urlvariable before it is used in a shell execution context.
Audit Metadata