image-upscaling
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to executebeltCLI commands for platform authentication (belt login) and running remote AI inference applications. This is the primary mechanism for the skill's functionality. - [INDIRECT_PROMPT_INJECTION]: The skill possesses an attack surface for indirect prompt injection by ingesting and processing external data during its workflows.
- Ingestion points: The
image_urlparameter within the input JSON ofbelt app runcommands inSKILL.md(e.g.,https://your-image.jpg). - Boundary markers: Absent; the skill instructions show direct interpolation of URLs into the command arguments without specific delimiters or guards against malicious content within the external resource.
- Capability inventory: Shell command execution via the
Bashtool, including network-enabled CLI tools. - Sanitization: The instructions do not include validation or sanitization steps for the external URLs or the resulting output from the inference apps before further processing.
Audit Metadata