codemao-kitten3-uos
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
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"
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# Maintainer: Integral <integral@member.fsf.org>
pkgname=codemao-kitten3-uos
pkgver=3.7.14
pkgrel=1
pkgdesc="源码编辑器 A code editor tailed for programming for kids."
arch=('x86_64')
url="https://kitten.codemao.cn/"
license=('custom')
depends=('gtk3' 'nss' 'alsa-lib')
optdepends=(
'pulseaudio: PulseAudio sound server for codemao-kitten3-uos.'
'alsa-lib: Shared library for ALSA applications.'
'libgnome-keyring: GNOME keyring services library.'
'lsb-release: Linux Standard Base version reporting utility.'
)
source=(
"https://home-store-packages.uniontech.com/appstore/pool/appstore/c/cn.codemao.kitten3/cn.codemao.kitten3_${pkgver}_amd64.deb"
)
sha512sums=('f0da043950a495af69fbd22a58bbe672fa9d9d94a4bc6be6d8e38410ef14691b42c07077f0df05b6b5172f8e06537993c43ade7854bf3a16c633bd2b9fd60d00')
package() {
echo " -> Extracting the data.tar.xz..."
bsdtar -xvf data.tar.xz -C "${pkgdir}/"
chmod -R 755 "${pkgdir}/"
echo " -> Installing..."
# Launcher
mkdir -p "${pkgdir}/usr/bin/"
ln -s "/opt/apps/cn.codemao.kitten3/files/Kitten3/Kitten3" "${pkgdir}/usr/bin/${pkgname}"
# Desktop Entry
install -Dm644 "${pkgdir}/opt/apps/cn.codemao.kitten3/entries/applications/cn.codemao.kitten3.desktop" -t "${pkgdir}/usr/share/applications/"
# License
install -Dm644 "${pkgdir}/opt/apps/cn.codemao.kitten3/files/Kitten3/LICENSE.electron.txt" -t "${pkgdir}/usr/share/licenses/${pkgname}/"
install -Dm644 "${pkgdir}/opt/apps/cn.codemao.kitten3/files/Kitten3/LICENSES.chromium.html" -t "${pkgdir}/usr/share/licenses/${pkgname}/"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |