ai-product-photography

Fail

Audited by Gen Agent Trust Hub on Feb 25, 2026

Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
  • [REMOTE_CODE_EXECUTION]: The skill facilitates the installation of the vendor's command-line interface by piping a remote script from https://cli.inference.sh directly to a shell. This is a common pattern for installing this vendor's tools.
  • [EXTERNAL_DOWNLOADS]: The installation script downloads pre-compiled binaries and checksums from dist.inference.sh to provide the infsh utility.
  • [COMMAND_EXECUTION]: The skill utilizes the Bash tool to execute infsh commands, enabling interaction with remote AI models for image generation and post-processing.
  • [PROMPT_INJECTION]: The skill accepts user-provided prompts and interpolates them into JSON strings passed as command-line arguments to the infsh tool, creating a surface for indirect prompt injection.
  • Ingestion points: Prompts are entered into the prompt field within the JSON input of infsh commands in SKILL.md.
  • Boundary markers: No explicit delimiters or boundary markers are used to separate the user-provided prompt content from the surrounding command structure.
  • Capability inventory: The skill uses the Bash tool to execute infsh commands, which can access remote AI services.
  • Sanitization: There is no visible evidence of sanitization or escaping of the prompt content before it is processed by the shell.
Recommendations
  • HIGH: Downloads and executes remote code from: https://cli.inference.sh - DO NOT USE without thorough review
Audit Metadata
Risk Level
HIGH
Analyzed
Feb 25, 2026, 05:36 PM