image-upscaling
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes external image URLs which are passed as arguments to the
beltCLI tool. This creates a surface where malicious instructions could be embedded in the metadata or data of the processed images. - Ingestion points: The
image_urlparameter within the--inputJSON block used by thebelt app runcommand inSKILL.md. - Boundary markers: None provided to delimit the untrusted URL input.
- Capability inventory: The skill is restricted to executing the
beltCLI tool via theBashtool. - Sanitization: No explicit sanitization or validation of the external content is defined in the instructions.
- [EXTERNAL_DOWNLOADS]: The skill references external installation documentation for its required CLI tool.
- Evidence: Link to
https://raw.githubusercontent.com/inference-sh/skills/refs/heads/main/cli-install.mdfor CLI installation instructions.
Audit Metadata