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.shdirectly 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.shto provide theinfshutility. - [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to executeinfshcommands, 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
infshtool, creating a surface for indirect prompt injection. - Ingestion points: Prompts are entered into the
promptfield within the JSON input ofinfshcommands inSKILL.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
Bashtool to executeinfshcommands, 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