agent-tools
Fail
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructs the user to install the CLI using the command
curl -fsSL https://cli.inference.sh | shinSKILL.mdandreferences/authentication.md. This pattern downloads a shell script from a remote URL and executes it directly, bypassing standard package management verification. The sourcecli.inference.shbelongs to the skill vendor. - [EXTERNAL_DOWNLOADS]: The CLI installation process downloads binary files, checksums, and manifests from
dist.inference.sh. The skill also referencesnpx skills addfor installing related modules. - [DATA_EXFILTRATION]: The
beltCLI is designed to read local files and upload them to theinference.shcloud service. As documented inSKILL.mdandreferences/running-apps.md, providing a local file path (e.g.,/path/to/photo.jpg,./my-image.png) as input to the tool triggers an automatic upload to external servers managed by the vendor. - [COMMAND_EXECUTION]: The skill requests permission for the
Bashtool limited to thebeltexecutable (Bash(belt *)), enabling the agent to execute any CLI command supported by the tool. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from external sources, creating a vulnerability surface.
- Ingestion points: Data returned from AI models, search engines, and social media apps executed via
belt app run(found inSKILL.mdandreferences/running-apps.md). - Boundary markers: None identified; there are no explicit instructions for the agent to ignore or delimit model-generated content.
- Capability inventory: Execution of shell commands via the
beltCLI and network-based file uploads. - Sanitization: No validation or sanitization steps are defined for the output of the AI apps before the agent incorporates them into its context.
Recommendations
- HIGH: Downloads and executes remote code from: https://cli.inference.sh - DO NOT USE without thorough review
Audit Metadata