fastmc-bin

LOW
maintainer CallMeAlphabet 0 votes scanned 2026-08-21 11:15:01.903439
View on AUR
Why flagged

The package installs a prebuilt binary from the project's own GitHub releases, which is a common AUR practice; while the skipped checksums reduce verifiability, the source is plausibly legitimate and 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 own GitHub releases, which is a common AUR practice; while the skipped checksums reduce verifiability, the source is plausibly legitimate and no malicious behavior is evident.

PKGBUILD

1# Maintainer: CallMeAlphabet
2pkgname=fastmc-bin
3pkgver=359c3cf
4pkgrel=1
5pkgdesc="fastmc, create a Minecraft server in under a minute, prebuilt binary"
6arch=('x86_64')
7url="https://github.com/CallMeAlphabet/fastmc"
8license=('GPL-3.0-or-later')
9depends=('gcc-libs')
10makedepends=('git')
11provides=('fastmc')
12conflicts=('fastmc')
13source=("fastmc::https://github.com/CallMeAlphabet/fastmc/releases/download/latest/fastmc"
14 "fastmc.sha256::https://github.com/CallMeAlphabet/fastmc/releases/download/latest/fastmc.sha256")
15sha256sums=('SKIP' 'SKIP')
16
17pkgver() {
18 git ls-remote "https://github.com/CallMeAlphabet/fastmc.git" refs/tags/latest | cut -c1-7
19}
20
21check() {
22 cd "$srcdir"
23 sha256sum -c "fastmc.sha256"
24}
25
26package() {
27 cd "$srcdir"
28 install -Dm755 "fastmc" "$pkgdir/usr/bin/fastmc"
29}
30

Scan history

Scanned at (UTC)SeverityRules
2026-08-21 11:15:01 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