browserchooser
The package builds from source hosted on GitHub (plausibly the project's own), uses a SKIP'd checksum which reduces verifiability, but installs only compiled binaries and a desktop file without executing remote code or downloading unreviewed payloads.
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 builds from source hosted on GitHub (plausibly the project's own), uses a SKIP'd checksum which reduces verifiability, but installs only compiled binaries and a desktop file without executing remote code or downloading unreviewed payloads.
PKGBUILD
# Maintainer: Reza Jelveh <reza.jelveh+git@gmail.com>
pkgname=browserchooser
pkgver=0.1.3
pkgrel=1
pkgdesc="rofi-style browser selector"
arch=('x86_64')
url="https://github.com/fishman/browserchooser"
license=('MIT')
depends=('glibc' 'libglvnd' 'wayland' 'libxkbcommon')
makedepends=('go' 'gcc' 'libglvnd' 'mesa' 'wayland' 'libxkbcommon')
source=("$url/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('SKIP')
build() {
cd "$srcdir/$pkgname-$pkgver"
go build -tags wayland -o "$pkgname" .
}
package() {
cd "$srcdir/$pkgname-$pkgver"
install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
install -Dm644 dev.fishman.browserchooser.desktop \
"$pkgdir/usr/share/applications/dev.fishman.browserchooser.desktop"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-26 11:30:20 | Low | 2 |