fastcount-bin
The package installs a prebuilt binary from the project's own GitHub releases, which is a normal practice; while checksums are skipped, the source is from a legitimate project repository, and the worst case is limited to supply-chain risk of a compromised release.
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 installs a prebuilt binary from the project's own GitHub releases, which is a normal practice; while checksums are skipped, the source is from a legitimate project repository, and the worst case is limited to supply-chain risk of a compromised release.
PKGBUILD
# Maintainer: CallMeAlphabet
pkgname=fastcount-bin
pkgver=0
pkgrel=1
pkgdesc="fastcount, an incredibly fast, incredibly useless counter, prebuilt binary"
arch=('x86_64')
url="https://github.com/CallMeAlphabet/fastcount"
license=('Apache-2.0')
depends=('gcc-libs')
makedepends=('git' 'curl')
provides=('fastcount')
conflicts=('fastcount')
source=("fastcount::https://github.com/CallMeAlphabet/fastcount/releases/download/latest/fastcount"
"fastcount.sha256::https://github.com/CallMeAlphabet/fastcount/releases/download/latest/fastcount.sha256")
sha256sums=('SKIP' 'SKIP')
pkgver() {
date -u -d "$(curl -s "https://api.github.com/repos/CallMeAlphabet/fastcount/commits/latest" | grep -m1 '"date"' | cut -d'"' -f4)" +%Y%m%d%H%M%S
}
check() {
cd "$srcdir"
sha256sum -c "fastcount.sha256"
}
package() {
cd "$srcdir"
install -Dm755 "fastcount" "$pkgdir/usr/bin/fastcount"
}
Changes since previous scan
--- PKGBUILD @ 2026-08-20 13:11+++ PKGBUILD @ 2026-08-23 21:21@@ -2,10 +2,10 @@ pkgname=fastcount-bin pkgver=0 pkgrel=1-pkgdesc="An incredibly fast, incredibly useless counter (x86_64 Linux only) — prebuilt binary from latest tested CI build"+pkgdesc="fastcount, an incredibly fast, incredibly useless counter, prebuilt binary" arch=('x86_64') url="https://github.com/CallMeAlphabet/fastcount"-license=('GPL-3.0-or-later')+license=('Apache-2.0') depends=('gcc-libs') makedepends=('git' 'curl') provides=('fastcount')Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-23 21:21:38 | Low | 2 |
| 2026-08-20 13:11:31 | 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 00:19:49 | Low | 2 |
| 2026-07-19 00:17:08 | Low | 2 |
| 2026-07-18 13:57:59 | Low | 2 |
| 2026-07-18 07:57:03 | Medium | 2 |
| 2026-07-18 00:14:48 | Medium | 2 |
| 2026-07-17 19:55:55 | Medium | 2 |