qwen-image-2
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill requires the installation of an external package and references installation guidelines from a remote repository.- Evidence: Instructions to run
npx skills add belt-sh/clito install the required CLI tool.- Evidence: Reference tohttps://raw.githubusercontent.com/inference-sh/skills/refs/heads/main/cli-install.mdfor installation instructions.- [PROMPT_INJECTION]: The skill accepts arbitrary text prompts and images from users to generate or edit content, which serves as a potential surface for indirect prompt injection.- Ingestion points: Thepromptandreference_imagesinput parameters used in command examples and defined in the options table inSKILL.md.- Boundary markers: Inputs are encapsulated within JSON strings passed to thebeltCLI tool, but the skill lacks explicit 'ignore embedded instructions' markers.- Capability inventory: The skill usesBash(belt *)to execute shell commands and interact with a remote inference API.- Sanitization: There is no evidence of input validation, escaping, or filtering of the external user-provided content before it is processed.
Audit Metadata