qwen-image-2
Pass
Audited by Gen Agent Trust Hub on Apr 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill is designed to run the
infshCLI tool to interface with image generation models. This use of tools is explicitly defined and limited in the skill's metadata frontmatter. - [EXTERNAL_DOWNLOADS]: The instructions reference documentation and additional skills located in the
inference-shGitHub organization. These are official resources provided by the skill's authoring vendor. - [PROMPT_INJECTION]: The skill accepts user-defined prompts and image URLs as input for generation and editing. The use of structured JSON input serves as a boundary to separate user content from the tool's command execution logic.
- Ingestion points: User-supplied JSON in the
inputparameter ofinfsh app run(SKILL.md). - Boundary markers: JSON object key-value structure.
- Capability inventory: Execution of the
infshcommand via Bash. - Sanitization: The skill relies on the inference.sh platform's handling of the prompt strings.
Audit Metadata