browserchooser

LOW
maintainer timebomb 0 votes scanned 2026-08-26 11:30:20.136903
View on AUR
Why flagged

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

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.

Low AI review 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

1# Maintainer: Reza Jelveh <reza.jelveh+git@gmail.com>
2pkgname=browserchooser
3pkgver=0.1.3
4pkgrel=1
5pkgdesc="rofi-style browser selector"
6arch=('x86_64')
7url="https://github.com/fishman/browserchooser"
8license=('MIT')
9depends=('glibc' 'libglvnd' 'wayland' 'libxkbcommon')
10makedepends=('go' 'gcc' 'libglvnd' 'mesa' 'wayland' 'libxkbcommon')
11source=("$url/archive/refs/tags/v$pkgver.tar.gz")
12sha256sums=('SKIP')
13
14build() {
15 cd "$srcdir/$pkgname-$pkgver"
16 go build -tags wayland -o "$pkgname" .
17}
18
19package() {
20 cd "$srcdir/$pkgname-$pkgver"
21 install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
22 install -Dm644 dev.fishman.browserchooser.desktop \
23 "$pkgdir/usr/share/applications/dev.fishman.browserchooser.desktop"
24}
25

Scan history

Scanned at (UTC)SeverityRules
2026-08-26 11:30:20 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion