com.xuexiqiangguo.webclient.deepin

maintainer AlenYang · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The PKGBUILD downloads a prebuilt binary .deb from com-store-packages.uniontech.com, which is the Deepin/UOS app store CDN operated by Uniontech (the company behind Deepin Linux). This is not a random personal host — it is the official Deepin app store package repository — so the supply-chain risk is lower than a truly unofficial host. However, the package still installs an opaque prebuilt binary blob (extracted from a .deb) without any source build, and the host is not the upstream application developer's own distribution channel. The sha256sum provides integrity but not authenticity. The PKGBUILD also has a minor bug: it calls `tar -xvpf data.tar.*` without first extracting the .deb to get data.tar.*, meaning the build will likely fail as written (the .deb is not automatically unpacked). Despite the Deepin CDN being semi-official, distributing an executed prebuilt binary from a third-party app store CDN rather than the upstream developer's own release host remains a genuine medium-severity supply-chain concern.

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:25 source=("https://com-store-packages.uniontech.com/appstore/pool/appstore/x/xuexiqiangguo/com.xuexiqiangguo.webclient.deepin_1.0.1_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 com-store-packages.uniontech.com, which is the Deepin/UOS app store CDN operated by Uniontech (the company behind Deepin Linux). This is not a random personal host — it is the official Deepin app store package repository — so the supply-chain risk is lower than a truly unofficial host. However, the package still installs an opaque prebuilt binary blob (extracted from a .deb) without any source build, and the host is not the upstream application developer's own distribution channel. The sha256sum provides integrity but not authenticity. The PKGBUILD also has a minor bug: it calls `tar -xvpf data.tar.*` without first extracting the .deb to get data.tar.*, meaning the build will likely fail as written (the .deb is not automatically unpacked). Despite the Deepin CDN being semi-official, distributing an executed prebuilt binary from a third-party app store CDN rather than the upstream developer's own release host remains a genuine medium-severity supply-chain concern.

PKGBUILD

1 offending line(s) highlighted
1
2# Maintainer: Your Name <youremail@domain.com>
3# Contributor: Asuka Minato
4pkgname=com.xuexiqiangguo.webclient.deepin
5pkgver=1.0.1
6pkgrel=1
7pkgdesc="提供海量、免费的图文和音视频学习资源,探索“有组织、有管理、有指导、有服务”学习,让学习更多样、更个性、更智能、更便捷。"
8arch=(x86_64)
9url="www.xuexi.cn"
10license=('custom')
11depends=(
12qt5-webchannel
13bash
14dtkwidget
15glibc
16gcc-libs
17qt5-webengine
18qt5-webkit
19qt5-declarative
20qt5-location
21libglvnd
22qt5-base
23qt5-x11extras
24)
25source=("https://com-store-packages.uniontech.com/appstore/pool/appstore/x/xuexiqiangguo/com.xuexiqiangguo.webclient.deepin_1.0.1_amd64.deb"
26 )
27sha256sums=('3a5f307d6cb2e0723051590fbf830248b1c1a1acba8107d028b169cf95744387')
28
29package() {
30tar -xvpf data.tar.* -C $pkgdir
31echo "run /opt/apps/com.xuexiqiangguo.webclient.deepin/files/bin/com.xuexiqiangguo.webclient.deepin.sh"
32}
33

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