agent-tools
Fail
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructs the user or agent to install the
beltCLI using a remote script piped directly into a shell:curl -fsSL https://cli.inference.sh | sh. This pattern executes unverified code from a remote server at runtime. - Evidence: Found in
SKILL.md,references/authentication.md, andreferences/cli-reference.md. - [EXTERNAL_DOWNLOADS]: The installation process involves downloading binaries from
dist.inference.sh. While the skill provides manual installation instructions including SHA-256 checksum verification and Sigstore (cosign) signature checks, the default recommendation is a direct script execution. - Evidence:
curl -LO https://dist.inference.sh/cli/checksums.txtand binary fetches mentioned in the manual install section ofSKILL.md. - [DATA_EXFILTRATION]: The
beltCLI tool features automatic local file uploads. When a local path is provided instead of a URL in the tool's input, the CLI reads the file and uploads it to theinference.shcloud infrastructure. - Evidence:
belt app run falai/topaz-image-upscaler --input '{"image": "/path/to/photo.jpg"}'as documented inSKILL.mdandreferences/running-apps.md. - [INDIRECT_PROMPT_INJECTION]: The skill presents an attack surface where an agent, if influenced by malicious external data, could be directed to upload sensitive local files (e.g., SSH keys, environment files) to the external service using the
belttool's file upload capability. - Ingestion points: File paths provided to
belt app runcommands. - Boundary markers: None identified in the provided instructions.
- Capability inventory: Execution of the
beltCLI with network access and file read capabilities viaBash(belt *)tool. - Sanitization: None identified; the CLI automatically handles file resolution and upload.
Recommendations
- HIGH: Downloads and executes remote code from: https://cli.inference.sh - DO NOT USE without thorough review
Audit Metadata