belt-bin

maintainer chuanshanjia · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged Prebuilt binary downloaded from dist.inference.sh, which appears to be the project's own official distribution domain (matching the url= field inference.sh), with proper sha256 checksums provided; the main concern is that this is a prebuilt binary from a relatively unknown project with few votes, but the download host is plausibly official infrastructure rather than a personal/swappable host.

Triggered rules

LOW Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 70%): Prebuilt binary downloaded from dist.inference.sh, which appears to be the project's own official distribution domain (matching the url= field inference.sh), with proper sha256 checksums provided; the main concern is that this is a prebuilt binary from a relatively unknown project with few votes, but the download host is plausibly official infrastructure rather than a personal/swappable host.

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.16.12
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=('8532aa9daff3a117033af9b9e558237762f589022bee5c661527c2664701cbed')
21sha256sums_aarch64=('ab96f358e9196d8832ab484c7f193c92f10c66e91230b446fa2b1b154342a586')
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

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 3
2026-08-02 00:16:08 LOW 3
2026-08-01 07:21:42 LOW 3
2026-08-01 07:20:18 MEDIUM 2

Report a package

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

0 / 4000
Your suggestion