agent-tools
Fail
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill utilizes a remote installation pattern via
curl -fsSL https://cli.inference.sh | sh. While this originates from the vendor's own domain, it involves executing unverified code from a remote source. - [REMOTE_CODE_EXECUTION]: The manual installation instructions involve dynamically fetching binaries from
dist.inference.shusingcurlandgrepon a manifest file, which is then executed as a local CLI tool. - [COMMAND_EXECUTION]: The skill relies on the
infshcommand to perform its primary functions, including running AI models and managing cloud tasks. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface when processing user-supplied data.
- Ingestion points: Data enters the agent context through the
--inputflag, which accepts JSON files or inline JSON strings (e.g., inSKILL.mdandreferences/running-apps.md). - Boundary markers: There are no explicit boundary markers or instructions telling the agent to ignore embedded commands within the input JSON.
- Capability inventory: The skill possesses the
Bash(infsh *)capability, which allows it to execute commands that interact with external AI services. - Sanitization: No sanitization or validation of the input JSON structure is described within the skill's instructions.
Recommendations
- HIGH: Downloads and executes remote code from: https://cli.inference.sh - DO NOT USE without thorough review
Audit Metadata