hbuilderx-bin

maintainer lucas007 · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt tarball from the vendor's official download domain (dcloud.net.cn), which is plausibly the project's own release infrastructure; the source is not obfuscated or executed remotely, and the installed content is a static application bundle with a systemd service and CLI symlink.

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 prebuilt tarball from the vendor's official download domain (dcloud.net.cn), which is plausibly the project's own release infrastructure; the source is not obfuscated or executed remotely, and the installed content is a static application bundle with a systemd service and CLI symlink.

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.linux_x64.full.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: lucas007 <lucaszhou007@163.com>
2_pkggroupname="HBuilderX"
3_pkgname="hbuilderx"
4pkgname="hbuilderx-bin"
5pkgver="5.15.2026070915"
6pkgrel=1
7epoch=1
8provides=('HBuilderX')
9pkgdesc="cli的用途是让开发者可以在linux服务器上调用HBuilderX cli,来实现程序化操作打包app、上传unicloud云函数。"
10arch=('x86_64' "aarch64" "loong64")
11url="https://www.dcloud.io"
12license=('unknown')
13source=(
14"https://download1.dcloud.net.cn/download/$_pkggroupname.$pkgver.linux_x64.full.tar.gz"
15"${_pkgname}.service"
16)
17sha256sums=('6c7efac3c3c298faca0e227d586fb543aec29dae0f7f8662ec55f6e90cf39aca'
18 '69d7d79be0b001e495e7417c6d6a8c50951e76563e0c394cd8007618b748826b')
19options=(!strip !debug)
20
21package() {
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-cli"
29}
30
31# makepkg -g
32# updpkgsums
33# makepkg -sf
34# makepkg --printsrcinfo > .SRCINFO
35

Changes since previous scan

--- PKGBUILD @ 2026-07-29 00:25
+++ PKGBUILD @ 2026-08-03 00:08
@@ -2,7 +2,7 @@
_pkggroupname="HBuilderX"
_pkgname="hbuilderx"
pkgname="hbuilderx-bin"
-pkgver="5.07.2026041006"
+pkgver="5.15.2026070915"
pkgrel=1
epoch=1
provides=('HBuilderX')
@@ -14,7 +14,7 @@
"https://download1.dcloud.net.cn/download/$_pkggroupname.$pkgver.linux_x64.full.tar.gz"
"${_pkgname}.service"
)
-sha256sums=('eb4f6a4000ec893a4e149fb9bfd03f1cd16a84810c31f07f4c1d4bc95c59437e'
+sha256sums=('6c7efac3c3c298faca0e227d586fb543aec29dae0f7f8662ec55f6e90cf39aca'
'69d7d79be0b001e495e7417c6d6a8c50951e76563e0c394cd8007618b748826b')
options=(!strip !debug)

Scan history

Scanned at (UTC)SeverityRules
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 15:12:02 MEDIUM 1
2026-07-29 00:25:53 MEDIUM 2
2026-07-28 00:07:28 MEDIUM 2
2026-07-27 00:24:32 MEDIUM 2
2026-07-26 00:07:32 MEDIUM 2
2026-07-25 00:13:44 MEDIUM 2
2026-07-24 00:02:28 MEDIUM 2
2026-07-23 00:14:47 MEDIUM 2
2026-07-22 00:29:32 MEDIUM 2
2026-07-21 00:24:15 MEDIUM 2
2026-07-20 00:19:49 MEDIUM 2
2026-07-19 00:17:08 MEDIUM 2
2026-07-18 00:14:48 MEDIUM 2
2026-07-17 00:06:16 MEDIUM 2
2026-07-16 00:05:41 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