whisrs-bin

LOW
maintainer y0sif 0 votes scanned 2026-09-07 11:14:32.669265
View on AUR
Why flagged

The package installs prebuilt binaries from the project's own GitHub releases with valid checksums; while the host is not whitelisted, it is plausibly official and the worst case of a swapped source is limited to code execution within the app's scope, which is typical for AUR binary packages.

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 installs prebuilt binaries from the project's own GitHub releases with valid checksums; while the host is not whitelisted, it is plausibly official and the worst case of a swapped source is limited to code execution within the app's scope, which is typical for AUR binary packages.

PKGBUILD

1# Maintainer: y0sif <https://github.com/y0sif>
2pkgname=whisrs-bin
3pkgver=0.1.27
4pkgrel=1
5pkgdesc='Linux-first voice-to-text dictation tool, written in Rust (prebuilt binary)'
6arch=('x86_64' 'aarch64')
7url='https://github.com/y0sif/whisrs'
8license=('MIT')
9depends=('gcc-libs' 'alsa-lib' 'libxkbcommon')
10provides=("whisrs=$pkgver")
11conflicts=('whisrs' 'whisrs-git')
12source_x86_64=("$pkgname-$pkgver-x86_64.tar.gz::$url/releases/download/v$pkgver/whisrs-linux-x86_64.tar.gz")
13source_aarch64=("$pkgname-$pkgver-aarch64.tar.gz::$url/releases/download/v$pkgver/whisrs-linux-aarch64.tar.gz")
14sha256sums_x86_64=('b6a08cb9babff70b32f6908d043029dda24ccda2eba989b83c687d86b28b263a')
15sha256sums_aarch64=('73e30b730e0214870673d27defc28ec3b30becc16398eed77d6a17d238bc8d0b')
16
17package() {
18 install -Dm755 whisrs "$pkgdir/usr/bin/whisrs"
19 install -Dm755 whisrsd "$pkgdir/usr/bin/whisrsd"
20
21 install -Dm644 contrib/whisrs.1 "$pkgdir/usr/share/man/man1/whisrs.1"
22 install -Dm644 contrib/whisrsd.1 "$pkgdir/usr/share/man/man1/whisrsd.1"
23
24 install -Dm644 contrib/99-whisrs.rules "$pkgdir/usr/lib/udev/rules.d/99-whisrs.rules"
25 install -Dm644 contrib/whisrs.service "$pkgdir/usr/lib/systemd/user/whisrs.service"
26
27 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
28}
29

Scan history

Scanned at (UTC)SeverityRules
2026-09-07 11:14:32 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