koushi-matrix-bin

MEDIUM
maintainer hzxiaxz 0 votes scanned 2026-08-29 15:40:17.793601
View on AUR
Why flagged

The package installs a prebuilt binary from a GitHub release (unofficial host for binaries) with no source compilation, posing a supply-chain risk if the release asset is tampered with or swapped.

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 installs a prebuilt binary from a GitHub release (unofficial host for binaries) with no source compilation, posing a supply-chain risk if the release asset is tampered with or swapped.

PKGBUILD

1# Maintainer: hzxiaxz <hzxiaxz at gmail dot com>
2pkgname=koushi-matrix-bin
3pkgver=0.4.0
4pkgrel=1
5pkgdesc="Koushi (光子・格子) — Matrix desktop client built on Tauri and matrix-rust-sdk (binary release)"
6arch=('x86_64')
7url="https://github.com/shinaoka/koushi-matrix"
8license=('MIT OR Apache-2.0')
9depends=('webkit2gtk-4.1' 'gtk3' 'dbus' 'libsecret' 'openssl' 'cairo' 'gdk-pixbuf2' 'glib2' 'hicolor-icon-theme')
10optdepends=(
11 'gnome-keyring: Secret Service credential storage on GNOME/XFCE'
12 'kwallet: Secret Service credential storage on KDE Plasma'
13)
14provides=('koushi-desktop')
15conflicts=('koushi-desktop')
16options=('!strip' '!debug')
17source=("${pkgname}-${pkgver}.deb::${url}/releases/download/v${pkgver}/Koushi-linux-x64.deb")
18sha256sums=('13cb84d64f483db46efc1e9278307a798bb0315adb92502c935e497abc49c489')
19
20package() {
21 bsdtar -xf data.tar.gz -C "$pkgdir"
22 chmod -R go-w "$pkgdir/usr"
23}
24

Scan history

Scanned at (UTC)SeverityRules
2026-08-29 15:40: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