zhumu

maintainer yjun · 2 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged 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

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:33 source_x86_64=("${_name}_${pkgver}_amd64.deb::http://d.zhumu.com/client/latest/${_name}_amd64.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 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
1# Maintainer: yjun <jerrysteve1101 at gmail dot com>
2
3pkgname=zhumu
4_name=${pkgname}intl
5pkgver=5.5.188.0612
6pkgrel=2
7pkgdesc="Video Conferencing and Web Conferencing Service"
8arch=("x86_64")
9url="https://www.zhumu.me"
10license=('unknown')
11depends=('fontconfig'
12 'glib2'
13 'libpulse'
14 'libsm'
15 'libx11'
16 'libxcb'
17 'libxcomposite'
18 'libxfixes'
19 'libxi'
20 'libxcursor'
21 'libxkbcommon-x11'
22 'libxrandr'
23 'libxrender'
24 'libxslt'
25 'mesa'
26 'nss'
27 'xcb-util-image'
28 'xcb-util-keysyms')
29optdepends=('pulseaudio-alsa: audio via PulseAudio'
30 'qt5-webengine: SSO login support'
31 'picom: extra compositor needed by some window managers for screen sharing'
32 'xcompmgr: extra compositor needed by some window managers for screen sharing')
33source_x86_64=("${_name}_${pkgver}_amd64.deb::http://d.zhumu.com/client/latest/${_name}_amd64.deb")
34sha256sums_x86_64=('d6c4f8cac55c2ee91901c90306b03a6abe504b7bffcc34b0cdc4d29c591f2152')
35
36package(){
37 cd ${srcdir}
38
39 tar -xf data.tar.xz -C ${pkgdir}
40
41 #fix icon display
42 sed -i "s/Icon=${_name}.png/Icon=${_name}/g" ${pkgdir}/usr/share/applications/${_name}.desktop
43}
44
45# vim:set sw=2 ts=2 et:
46

Scan history

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

Report a package

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

0 / 4000
Your suggestion