infsh-cli
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructs the user (or agent) to install the
beltCLI using a piped shell script method:curl -fsSL https://cli.inference.sh | sh. This is a common but sensitive operation for downloading and executing remote code. - Evidence: Found in
SKILL.md,references/authentication.md, andreferences/cli-reference.md. - Mitigation: The skill proactively provides a 'Manual install' section in
SKILL.mdthat includes SHA-256 checksum verification and Sigstore signature verification viacosign, which are recommended best practices for verifying the integrity of downloaded binaries. - [COMMAND_EXECUTION]: The skill uses the
Bash(belt *)tool to interact with the installed CLI. It executes commands such asbelt app run,belt login, andbelt task getto perform its functions. - Evidence: The
allowed-toolsfield inSKILL.mdfrontmatter and various examples throughout the documentation. - [EXTERNAL_DOWNLOADS]: The CLI tool itself facilitates the upload of local files (images, audio, etc.) to the
inference.shplatform when running AI models. - Evidence: Described in
SKILL.mdandreferences/running-apps.mdunder the 'Local File Uploads' sections. This is a primary intended function of the tool for processing local media with cloud-based AI models.
Audit Metadata