netease-popo

maintainer GouGou · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The PKGBUILD downloads a prebuilt binary .deb from popo.gdl.netease.com, which is a Netease CDN subdomain (gdl = likely 'global download'). This is the official vendor's own distribution host for their Linux client, not a personal or third-party mirror. However, the package still installs an unverified prebuilt binary blob directly from a vendor CDN without any reproducibility guarantees, and the sha512sums provided give some integrity assurance. The main concern is that the URL is not versioned in a stable/reproducible way (the filename contains a timestamp: 1691735489662), meaning the file could be silently replaced. The package also executes a bundled shell script (netease-popo.sh) from source=() with a checksum. Overall this is a standard 'repackage vendor binary deb' pattern common in AUR, with checksums present. The risk is real but typical for this class of package — not clearly malicious, but a supply-chain concern if the CDN host is compromised or the file is rotated. 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:11 source_x86_64=("https://popo.gdl.netease.com/file/popolinux/POPO-setup_prod_1691735489662.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 popo.gdl.netease.com, which is a Netease CDN subdomain (gdl = likely 'global download'). This is the official vendor's own distribution host for their Linux client, not a personal or third-party mirror. However, the package still installs an unverified prebuilt binary blob directly from a vendor CDN without any reproducibility guarantees, and the sha512sums provided give some integrity assurance. The main concern is that the URL is not versioned in a stable/reproducible way (the filename contains a timestamp: 1691735489662), meaning the file could be silently replaced. The package also executes a bundled shell script (netease-popo.sh) from source=() with a checksum. Overall this is a standard 'repackage vendor binary deb' pattern common in AUR, with checksums present. The risk is real but typical for this class of package — not clearly malicious, but a supply-chain concern if the CDN host is compromised or the file is rotated. Medium is appropriate.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: GouGou <xingru97@gmail.com>
2pkgname=netease-popo
3pkgver=3.71.1.13000
4pkgrel=2
5pkgdesc="Netease POPO for linux"
6arch=('x86_64')
7url="https://www.netease.com"
8license=('LicenseRef-popo')
9depends=('twolame' 'numactl')
10options=('!strip' '!emptydirs')
11source_x86_64=("https://popo.gdl.netease.com/file/popolinux/POPO-setup_prod_1691735489662.deb")
12source=("${pkgname}.sh")
13sha512sums=('293c5e8635df28104a43c7a1a4129c98e263d5c2ce845321d7b5f4cb0da91cd65f3e22d63369169a56ef645044056dcbbad0e5ddd0da512f048d21665c92dcdc')
14sha512sums_x86_64=('77cf0da179be048185a1d67d7ac2954139cf2ab692f72c7b0161f26e182ce24e74019dcc39218767349cf653220c1958ee20ce0431308b67e6967eed6b24bd11')
15package() {
16 echo ":: Extracting data.tar.xz..."
17 tar -xf data.tar.xz -C "${pkgdir}"
18 echo ":: Install license file..."
19 install -D -m644 "${pkgdir}/usr/share/doc/popo/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
20 echo ":: Creating Launcher..."
21 install -D -m644 "${pkgdir}/opt/apps/popo/entries/applications/popo.desktop" "${pkgdir}/usr/share/applications/popo.desktop"
22 echo ":: Install Launcher file..."
23 install -D -m755 "${pkgname}.sh" "${pkgdir}/opt/apps/popo/files/netease-popo.sh"
24 sed -i "s/Elevator\.sh/netease-popo\.sh/g" ${pkgdir}/usr/share/applications/popo.desktop
25 echo ":: Fixing conflicting package-bundled libstdc++..."
26 # Temporary Solution: There is a bundled libc .so file in package conflicting with system's one. Remove it.
27 rm -vf ${pkgdir}/opt/apps/popo/files/3.71.1.13000/libstdc++*
28}
29

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