qwen-image-2
Pass
Audited by Gen Agent Trust Hub on Sep 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [SAFE]: The skill uses the
allowed-toolsconfiguration to limit shell execution specifically to thebeltCLI (Bash(belt *)), which follows the principle of least privilege. - [EXTERNAL_DOWNLOADS]: The skill references documentation and installation scripts from
inference.shand its associated GitHub repository. These are well-known service resources related to the skill's primary function. - [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data in the form of external image URLs (
reference_images) and user prompts for image generation/editing. * Ingestion points:reference_imagesarray andpromptparameter inSKILL.mdexamples. * Boundary markers: None present in the instructions. * Capability inventory: Executing commands via thebelttool. * Sanitization: The skill documentation does not explicitly detail sanitization of these inputs before they are passed to the CLI tool.
Audit Metadata