minecrauth-bin

LOW
maintainer solxix 0 votes scanned 2026-08-21 05:14:11.864738
View on AUR
Why flagged

The package installs a prebuilt binary from the project's official GitHub releases, which is a normal practice for AUR packages; the lack of b2sum verification is a minor concern but does not imply active malice or remote code execution.

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 normal practice for AUR packages; the lack of b2sum verification is a minor concern but does not imply active malice or remote code execution.

PKGBUILD

1# Maintainer: solxix
2
3pkgname=minecrauth-bin
4_name=${pkgname%-bin}
5pkgver=0.2.0
6pkgrel=1
7pkgdesc="A self-hosted Yggdrasil authentication server for Minecraft Java Edition with skins and capes."
8arch=('x86_64' 'aarch64')
9url="https://github.com/achetronic/minecrauth"
10license=('Apache-2.0')
11#depends=('')
12#optdepends=('')
13source_x86_64=("${_name}-${pkgver}_x86_64.tar.gz::https://github.com/achetronic/minecrauth/releases/download/v${pkgver}/minecrauth_${pkgver}_linux_amd64.tar.gz")
14source_aarch64=("${_name}-${pkgver}_aarch64.tar.gz::https://github.com/achetronic/minecrauth/releases/download/v${pkgver}/minecrauth_${pkgver}_linux_arm64.tar.gz")
15conflicts=('minecrauth')
16b2sums_x86_64=('SKIP')
17b2sums_aarch64=('SKIP')
18
19package() {
20 #cd "${_name}-${pkgver}_${CARCH}"
21 install -Dm755 "${srcdir}/minecrauth" "${pkgdir}/usr/bin/minecrauth"
22 install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
23}
24

Scan history

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