image-upscaling

Pass

Audited by Gen Agent Trust Hub on Mar 25, 2026

Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [REMOTE_CODE_EXECUTION]: The skill provides an installation command that fetches a shell script from the vendor's domain and executes it to install the infsh CLI tool. This is a standard installation pattern for the vendor's platform.
  • Evidence: curl -fsSL https://cli.inference.sh | sh in SKILL.md.
  • [COMMAND_EXECUTION]: The skill uses the Bash tool to run the infsh binary. This is the intended mechanism for the agent to interact with the upscaling apps.
  • Evidence: allowed-tools: Bash(infsh *) in the frontmatter.
  • [EXTERNAL_DOWNLOADS]: The skill fetches binaries and configuration from dist.inference.sh during setup and references other skills from the same vendor to be added via npx.
  • Evidence: Links to dist.inference.sh and npx skills add commands in SKILL.md.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 25, 2026, 01:02 AM