belt-bin
The package downloads prebuilt binaries from the project's own distribution domain (dist.inference.sh), which is plausibly official; the host is not whitelisted but the binaries are checksummed and the worst case is supply-chain compromise of an official release, not arbitrary remote code execution.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads prebuilt binaries from the project's own distribution domain (dist.inference.sh), which is plausibly official; the host is not whitelisted but the binaries are checksummed and the worst case is supply-chain compromise of an official release, not arbitrary remote code execution.
1 higher static finding superseded - not the current verdict (shown for transparency)
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:16
source_x86_64=("inferencesh-cli-v${pkgver}-linux-amd64.tar.gz::https://dist.inference.sh/cli/v${pkgver}/inferencesh-cli-v${pkgver}-linux-amd64.tar.gz")
PKGBUILD
1 offending line(s) highlighted# Maintainer: chuanshanjia <1845776552@qq.com>
pkgname=belt-bin
pkgver=1.18.8
pkgrel=1
pkgdesc="CLI for inference.sh - run AI apps, manage skills, connect MCP servers"
arch=('x86_64' 'aarch64')
url="https://inference.sh/belt"
license=('MIT')
depends=('glibc')
provides=('belt' 'infsh' 'inferencesh')
conflicts=('belt' 'infsh' 'inferencesh')
options=('!strip' '!emptydirs')
source=("LICENSE")
source_x86_64=("inferencesh-cli-v${pkgver}-linux-amd64.tar.gz::https://dist.inference.sh/cli/v${pkgver}/inferencesh-cli-v${pkgver}-linux-amd64.tar.gz")
source_aarch64=("inferencesh-cli-v${pkgver}-linux-arm64.tar.gz::https://dist.inference.sh/cli/v${pkgver}/inferencesh-cli-v${pkgver}-linux-arm64.tar.gz")
sha256sums=('2b8447683453e9a1eab7364b149fcb2066f68ef0e1db1dd1fade2792f6d4cc96')
sha256sums_x86_64=('df00a57fa8aed50676bbdebd755950faab437aeac7a086df92102109f87a7b59')
sha256sums_aarch64=('06d704324782f7cd616e1a23b3c79dbfabf5ce01046728c1858c9e2f296b9572')
package() {
local _dist_arch
case "$CARCH" in
x86_64) _dist_arch="amd64" ;;
aarch64) _dist_arch="arm64" ;;
*) echo "Unsupported architecture: $CARCH" >&2; return 1 ;;
esac
install -Dm755 "${srcdir}/inferencesh-cli-v${pkgver}-linux-${_dist_arch}" "${pkgdir}/usr/bin/belt"
ln -s belt "${pkgdir}/usr/bin/infsh"
ln -s belt "${pkgdir}/usr/bin/inferencesh"
install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
Changes since previous scan
--- PKGBUILD @ 2026-09-16 00:03+++ PKGBUILD @ 2026-09-17 00:27@@ -1,7 +1,7 @@ # Maintainer: chuanshanjia <1845776552@qq.com> pkgname=belt-bin-pkgver=1.18.5+pkgver=1.18.8 pkgrel=1 pkgdesc="CLI for inference.sh - run AI apps, manage skills, connect MCP servers" arch=('x86_64' 'aarch64')@@ -17,8 +17,8 @@ source_aarch64=("inferencesh-cli-v${pkgver}-linux-arm64.tar.gz::https://dist.inference.sh/cli/v${pkgver}/inferencesh-cli-v${pkgver}-linux-arm64.tar.gz") sha256sums=('2b8447683453e9a1eab7364b149fcb2066f68ef0e1db1dd1fade2792f6d4cc96')-sha256sums_x86_64=('0776721770c8e485770a680b1308b3075aafb481c6b4f6ec3b6f4b1a5faa0e43')-sha256sums_aarch64=('cc61b4b48edac8ba729f2f5864f39b5039639708b08cfb170f1940091b74b251')+sha256sums_x86_64=('df00a57fa8aed50676bbdebd755950faab437aeac7a086df92102109f87a7b59')+sha256sums_aarch64=('06d704324782f7cd616e1a23b3c79dbfabf5ce01046728c1858c9e2f296b9572') package() { local _dist_archScan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 05:21:26 | Medium | 1 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |