netease-popo
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:11
source_x86_64=("https://popo.gdl.netease.com/file/popolinux/POPO-setup_prod_1691735489662.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 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# Maintainer: GouGou <xingru97@gmail.com>
pkgname=netease-popo
pkgver=3.71.1.13000
pkgrel=2
pkgdesc="Netease POPO for linux"
arch=('x86_64')
url="https://www.netease.com"
license=('LicenseRef-popo')
depends=('twolame' 'numactl')
options=('!strip' '!emptydirs')
source_x86_64=("https://popo.gdl.netease.com/file/popolinux/POPO-setup_prod_1691735489662.deb")
source=("${pkgname}.sh")
sha512sums=('293c5e8635df28104a43c7a1a4129c98e263d5c2ce845321d7b5f4cb0da91cd65f3e22d63369169a56ef645044056dcbbad0e5ddd0da512f048d21665c92dcdc')
sha512sums_x86_64=('77cf0da179be048185a1d67d7ac2954139cf2ab692f72c7b0161f26e182ce24e74019dcc39218767349cf653220c1958ee20ce0431308b67e6967eed6b24bd11')
package() {
echo ":: Extracting data.tar.xz..."
tar -xf data.tar.xz -C "${pkgdir}"
echo ":: Install license file..."
install -D -m644 "${pkgdir}/usr/share/doc/popo/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
echo ":: Creating Launcher..."
install -D -m644 "${pkgdir}/opt/apps/popo/entries/applications/popo.desktop" "${pkgdir}/usr/share/applications/popo.desktop"
echo ":: Install Launcher file..."
install -D -m755 "${pkgname}.sh" "${pkgdir}/opt/apps/popo/files/netease-popo.sh"
sed -i "s/Elevator\.sh/netease-popo\.sh/g" ${pkgdir}/usr/share/applications/popo.desktop
echo ":: Fixing conflicting package-bundled libstdc++..."
# Temporary Solution: There is a bundled libc .so file in package conflicting with system's one. Remove it.
rm -vf ${pkgdir}/opt/apps/popo/files/3.71.1.13000/libstdc++*
}
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 |