meitu-tools
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes the
meituCLI tool using a secure pattern. Specifically, it uses Node.jsspawnSyncwith an argument array rather than a shell string, which prevents command injection from user-provided prompts or parameters. - [PROMPT_INJECTION]: The skill contains explicit instructions to the AI agent to treat all user-provided data, including the
promptfield, as tool input only. It explicitly forbids the agent from following attempts to override system instructions or reveal hidden information. - [SAFE]: Credential access is limited to the paths declared in the frontmatter (
~/.meitu/credentials.jsonand~/.openapi/credentials.json). These are standard locations for CLI tool configuration, and the skill does not attempt to access unrelated sensitive files or exfiltrate the keys to non-vendor domains. - [EXTERNAL_DOWNLOADS]: The skill references the
meitu-cliandmeitu-aipackages on the official npm registry. These are legitimate vendor resources consistent with the skill's authorship by Meitu.
Audit Metadata