zhumu
The PKGBUILD downloads a prebuilt binary .deb from d.zhumu.com, which is the official CDN/download host for Zhumu (a Chinese Zoom-based video conferencing service, zhumu.me). The domain is consistent with the vendor's own infrastructure. However, the source URL uses HTTP (not HTTPS), meaning the download is not transport-encrypted and could be intercepted or tampered with in transit. The sha256sum provides integrity verification after download, which mitigates MITM to some degree, but the lack of TLS is still a concern. The package extracts and installs a prebuilt proprietary binary directly, which is the standard pattern for closed-source software AUR packages. The risk is real but typical for this class of package: a prebuilt binary from a vendor CDN over plain HTTP. Medium is appropriate.
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:33
source_x86_64=("${_name}_${pkgver}_amd64.deb::http://d.zhumu.com/client/latest/${_name}_amd64.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 binary .deb from d.zhumu.com, which is the official CDN/download host for Zhumu (a Chinese Zoom-based video conferencing service, zhumu.me). The domain is consistent with the vendor's own infrastructure. However, the source URL uses HTTP (not HTTPS), meaning the download is not transport-encrypted and could be intercepted or tampered with in transit. The sha256sum provides integrity verification after download, which mitigates MITM to some degree, but the lack of TLS is still a concern. The package extracts and installs a prebuilt proprietary binary directly, which is the standard pattern for closed-source software AUR packages. The risk is real but typical for this class of package: a prebuilt binary from a vendor CDN over plain HTTP. Medium is appropriate.
PKGBUILD
1 offending line(s) highlighted# Maintainer: yjun <jerrysteve1101 at gmail dot com>
pkgname=zhumu
_name=${pkgname}intl
pkgver=5.5.188.0612
pkgrel=2
pkgdesc="Video Conferencing and Web Conferencing Service"
arch=("x86_64")
url="https://www.zhumu.me"
license=('unknown')
depends=('fontconfig'
'glib2'
'libpulse'
'libsm'
'libx11'
'libxcb'
'libxcomposite'
'libxfixes'
'libxi'
'libxcursor'
'libxkbcommon-x11'
'libxrandr'
'libxrender'
'libxslt'
'mesa'
'nss'
'xcb-util-image'
'xcb-util-keysyms')
optdepends=('pulseaudio-alsa: audio via PulseAudio'
'qt5-webengine: SSO login support'
'picom: extra compositor needed by some window managers for screen sharing'
'xcompmgr: extra compositor needed by some window managers for screen sharing')
source_x86_64=("${_name}_${pkgver}_amd64.deb::http://d.zhumu.com/client/latest/${_name}_amd64.deb")
sha256sums_x86_64=('d6c4f8cac55c2ee91901c90306b03a6abe504b7bffcc34b0cdc4d29c591f2152')
package(){
cd ${srcdir}
tar -xf data.tar.xz -C ${pkgdir}
#fix icon display
sed -i "s/Icon=${_name}.png/Icon=${_name}/g" ${pkgdir}/usr/share/applications/${_name}.desktop
}
# vim:set sw=2 ts=2 et:
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 |