zhumu

MEDIUM
maintainer yjun 2 votes scanned 2026-09-17 00:27:14.276658
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-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