codemao-kitten3-uos

MEDIUM
maintainer Integral 1 votes scanned 2026-09-17 00:27:14.276658
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-09-17 00:27:14 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2
2026-08-30 00:04:14 Medium 2
2026-08-29 00:29:17 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