product-hunt-launch
Fail
Audited by Gen Agent Trust Hub on Feb 25, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill recommends installing the
infshCLI tool via a shell pipe:curl -fsSL https://cli.inference.sh | sh. This involves downloading and executing a script from a remote vendor-controlled domain. - [COMMAND_EXECUTION]: The skill makes extensive use of the
infshcommand-line tool to interact with AI models and search engines as defined in theallowed-toolssection. - [EXTERNAL_DOWNLOADS]: The skill suggests adding related skills using
npx skills add, which fetches code from theinference-shnamespace. - [PROMPT_INJECTION]: The skill contains an attack surface for indirect prompt injection as it processes data from external web searches without visible sanitization.
- Ingestion points: External search results from Tavily and Exa are used as input for subsequent tasks in the
SKILL.mdfile. - Boundary markers: There are no delimiters or instructions provided to the agent to treat search results as untrusted data or to ignore embedded instructions.
- Capability inventory: The skill has the ability to execute various tools via the
infshcommand, including search assistants and image generators. - Sanitization: The skill does not implement validation, escaping, or filtering for the data retrieved from external sources before it is processed by the agent.
Recommendations
- HIGH: Downloads and executes remote code from: https://cli.inference.sh - DO NOT USE without thorough review
Audit Metadata