minecraft-launcher-bin
maintainer hanshelmutholt
· 8 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads the official Minecraft launcher binary from launcher.mojang.com (Mojang's own official domain) with a sha256 checksum; the flagged 'migrator' bare filename in the first source=() line appears to be a stray/overridden artifact that is superseded by the real source=() block, and all installed files come from the official Mojang infrastructure with verified checksums.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 70%): The package downloads the official Minecraft launcher binary from launcher.mojang.com (Mojang's own official domain) with a sha256 checksum; the flagged 'migrator' bare filename in the first source=() line appears to be a stray/overridden artifact that is superseded by the real source=() block, and all installed files come from the official Mojang infrastructure with verified checksums.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:20
source=("https://launcher.mojang.com/download/Minecraft.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
source=( 'migrator' )
2
# Maintainer: Phillip Schichtel <phillip@schich.tel>
3
# Contributor: László Várady <laszlo.varady93@gmail.com>
4
# Contributor: Petr Mrázek <petr@mojang.com>
5
6
pkgname=minecraft-launcher-bin
7
pkgver=2.1.3
8
pkgrel=3
9
epoch=1
10
pkgdesc="Official Minecraft Launcher"
11
arch=('x86_64')
12
url="https://mojang.com/"
13
license=('custom')
14
depends=('gtk3' 'gcc-libs' 'zlib' 'libgpg-error')
15
optdepends=('flite: narrator support'
16
'org.freedesktop.secrets: persistent login support'
17
'orca: screen reader support')
18
conflicts=('minecraft-launcher-beta')
19
provides=('minecraft-launcher-beta')
20
source=("https://launcher.mojang.com/download/Minecraft.tar.gz"
21
"https://launcher.mojang.com/download/minecraft-launcher.svg"
22
"minecraft-launcher.sh"
23
"minecraft-launcher.desktop")
24
25
sha256sums=('695269281547bbbcf47fe74633027a0e4ddc13a61060c686a7217e85d314e45e'
26
'35c2bcaeb09fa4b8864e9422fd66bf60847706f8b4400ec4a66ba6436b101f71'
27
'83a89378cd17c1bbee173d12d14c13edae1b29770ee8411a534c5a547c164d4b'
28
'09006f33be0d4540dfb1838db00ec6c5d3a542e8c8c58c8374f4f85479222e3f')
29
30
package() {
31
install -Dm755 "minecraft-launcher.sh" "$pkgdir/usr/bin/minecraft-launcher.sh"
32
install -Dm644 "minecraft-launcher.svg" "$pkgdir/usr/share/icons/hicolor/symbolic/apps/minecraft-launcher.svg"
33
install -Dm644 "minecraft-launcher.desktop" "$pkgdir/usr/share/applications/minecraft-launcher.desktop"
34
install -Dm755 "minecraft-launcher/minecraft-launcher" "$pkgdir/usr/bin/minecraft-launcher"
35
}
36
37
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 11:24:03 | LOW | 3 |
| 2026-08-01 11:20:22 | MEDIUM | 2 |