qwen-image-2
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes user-supplied prompts and external image URLs that are passed directly to a command-line interface. This creates a vulnerability surface where malicious instructions could be embedded in the input data.
- Ingestion points: The
promptandreference_imagesfields defined inSKILL.mdaccept untrusted data from users or external sources. - Boundary markers: There are no explicit instructions or delimiters provided to the agent to treat these inputs as data rather than instructions.
- Capability inventory: The skill utilizes the
Bashtool to executebeltcommands, which involves shell interpolation of the inputs. - Sanitization: The documentation does not specify any sanitization, validation, or escaping logic for the prompts or image metadata before processing.
- [EXTERNAL_DOWNLOADS]: The skill references external resources and installation guidelines from the
inference-shandbelt-shGitHub organizations. - Fetches installation instructions from
raw.githubusercontent.com/inference-sh/skills/. - Recommends installing additional skills via
npx skills add belt-sh/cliandnpx skills add inference-sh/skills@....
Audit Metadata