shalou
The PKGBUILD downloads a prebuilt binary .deb from a Tencent Cloud Object Storage (COS) bucket (myqcloud.com is the official Tencent Cloud COS domain, not a random personal host), belonging to app-1320188180, which appears to be the vendor's own cloud storage for distribution. The sha256sum is pinned, which mitigates casual tampering. However, this is still a prebuilt closed-source binary from a non-official-repository host (not the project's own domain shalou.net, and not a well-known mirror), and the binary is executed directly on the user's system. The package installs into /opt, /usr/bin, /usr/lib etc. If the COS bucket were compromised or the maintainer changed the URL without updating the checksum, a malicious binary could be delivered. This is a genuine medium supply-chain concern: a prebuilt executable from an unofficial/cloud-storage host with a pinned hash but no additional verification (e.g., GPG signature). The cheaper model's assessment is correct in classification.
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:49
source=("https://app-1320188180.cos.ap-nanjing.myqcloud.com/pc/install/${pkgver}/shalou${pkgver}.deb")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 75%): The PKGBUILD downloads a prebuilt binary .deb from a Tencent Cloud Object Storage (COS) bucket (myqcloud.com is the official Tencent Cloud COS domain, not a random personal host), belonging to app-1320188180, which appears to be the vendor's own cloud storage for distribution. The sha256sum is pinned, which mitigates casual tampering. However, this is still a prebuilt closed-source binary from a non-official-repository host (not the project's own domain shalou.net, and not a well-known mirror), and the binary is executed directly on the user's system. The package installs into /opt, /usr/bin, /usr/lib etc. If the COS bucket were compromised or the maintainer changed the URL without updating the checksum, a malicious binary could be delivered. This is a genuine medium supply-chain concern: a prebuilt executable from an unofficial/cloud-storage host with a pinned hash but no additional verification (e.g., GPG signature). The cheaper model's assessment is correct in classification.
PKGBUILD
1 offending line(s) highlighted# contributor: Asuka Minato <i at asukaminato dot eu dot org>
pkgname=shalou
pkgver=6.6.3
pkgrel=1
pkgdesc="沙漏验机 - 是一款专业的苹果验机助手、苹果刷机助手"
arch=(x86_64)
url="www.shalou.net"
license=('custom')
depends=(libxtst
libxcursor
cairo
libxrender
libxi
expat
wayland
at-spi2-core
libx11
alsa-lib
libxml2
libdrm
fontconfig
libxkbcommon-x11
qt5-speech
qt5-location
qt5-tools
qt5-websockets
zlib
libxkbcommon
gdk-pixbuf2
qt5-wayland
pango
qt5-base
libxcomposite
nspr
gtk3
qt5-multimedia
gstreamer
freetype2
gst-plugins-base-libs
libxdamage
nss
libcups
glib2
glibc
dbus
libxext libxfixes libxcb libglvnd libpulse gcc-libs)
provides=()
options=(!strip) # or it will error
source=("https://app-1320188180.cos.ap-nanjing.myqcloud.com/pc/install/${pkgver}/shalou${pkgver}.deb")
sha256sums=('5200bf5423b8f5c4186d6cfb737d89963cc4077f0d72733594177b5262f6d5a3')
package() {
bsdtar -xvf data.tar.* -C $pkgdir
mv $pkgdir/lib/ $pkgdir/usr/lib/
mv $pkgdir/bin/ $pkgdir/usr/bin/
chown root:root -R $pkgdir
chmod 755 $pkgdir/etc/
chmod 755 $pkgdir/etc/udev/
chmod 755 $pkgdir/etc/udev/rules.d/
chmod 755 $pkgdir/opt/
chmod 755 $pkgdir/usr/
chmod 755 $pkgdir/usr/bin/
chmod 755 $pkgdir/usr/lib/
chmod 755 $pkgdir/usr/lib/udev/
chmod 755 $pkgdir/usr/lib/udev/rules.d/
chmod 755 $pkgdir/usr/share/
chmod 755 $pkgdir/usr/share/applications/
# todo: a lot of qt5 lib remain undeleted, I am not sure, so I keep them there.
}
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 |