infsh-cli
Fail
Audited by Gen Agent Trust Hub on Sep 21, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill recommends installing the
beltCLI by piping a script from a remote URL directly into a shell (curl -fsSL https://cli.inference.sh | sh). This is a high-risk pattern that executes unverified code from an external source with the user's local privileges. - [EXTERNAL_DOWNLOADS]: The skill documentation facilitates the download of binary files from
dist.inference.shand secondary skill components vianpx skills addfrom theinference-shandbelt-shnamespaces. These sources are not categorized as trusted organizations or well-known services. - [COMMAND_EXECUTION]: The skill is configured to use the
Bashtool withbelt *permissions, enabling broad execution of the platform's CLI. This tool facilitates network operations, cloud resource management, and local file system interaction. - [INDIRECT_PROMPT_INJECTION]: The skill possesses a vulnerability surface for indirect prompt injection due to its ingestion and processing of untrusted data:
- Ingestion points: Untrusted local file paths and input JSON provided as arguments to the
belt app runcommand, as documented inreferences/running-apps.md. - Boundary markers: There are no specific boundary markers or 'ignore' instructions defined to prevent the agent from following malicious commands embedded in the files it processes.
- Capability inventory: The CLI has the capability to read local files (including sensitive paths like
~/.ssh/or.envfiles) and upload them to the inference.sh cloud service as part of its 'Local File Uploads' feature. - Sanitization: No evidence of path validation, sanitization, or filtering is provided for the file ingestion process.
Recommendations
- HIGH: Downloads and executes remote code from: https://cli.inference.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata