belt-bin

LOW
maintainer chuanshanjia 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

Low AI review downgraded a static finding 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)
Medium source=() URL on a non-standard host 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
1# Maintainer: chuanshanjia <1845776552@qq.com>
2
3pkgname=belt-bin
4pkgver=1.18.8
5pkgrel=1
6pkgdesc="CLI for inference.sh - run AI apps, manage skills, connect MCP servers"
7arch=('x86_64' 'aarch64')
8url="https://inference.sh/belt"
9license=('MIT')
10depends=('glibc')
11provides=('belt' 'infsh' 'inferencesh')
12conflicts=('belt' 'infsh' 'inferencesh')
13options=('!strip' '!emptydirs')
14
15source=("LICENSE")
16source_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")
17source_aarch64=("inferencesh-cli-v${pkgver}-linux-arm64.tar.gz::https://dist.inference.sh/cli/v${pkgver}/inferencesh-cli-v${pkgver}-linux-arm64.tar.gz")
18
19sha256sums=('2b8447683453e9a1eab7364b149fcb2066f68ef0e1db1dd1fade2792f6d4cc96')
20sha256sums_x86_64=('df00a57fa8aed50676bbdebd755950faab437aeac7a086df92102109f87a7b59')
21sha256sums_aarch64=('06d704324782f7cd616e1a23b3c79dbfabf5ce01046728c1858c9e2f296b9572')
22
23package() {
24 local _dist_arch
25 case "$CARCH" in
26 x86_64) _dist_arch="amd64" ;;
27 aarch64) _dist_arch="arm64" ;;
28 *) echo "Unsupported architecture: $CARCH" >&2; return 1 ;;
29 esac
30
31 install -Dm755 "${srcdir}/inferencesh-cli-v${pkgver}-linux-${_dist_arch}" "${pkgdir}/usr/bin/belt"
32 ln -s belt "${pkgdir}/usr/bin/infsh"
33 ln -s belt "${pkgdir}/usr/bin/inferencesh"
34 install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
35}
36

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_arch

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion