codemao-kitten3-uos

maintainer Integral · 1 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package downloads a prebuilt binary .deb (an Electron/Chromium-based application) from home-store-packages.uniontech.com, which is the UOS (UnionTech OS / Deepin) official app store repository — a Chinese Linux distribution's package mirror, not a random personal host. This is roughly analogous to pulling a .deb from a vendor's official distribution channel. However, it is still a non-Arch, non-upstream binary blob: a full Electron app with bundled Chromium that runs with user privileges, sourced from a third-party Chinese app store infrastructure. There is a sha512sum provided, which pins the specific artifact. The concern is real but moderate: if uniontech's app store infrastructure were compromised or the package swapped before the hash was recorded, arbitrary code would execute. The hash mitigates substitution attacks post-publication. The host (uniontech.com) is the official UOS vendor, not a personal or unknown host, which reduces but does not eliminate supply-chain risk. Overall this fits the medium category: a prebuilt executed binary from a non-standard (non-upstream, non-Arch) host with a checksum but no GPG signature verification.

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:18 "https://home-store-packages.uniontech.com/appstore/pool/appstore/c/cn.codemao.kitten3/cn.codemao.kitten3_${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 package downloads a prebuilt binary .deb (an Electron/Chromium-based application) from home-store-packages.uniontech.com, which is the UOS (UnionTech OS / Deepin) official app store repository — a Chinese Linux distribution's package mirror, not a random personal host. This is roughly analogous to pulling a .deb from a vendor's official distribution channel. However, it is still a non-Arch, non-upstream binary blob: a full Electron app with bundled Chromium that runs with user privileges, sourced from a third-party Chinese app store infrastructure. There is a sha512sum provided, which pins the specific artifact. The concern is real but moderate: if uniontech's app store infrastructure were compromised or the package swapped before the hash was recorded, arbitrary code would execute. The hash mitigates substitution attacks post-publication. The host (uniontech.com) is the official UOS vendor, not a personal or unknown host, which reduces but does not eliminate supply-chain risk. Overall this fits the medium category: a prebuilt executed binary from a non-standard (non-upstream, non-Arch) host with a checksum but no GPG signature verification.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Integral <integral@member.fsf.org>
2
3pkgname=codemao-kitten3-uos
4pkgver=3.7.14
5pkgrel=1
6pkgdesc="源码编辑器 A code editor tailed for programming for kids."
7arch=('x86_64')
8url="https://kitten.codemao.cn/"
9license=('custom')
10depends=('gtk3' 'nss' 'alsa-lib')
11optdepends=(
12 'pulseaudio: PulseAudio sound server for codemao-kitten3-uos.'
13 'alsa-lib: Shared library for ALSA applications.'
14 'libgnome-keyring: GNOME keyring services library.'
15 'lsb-release: Linux Standard Base version reporting utility.'
16)
17source=(
18 "https://home-store-packages.uniontech.com/appstore/pool/appstore/c/cn.codemao.kitten3/cn.codemao.kitten3_${pkgver}_amd64.deb"
19)
20sha512sums=('f0da043950a495af69fbd22a58bbe672fa9d9d94a4bc6be6d8e38410ef14691b42c07077f0df05b6b5172f8e06537993c43ade7854bf3a16c633bd2b9fd60d00')
21
22package() {
23 echo " -> Extracting the data.tar.xz..."
24 bsdtar -xvf data.tar.xz -C "${pkgdir}/"
25 chmod -R 755 "${pkgdir}/"
26
27 echo " -> Installing..."
28 # Launcher
29 mkdir -p "${pkgdir}/usr/bin/"
30 ln -s "/opt/apps/cn.codemao.kitten3/files/Kitten3/Kitten3" "${pkgdir}/usr/bin/${pkgname}"
31 # Desktop Entry
32 install -Dm644 "${pkgdir}/opt/apps/cn.codemao.kitten3/entries/applications/cn.codemao.kitten3.desktop" -t "${pkgdir}/usr/share/applications/"
33 # License
34 install -Dm644 "${pkgdir}/opt/apps/cn.codemao.kitten3/files/Kitten3/LICENSE.electron.txt" -t "${pkgdir}/usr/share/licenses/${pkgname}/"
35 install -Dm644 "${pkgdir}/opt/apps/cn.codemao.kitten3/files/Kitten3/LICENSES.chromium.html" -t "${pkgdir}/usr/share/licenses/${pkgname}/"
36}
37

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