koushi-matrix-bin
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
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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
# Maintainer: hzxiaxz <hzxiaxz at gmail dot com>
pkgname=koushi-matrix-bin
pkgver=0.4.0
pkgrel=1
pkgdesc="Koushi (光子・格子) — Matrix desktop client built on Tauri and matrix-rust-sdk (binary release)"
arch=('x86_64')
url="https://github.com/shinaoka/koushi-matrix"
license=('MIT OR Apache-2.0')
depends=('webkit2gtk-4.1' 'gtk3' 'dbus' 'libsecret' 'openssl' 'cairo' 'gdk-pixbuf2' 'glib2' 'hicolor-icon-theme')
optdepends=(
'gnome-keyring: Secret Service credential storage on GNOME/XFCE'
'kwallet: Secret Service credential storage on KDE Plasma'
)
provides=('koushi-desktop')
conflicts=('koushi-desktop')
options=('!strip' '!debug')
source=("${pkgname}-${pkgver}.deb::${url}/releases/download/v${pkgver}/Koushi-linux-x64.deb")
sha256sums=('13cb84d64f483db46efc1e9278307a798bb0315adb92502c935e497abc49c489')
package() {
bsdtar -xf data.tar.gz -C "$pkgdir"
chmod -R go-w "$pkgdir/usr"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-29 15:40:17 | Medium | 2 |