agent-tools
Pass
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill documentation provides a command to install the
infshCLI via a script hosted athttps://cli.inference.sh, which is the official domain for the vendor. - [COMMAND_EXECUTION]: The skill is configured to use the
infshcommand viaBash(infsh *)to interact with cloud-based AI services as part of its primary functionality. - [DATA_EXFILTRATION]: The skill includes capabilities to send data to external services such as Twitter (
infsh app run x/post-tweet) and various AI model providers (OpenRouter, Google, etc.), which is consistent with its intended use case. - [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface as it accepts user-provided data to be passed as input to external AI models.
- Ingestion points: Data enters via the
--inputargument ininfsh app runcommands found inSKILL.mdandreferences/running-apps.md. - Boundary markers: The skill does not explicitly define delimiters or instructions to ignore embedded commands within the JSON input.
- Capability inventory: The agent can execute any
infshcommand, which includes running 150+ different AI applications and interacting with external APIs. - Sanitization: There is no evidence of input sanitization or validation before passing data to the CLI tool.
Audit Metadata