image-upscaling
Fail
Audited by Gen Agent Trust Hub on Feb 19, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- REMOTE_CODE_EXECUTION (CRITICAL): The skill's 'Quick Start' section documentation instructs users to run
curl -fsSL https://cli.inference.sh | sh. This pattern is extremely dangerous as it executes remote scripts directly in the shell without any verification or source integrity checks, originating from a domain not listed in the trusted sources. \n- EXTERNAL_DOWNLOADS (MEDIUM): The skill encourages the installation of additional skills from theinference-sh/skillsregistry usingnpx skills add, which facilitates the download and execution of unverified third-party code. \n- COMMAND_EXECUTION (LOW): The skill requests access to theBashtool to executeinfshcommands, providing the agent with the ability to interact with the underlying system. \n- PROMPT_INJECTION (LOW): The skill presents an indirect prompt injection surface. 1. Ingestion points:image_urlparameters in tool calls. 2. Boundary markers: Absent. 3. Capability inventory: Shell command execution viainfsh. 4. Sanitization: Absent. Malicious data returned from processed external images could potentially influence subsequent agent actions.
Recommendations
- HIGH: Downloads and executes remote code from: https://cli.inference.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata