kaede

MEDIUM
maintainer windstone 0 votes scanned 2026-08-22 11:17:02.700618
View on AUR
Why flagged

The package downloads a prebuilt .deb and .tar.gz from GitHub releases without a verifiable build process; while the sources are from the project's official repository, the use of precompiled binaries with unverifiable origins poses a potential supply-chain risk.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Medium AI review of an ambiguous pattern llm_review

The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 95%): The package downloads a prebuilt .deb and .tar.gz from GitHub releases without a verifiable build process; while the sources are from the project's official repository, the use of precompiled binaries with unverifiable origins poses a potential supply-chain risk.

PKGBUILD

1# Maintainer: windstone <notwindstone@gmail.com>
2pkgname=kaede
3pkgver=0.0.1
4pkgrel=1
5pkgdesc="A Minecraft Launcher with plugins"
6arch=('x86_64' 'aarch64')
7url="https://github.com/kaede-basement/kaede"
8license=('GPL-3.0-only')
9depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup' 'pango' 'webkit2gtk-4.1')
10options=('!strip' '!emptydirs')
11install=${pkgname}.install
12source_x86_64=("${url}/releases/download/${pkgver}/kaede_${pkgver}_amd64.deb")
13source_aarch64=("${url}/releases/download/${pkgver}/kaede_aarch64.app.tar.gz")
14sha256sums_x86_64=('0a8bb66e79d1a24922dc480c1ebc2b3fedd3bc804581df014d16446bc2b66918')
15sha256sums_aarch64=('5b95e58a8f0cfc43654d5d8226885b6490194b998811e84251112b69bb1a52c4')
16
17package() {
18 cd "$srcdir"
19 case "$CARCH" in
20 x86_64)
21 cd "$srcdir"
22 ar x "kaede_${pkgver}_amd64.deb"
23 tar -xzf data.tar.gz -C "$pkgdir"
24 rm -f control.tar.gz data.tar.gz debian-binary
25 ;;
26 aarch64)
27 tar -xzf "kaede_aarch64.app.tar.gz" -C "$pkgdir"
28 ;;
29 esac
30}
31

Scan history

Scanned at (UTC)SeverityRules
2026-08-22 11:17:02 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