fastcount

LOW
maintainer CallMeAlphabet 0 votes scanned 2026-08-22 19:18:20.646816
View on AUR
Why flagged

The package builds from source hosted on GitHub under the maintainer's account, which is normal for AUR packages; the only concerns are a SKIP'd checksum and low votes, but no remote code execution or malicious behavior is present.

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 under the maintainer's account, which is normal for AUR packages; the only concerns are a SKIP'd checksum and low votes, but no remote code execution or malicious behavior is present.

PKGBUILD

1# Maintainer: CallMeAlphabet
2pkgname=fastcount
3pkgver=5
4pkgrel=1
5pkgdesc="fastcount, an incredibly fast, incredibly useless counter, builds from source"
6arch=('x86_64')
7url="https://github.com/CallMeAlphabet/fastcount"
8license=('Apache-2.0')
9depends=('gcc-libs')
10makedepends=('cargo')
11provides=('fastcount')
12conflicts=('fastcount-bin')
13source=("fastcount-$pkgver.tar.gz::https://github.com/CallMeAlphabet/fastcount/archive/refs/tags/latest.tar.gz")
14sha256sums=('SKIP')
15
16prepare() {
17 rm -rf "$srcdir/build"
18 mkdir -p "$srcdir/build"
19 tar -xzf "$srcdir/fastcount-$pkgver.tar.gz" --strip-components=1 -C "$srcdir/build"
20 cd "$srcdir/build"
21 cargo fetch --locked --target x86_64-unknown-linux-gnu
22}
23
24build() {
25 cd "$srcdir/build"
26 export RUSTUP_TOOLCHAIN=stable
27 export CARGO_TARGET_DIR=target
28 cargo build --frozen --release
29}
30
31package() {
32 cd "$srcdir/build"
33 install -Dm755 "target/release/fastcount" "$pkgdir/usr/bin/fastcount"
34 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
35 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
36}
37

Changes since previous scan

--- PKGBUILD @ 2026-08-20 15:11
+++ PKGBUILD @ 2026-08-22 19:18
@@ -1,6 +1,6 @@
# Maintainer: CallMeAlphabet
pkgname=fastcount
-pkgver=4
+pkgver=5
pkgrel=1
pkgdesc="fastcount, an incredibly fast, incredibly useless counter, builds from source"
arch=('x86_64')

Scan history

Scanned at (UTC)SeverityRules
2026-08-22 19:18:20 Low 2
2026-08-20 15:11:35 Clean 0
2026-08-20 13:11:31 Clean 0
2026-08-18 13:39:48 Clean 0
2026-08-01 00:11:18 Clean 0
2026-07-31 00:14:10 Low 2
2026-07-30 00:17:23 Low 2
2026-07-29 00:25:53 Low 2
2026-07-28 00:07:28 Low 2
2026-07-27 00:24:32 Low 2
2026-07-26 00:07:32 Low 2
2026-07-25 00:13:44 Low 2
2026-07-24 00:02:28 Low 2
2026-07-23 00:14:47 Low 2
2026-07-22 00:29:32 Low 2
2026-07-21 00:24:15 Low 2
2026-07-20 09:14:00 Low 2
2026-07-20 00:19:49 Clean 2
2026-07-19 09:10:42 Low 1
2026-07-19 07:10:24 Low 1

Report a package

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

0 / 4000
Your suggestion