qwen-image-2
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
beltCLI tool to interact with the inference.sh platform. Theallowed-toolsfrontmatter correctly restricts the agent's environment to this specific command-line interface, following the principle of least privilege. - [EXTERNAL_DOWNLOADS]: The skill references official documentation and installation scripts from the
inference.shdomain and its associated GitHub repository (inference-sh/skills). These are recognized as legitimate resources for the skill's primary function and do not represent a security risk. - [INDIRECT_PROMPT_INJECTION]: The skill ingests user-provided text prompts and external image URIs, which are passed as JSON input to the
beltcommand. - Ingestion points: The
promptandreference_imagesparameters documented inSKILL.md. - Boundary markers: None explicitly defined in the provided examples; however, the input is structured as JSON which provides a natural data/instruction boundary.
- Capability inventory: The skill is limited to executing the
beltCLI tool via theBashtool. - Sanitization: The skill relies on the underlying
belttool and the inference.sh API to handle and sanitize the provided input.
Audit Metadata