image-upscaling
Fail
Audited by Gen Agent Trust Hub on Feb 18, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION] (CRITICAL): The skill documentation includes a command to download and execute a shell script from
https://cli.inference.shusing the patterncurl -fsSL ... | sh. This is a highly dangerous practice as it allows an untrusted third party to execute arbitrary code with the user's local privileges without any integrity verification. - [EXTERNAL_DOWNLOADS] (HIGH): The skill promotes the installation of additional tools and scripts via
npx skills add inference-sh/skills. Theinference-shorganization is not on the list of trusted providers, making these external dependencies unverifiable and risky. - [COMMAND_EXECUTION] (HIGH): The skill configuration (
allowed-tools) explicitly permits the execution of theBashtool withinfsh *. Combined with the unverified installation method of theinfshutility, this grants the agent the ability to run potentially malicious commands through a third-party interface. - [INDIRECT_PROMPT_INJECTION] (LOW): The skill ingests untrusted data in the form of
image_urlandpromptfields. While the current capabilities are focused on image processing, there is a risk that malicious data from these inputs could influence agent behavior or be used to exploit vulnerabilities in theinfshCLI.
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