minecraft-launcher-bin
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
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)
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) highlightedsource=( 'migrator' )
# Maintainer: Phillip Schichtel <phillip@schich.tel>
# Contributor: László Várady <laszlo.varady93@gmail.com>
# Contributor: Petr Mrázek <petr@mojang.com>
pkgname=minecraft-launcher-bin
pkgver=2.1.3
pkgrel=3
epoch=1
pkgdesc="Official Minecraft Launcher"
arch=('x86_64')
url="https://mojang.com/"
license=('custom')
depends=('gtk3' 'gcc-libs' 'zlib' 'libgpg-error')
optdepends=('flite: narrator support'
'org.freedesktop.secrets: persistent login support'
'orca: screen reader support')
conflicts=('minecraft-launcher-beta')
provides=('minecraft-launcher-beta')
source=("https://launcher.mojang.com/download/Minecraft.tar.gz"
"https://launcher.mojang.com/download/minecraft-launcher.svg"
"minecraft-launcher.sh"
"minecraft-launcher.desktop")
sha256sums=('695269281547bbbcf47fe74633027a0e4ddc13a61060c686a7217e85d314e45e'
'35c2bcaeb09fa4b8864e9422fd66bf60847706f8b4400ec4a66ba6436b101f71'
'83a89378cd17c1bbee173d12d14c13edae1b29770ee8411a534c5a547c164d4b'
'09006f33be0d4540dfb1838db00ec6c5d3a542e8c8c58c8374f4f85479222e3f')
package() {
install -Dm755 "minecraft-launcher.sh" "$pkgdir/usr/bin/minecraft-launcher.sh"
install -Dm644 "minecraft-launcher.svg" "$pkgdir/usr/share/icons/hicolor/symbolic/apps/minecraft-launcher.svg"
install -Dm644 "minecraft-launcher.desktop" "$pkgdir/usr/share/applications/minecraft-launcher.desktop"
install -Dm755 "minecraft-launcher/minecraft-launcher" "$pkgdir/usr/bin/minecraft-launcher"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |