zerx-lab-hexhub-bin

MEDIUM
maintainer sec-lab 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The PKGBUILD downloads a prebuilt proprietary binary (.deb) from oss.hexhub.cn, which is the vendor's own OSS (Object Storage Service) host for HexHub software. The package is a legitimate proprietary Electron-based developer tool (Database/Docker/SSH/SFTP client) with a proper website at hexhub.cn. The source host oss.hexhub.cn is the vendor's CDN/storage endpoint, not a random personal host. However, it is still a prebuilt binary from a non-GitHub/non-official-distro host with no way to verify the build chain, and the sha256sum is a single fixed hash. The dependency list (alsa-lib, nss, libdrm, mesa, etc.) is consistent with an Electron app. This is a standard 'bin' AUR package pattern for proprietary software distributed as a .deb. The risk is the standard supply-chain concern for any prebuilt binary from a vendor-controlled but unauditable host — not clearly malicious, but not verifiable either. Rating remains medium due to executed proprietary binary from a non-standard CDN host with no source build option.

Triggered rules

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:38 source_x86_64=("HexHub-amd64-deb-${pkgver}.deb::https://oss.hexhub.cn/plugin/HexHub-amd64-deb-${pkgver}.deb")
Medium AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt proprietary binary (.deb) from oss.hexhub.cn, which is the vendor's own OSS (Object Storage Service) host for HexHub software. The package is a legitimate proprietary Electron-based developer tool (Database/Docker/SSH/SFTP client) with a proper website at hexhub.cn. The source host oss.hexhub.cn is the vendor's CDN/storage endpoint, not a random personal host. However, it is still a prebuilt binary from a non-GitHub/non-official-distro host with no way to verify the build chain, and the sha256sum is a single fixed hash. The dependency list (alsa-lib, nss, libdrm, mesa, etc.) is consistent with an Electron app. This is a standard 'bin' AUR package pattern for proprietary software distributed as a .deb. The risk is the standard supply-chain concern for any prebuilt binary from a vendor-controlled but unauditable host — not clearly malicious, but not verifiable either. Rating remains medium due to executed proprietary binary from a non-standard CDN host with no source build option.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: zero <zero@localhost>
2# Automatically updated by GitHub Actions
3
4pkgname=zerx-lab-hexhub-bin
5pkgver=1.3.1
6pkgrel=1
7pkgdesc="HexHub - 为程序员和运维人员量身打造的一站式开发运维利器(Database, Docker, SSH, SFTP)"
8arch=('x86_64')
9url="https://www.hexhub.cn"
10license=('LicenseRef-proprietary')
11depends=(
12 'alsa-lib'
13 'at-spi2-core'
14 'cairo'
15 'dbus'
16 'libcups'
17 'libdrm'
18 'libsecret'
19 'libxcomposite'
20 'libxdamage'
21 'libxext'
22 'libxfixes'
23 'libxkbcommon'
24 'libxrandr'
25 'mesa'
26 'nss'
27 'pango'
28 'xdg-utils'
29)
30optdepends=(
31 'libappindicator-gtk3: 系统托盘图标支持'
32 'libayatana-appindicator: 系统托盘图标支持(Ayatana)'
33)
34provides=('hexhub')
35conflicts=('hexhub')
36options=('!strip')
37
38source_x86_64=("HexHub-amd64-deb-${pkgver}.deb::https://oss.hexhub.cn/plugin/HexHub-amd64-deb-${pkgver}.deb")
39sha256sums_x86_64=('a616a4e489feb7bea65e10feca1f0d569568de92442abfffcb1885a44190eb79')
40
41package() {
42 cd "$srcdir"
43
44 # 解压 .deb 文件
45 ar x "HexHub-amd64-deb-${pkgver}.deb"
46
47 # 将 data.tar.xz 解压到 $pkgdir
48 bsdtar -xf data.tar.xz -C "$pkgdir"
49
50 # 创建 /usr/bin/hexhub 符号链接
51 install -d "$pkgdir/usr/bin"
52 ln -sf '/opt/hexhub/HexHub' "$pkgdir/usr/bin/hexhub"
53}
54

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion