qwen-image-2-pro
Warn
Audited by Gen Agent Trust Hub on Jul 23, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documentation directs the user to install the
belt-sh/clipackage and points to installation instructions hosted athttps://raw.githubusercontent.com/inference-sh/skills/refs/heads/main/cli-install.md.- [REMOTE_CODE_EXECUTION]: The skill's primary functionality is dependent on executing thebeltCLI tool, which is a third-party external dependency.- [PROMPT_INJECTION]: The skill contains an attack surface for indirect prompt injection due to how it handles external data. - Ingestion points: The skill ingests a
promptstring and an array ofreference_imagesURIs from user-provided inputs. - Boundary markers: No delimiters or isolation instructions are present to distinguish untrusted data from system instructions.
- Capability inventory: The skill is granted access to the
Bashtool to run thebeltCLI, which interacts with external inference servers. - Sanitization: There is no evidence of sanitization or validation for the prompt text or image URIs prior to their use in CLI operations.
Audit Metadata