zerx-lab-hexhub-bin
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:38
source_x86_64=("HexHub-amd64-deb-${pkgver}.deb::https://oss.hexhub.cn/plugin/HexHub-amd64-deb-${pkgver}.deb")
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# Maintainer: zero <zero@localhost>
# Automatically updated by GitHub Actions
pkgname=zerx-lab-hexhub-bin
pkgver=1.3.1
pkgrel=1
pkgdesc="HexHub - 为程序员和运维人员量身打造的一站式开发运维利器(Database, Docker, SSH, SFTP)"
arch=('x86_64')
url="https://www.hexhub.cn"
license=('LicenseRef-proprietary')
depends=(
'alsa-lib'
'at-spi2-core'
'cairo'
'dbus'
'libcups'
'libdrm'
'libsecret'
'libxcomposite'
'libxdamage'
'libxext'
'libxfixes'
'libxkbcommon'
'libxrandr'
'mesa'
'nss'
'pango'
'xdg-utils'
)
optdepends=(
'libappindicator-gtk3: 系统托盘图标支持'
'libayatana-appindicator: 系统托盘图标支持(Ayatana)'
)
provides=('hexhub')
conflicts=('hexhub')
options=('!strip')
source_x86_64=("HexHub-amd64-deb-${pkgver}.deb::https://oss.hexhub.cn/plugin/HexHub-amd64-deb-${pkgver}.deb")
sha256sums_x86_64=('a616a4e489feb7bea65e10feca1f0d569568de92442abfffcb1885a44190eb79')
package() {
cd "$srcdir"
# 解压 .deb 文件
ar x "HexHub-amd64-deb-${pkgver}.deb"
# 将 data.tar.xz 解压到 $pkgdir
bsdtar -xf data.tar.xz -C "$pkgdir"
# 创建 /usr/bin/hexhub 符号链接
install -d "$pkgdir/usr/bin"
ln -sf '/opt/hexhub/HexHub' "$pkgdir/usr/bin/hexhub"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 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 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |