appstart-bin
This PKGBUILD downloads a prebuilt binary ('appstart') from a personal Gitee repository's attachment storage (not a tagged release artifact, but a raw file attachment with a numeric ID). The binary is installed directly to /usr/bin with 777 permissions. The source host is a personal Gitee project with no verifiable build provenance — the attachment URL format (attach_files/905085/download/) is not tied to any tagged release or reproducible build. MD5 checksums are present but MD5 is cryptographically weak and insufficient to establish trust in an unverified binary. The combination of: (1) prebuilt binary from a personal/unofficial host, (2) no source code build, (3) weak integrity check, and (4) direct installation as an executable constitutes a genuine supply-chain concern. The cheaper model's MEDIUM rating is correct.
Triggered rules
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:14
source=("https://gitee.com/duapple/go_projects/attach_files/905085/download/appstart"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 85%): This PKGBUILD downloads a prebuilt binary ('appstart') from a personal Gitee repository's attachment storage (not a tagged release artifact, but a raw file attachment with a numeric ID). The binary is installed directly to /usr/bin with 777 permissions. The source host is a personal Gitee project with no verifiable build provenance — the attachment URL format (attach_files/905085/download/) is not tied to any tagged release or reproducible build. MD5 checksums are present but MD5 is cryptographically weak and insufficient to establish trust in an unverified binary. The combination of: (1) prebuilt binary from a personal/unofficial host, (2) no source code build, (3) weak integrity check, and (4) direct installation as an executable constitutes a genuine supply-chain concern. The cheaper model's MEDIUM rating is correct.
PKGBUILD
1 offending line(s) highlighted# Maintainer: duapple <2832893880@qq.com>
pkgname=appstart-bin
basename=appstart
pkgver=0.1.0
pkgrel=1
pkgdesc="app batch start up"
arch=('x86_64')
url="https://gitee.com/duapple/go_projects"
license=('unknow')
depends=()
makedepends=("git")
optdepends=()
source=("https://gitee.com/duapple/go_projects/attach_files/905085/download/appstart"
"https://gitee.com/duapple/go_projects/attach_files/905110/download/AppInfo.json")
noextract=()
md5sums=("1e2085c2279a0f2ca84eece9d0d53a9b" "061e319a6a66affc7fe345ddb38ad68c")
prepare() {
rm -rf ${pkgname}-${pkgver}
mkdir -p ${pkgname}-${pkgver}
mv ${basename} ${pkgname}-${pkgver}
mv AppInfo.json ${pkgname}-${pkgver}
}
package() {
mkdir -p ${pkgdir}/usr/share/${basename}/
mkdir -p ${pkgdir}/usr/share/${basename}/config
cd ${pkgname}-${pkgver}
install -Dm777 ${basename} ${pkgdir}/usr/bin/${basename}
cp AppInfo.json ${pkgdir}/usr/share/${basename}/config/
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |