hbuilderx-alpha-bin
maintainer lucas007
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from a plausible project-owned host (dcloud.net.cn), which is related to the official project domain, and installs it as a binary; despite the non-whitelisted host, this is a standard AUR practice for official prebuilt binaries, and no code execution or exfiltration occurs.
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 a source tarball from a plausible project-owned host (dcloud.net.cn), which is related to the official project domain, and installs it as a binary; despite the non-whitelisted host, this is a standard AUR practice for official prebuilt binaries, and no code execution or exfiltration occurs.
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:14
"https://download1.dcloud.net.cn/download/$_pkggroupname.$pkgver-alpha.linux_x64.full.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: lucas007 <lucaszhou007@163.com>
2
_pkggroupname="HBuilderX"
3
_pkgname="hbuilderx-alpha"
4
pkgname="hbuilderx-alpha-bin"
5
pkgver="5.22.2026072503"
6
pkgrel=1
7
epoch=1
8
provides=('HBuilderX-alpha')
9
pkgdesc="cli的用途是让开发者可以在linux服务器上调用HBuilderX cli,来实现程序化操作打包app、上传unicloud云函数。"
10
arch=('x86_64' "aarch64" "loong64")
11
url="https://www.dcloud.io"
12
license=('unknown')
13
source=(
14
"https://download1.dcloud.net.cn/download/$_pkggroupname.$pkgver-alpha.linux_x64.full.tar.gz"
15
"${_pkgname}.service"
16
)
17
sha256sums=('ca4d099f85b11c08d5860d319db141a82f3d8cd8e6693a2e6ecba467d7846643'
18
'f7aff3457c19ee0b27a864d9147b64c53b43ab2186a96f29ede685fdbcca57df')
19
options=(!strip !debug)
20
21
package() {
22
install -Dm 644 "${srcdir}/${_pkgname}.service" "${pkgdir}/usr/lib/systemd/user/${_pkgname}.service"
23
24
install -d "$pkgdir/opt/$_pkgname"
25
cp -r "$srcdir/$_pkggroupname/"* "$pkgdir/opt/$_pkgname"
26
# 创建符号链接以便在终端中直接使用cli命令
27
install -d "$pkgdir/usr/bin"
28
ln -s "/opt/$_pkgname/cli" "$pkgdir/usr/bin/hbuilderx-alpha-cli"
29
}
30
31
# makepkg -g
32
# updpkgsums
33
# makepkg -sf
34
# makepkg --printsrcinfo > .SRCINFO
35
Changes since previous scan
--- PKGBUILD @ 2026-07-28 00:07+++ PKGBUILD @ 2026-08-03 00:08@@ -2,7 +2,7 @@ _pkggroupname="HBuilderX" _pkgname="hbuilderx-alpha" pkgname="hbuilderx-alpha-bin"-pkgver="5.07.2026041610"+pkgver="5.22.2026072503" pkgrel=1 epoch=1 provides=('HBuilderX-alpha')@@ -14,7 +14,7 @@ "https://download1.dcloud.net.cn/download/$_pkggroupname.$pkgver-alpha.linux_x64.full.tar.gz" "${_pkgname}.service" )-sha256sums=('e9a8a7579819a6293e0cd24daaec4e9158b2ac04c063bf686375d47052a53b39'+sha256sums=('ca4d099f85b11c08d5860d319db141a82f3d8cd8e6693a2e6ecba467d7846643' 'f7aff3457c19ee0b27a864d9147b64c53b43ab2186a96f29ede685fdbcca57df') options=(!strip !debug) @@ -32,3 +32,4 @@ # updpkgsums # makepkg -sf # makepkg --printsrcinfo > .SRCINFO+Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 05:37:03 | MEDIUM | 1 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |