rishiqing-uos

maintainer Integral · 1 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The PKGBUILD downloads a prebuilt binary .deb package from home-store-packages.uniontech.com, which is the UOS (UnionTech OS / Deepin) app store package repository. This is not the official rishiqing.com release channel, but rather a third-party Linux distribution's app store mirror. The package contains an Electron-based binary that gets extracted and executed directly. While uniontech.com is a legitimate Chinese Linux vendor (makers of Deepin/UOS), this is still a prebuilt binary from a distribution app store rather than the upstream vendor's own release infrastructure, creating a supply-chain dependency on that store's integrity. The sha512sum provides some integrity protection against transit tampering, but does not protect against the upstream host serving a malicious package. The binary is executed directly from /opt without any build-from-source step. This fits the medium classification: a real supply-chain concern (executed binary from a non-official/non-upstream host) but not clearly malicious.

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:13 "https://home-store-packages.uniontech.com/appstore/pool/appstore/c/com.rishiqing.uos/com.rishiqing.uos_${pkgver}_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 package from home-store-packages.uniontech.com, which is the UOS (UnionTech OS / Deepin) app store package repository. This is not the official rishiqing.com release channel, but rather a third-party Linux distribution's app store mirror. The package contains an Electron-based binary that gets extracted and executed directly. While uniontech.com is a legitimate Chinese Linux vendor (makers of Deepin/UOS), this is still a prebuilt binary from a distribution app store rather than the upstream vendor's own release infrastructure, creating a supply-chain dependency on that store's integrity. The sha512sum provides some integrity protection against transit tampering, but does not protect against the upstream host serving a malicious package. The binary is executed directly from /opt without any build-from-source step. This fits the medium classification: a real supply-chain concern (executed binary from a non-official/non-upstream host) but not clearly malicious.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Integral <integral@member.fsf.org>
2# Maintainer: ston <2424284164@qq.com>
3
4pkgname=rishiqing-uos
5pkgver=3.3.1
6pkgrel=3
7pkgdesc="日事清 A teamwork management software."
8arch=('x86_64')
9url="https://www.rishiqing.com/"
10license=('custom')
11depends=('gtk3' 'nss' 'libxss' 'alsa-lib')
12source=(
13 "https://home-store-packages.uniontech.com/appstore/pool/appstore/c/com.rishiqing.uos/com.rishiqing.uos_${pkgver}_amd64.deb"
14)
15sha512sums=('0c5897b6e1f0d3de8ec6f054a3bfce1df866afa3405bd6bac9a827431f13f2146a02eff44d35c83ac1d7f12c5a90810b518b9a9860607cc8317615a04c9358f3')
16
17package() {
18 echo " -> Extracting the data.tar.xz..."
19 bsdtar -xvf data.tar.xz -C "${pkgdir}/"
20 chmod -R 755 "${pkgdir}/opt/"
21 echo " -> Installing..."
22
23 # Launcher
24 mkdir -p ${pkgdir}/usr/bin/
25 ln -s /opt/apps/com.rishiqing.uos/files/rishiqing ${pkgdir}/usr/bin/${pkgname}
26 # Desktop Entry
27 install -Dm644 "${pkgdir}/opt/apps/com.rishiqing.uos/entries/applications/com.rishiqing.uos.desktop" -t "${pkgdir}/usr/share/applications/"
28 # Icons
29 cp -r "${pkgdir}/opt/apps/com.rishiqing.uos/entries/icons/" "${pkgdir}/usr/share/"
30 chmod -R 755 "${pkgdir}/usr/share/icons"
31 # License
32 install -Dm644 "${pkgdir}/opt/apps/com.rishiqing.uos/files/LICENSE.electron.txt" -t "${pkgdir}/usr/share/licenses/${pkgname}/"
33 install -Dm644 "${pkgdir}/opt/apps/com.rishiqing.uos/files/LICENSES.chromium.html" -t "${pkgdir}/usr/share/licenses/${pkgname}/"
34}
35

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