fastannoy-bin

LOW
maintainer CallMeAlphabet 0 votes scanned 2026-08-28 11:35:03.635011
View on AUR
Why flagged

The package installs a prebuilt binary from the project's official GitHub releases, which is a common and generally safe practice; the low severity reflects the unverified origin of the binary despite checksum validation, but no malicious behavior is evident.

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 a prebuilt binary from the project's official GitHub releases, which is a common and generally safe practice; the low severity reflects the unverified origin of the binary despite checksum validation, but no malicious behavior is evident.

PKGBUILD

1# Maintainer: CallMeAlphabet
2pkgname=fastannoy-bin
3pkgver=16
4pkgrel=1
5pkgdesc="typos that are actually annoying, prebuilt binary"
6arch=('x86_64')
7url="https://github.com/CallMeAlphabet/fastannoy"
8license=('Apache-2.0')
9depends=('gcc-libs')
10makedepends=('git' 'curl')
11provides=('fastannoy' 'gti' 'gerp' 'sudp' 'cst' 'vom')
12conflicts=('fastannoy' 'gti' 'gerp' 'sudp' 'cst' 'vom')
13source=("fastannoy::https://github.com/CallMeAlphabet/fastannoy/releases/download/latest/fastannoy-x86_64-linux-musl"
14 "fastannoy.sha256::https://github.com/CallMeAlphabet/fastannoy/releases/download/latest/fastannoy-x86_64-linux-musl.sha256")
15sha256sums=('049b0547456630862022829cf68b139d716069a84a9cd042f9dc3e9501b1653e'
16 'f2e9e29df8876aa4028488a4915761dded9c3cf24774c4cc5f0b3639625ff052')
17
18typos=('gti' 'gerp' 'sudp' 'cst' 'vom')
19
20pkgver() {
21 date -u -d "$(curl -s "https://api.github.com/repos/CallMeAlphabet/fastannoy/commits/latest" | grep -m1 '"date"' | cut -d'"' -f4)" +%Y%m%d%H%M%S
22}
23
24check() {
25 cd "$srcdir"
26 sha256sum -c <(sed "s/fastannoy-x86_64-linux-musl/fastannoy/" fastannoy.sha256)
27}
28
29package() {
30 cd "$srcdir"
31 install -Dm755 "fastannoy" "$pkgdir/usr/bin/fastannoy"
32 for typo in "${typos[@]}"; do
33 install -Dm755 "fastannoy" "$pkgdir/usr/bin/$typo"
34 done
35}
36

Changes since previous scan

--- PKGBUILD @ 2026-08-28 09:35
+++ PKGBUILD @ 2026-08-28 11:35
@@ -1,6 +1,6 @@
# Maintainer: CallMeAlphabet
pkgname=fastannoy-bin
-pkgver=0
+pkgver=16
pkgrel=1
pkgdesc="typos that are actually annoying, prebuilt binary"
arch=('x86_64')
@@ -12,7 +12,8 @@
conflicts=('fastannoy' 'gti' 'gerp' 'sudp' 'cst' 'vom')
source=("fastannoy::https://github.com/CallMeAlphabet/fastannoy/releases/download/latest/fastannoy-x86_64-linux-musl"
"fastannoy.sha256::https://github.com/CallMeAlphabet/fastannoy/releases/download/latest/fastannoy-x86_64-linux-musl.sha256")
-sha256sums=('SKIP' 'SKIP')
+sha256sums=('049b0547456630862022829cf68b139d716069a84a9cd042f9dc3e9501b1653e'
+ 'f2e9e29df8876aa4028488a4915761dded9c3cf24774c4cc5f0b3639625ff052')
typos=('gti' 'gerp' 'sudp' 'cst' 'vom')

Scan history

Scanned at (UTC)SeverityRules
2026-08-28 11:35:03 Low 2
2026-08-28 09:35:00 Medium 2

Report a package

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

0 / 4000
Your suggestion