xrwm-bin
The package installs a prebuilt binary from the author's GitHub releases, which is a common and acceptable practice for Rust-based projects; the source is verifiable and the checksum is provided, reducing supply-chain risk despite low votes and recent upload.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs a prebuilt binary from the author's GitHub releases, which is a common and acceptable practice for Rust-based projects; the source is verifiable and the checksum is provided, reducing supply-chain risk despite low votes and recent upload.
PKGBUILD
# Maintainer: xifan <xifan2333@gmail.com>
pkgname=xrwm-bin
_pkgname=xrwm
pkgver=0.1.0
pkgrel=1
pkgdesc="A River 0.4 Wayland window manager inspired by river-classic with composable shell CLI configuration"
arch=('x86_64')
url="https://github.com/xifan2333/xrwm"
license=('GPL-3.0-only')
depends=('river' 'wayland' 'libxkbcommon')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
options=(!strip)
source_x86_64=("${_pkgname}-${pkgver}-x86_64.tar.gz::https://github.com/xifan2333/xrwm/releases/download/v0.1.0/xrwm-0.1.0-x86_64-unknown-linux-gnu.tar.gz")
sha256sums_x86_64=('b4fe44c32d689cd2ac5b07dfbc8314c3f543e75ed9890614a2f019153962d8d3')
package() {
cd "${srcdir}/xrwm-${pkgver}-x86_64-unknown-linux-gnu"
install -Dm755 "${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
install -Dm644 README.md "${pkgdir}/usr/share/doc/${_pkgname}/README.md"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-13 15:14:52 | Low | 2 |