unmined-gui
The package downloads a prebuilt .deb from the project's official domain (unmined.net) which is not on standard code hosts but plausibly legitimate; the binary content is verified via fixed sha256sum, and no remote code execution or exfiltration is present.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt .deb from the project's official domain (unmined.net) which is not on standard code hosts but plausibly legitimate; the binary content is verified via fixed sha256sum, and no remote code execution or exfiltration is present.
2 higher static findings superseded - not the current verdict (shown for transparency)
external_download_not_in_source
curl/wget fetches a URL on a non-allowlisted host that is not part of source=(), so it is not checksum-verified by makepkg.
-
PKGBUILD:21
tmstv=$(curl -fsSL 'https://unmined.net/downloads/' 2>/dev/null |
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:14
source=("unmined-gui-dev_amd64.deb::https://unmined.net/download/unmined-gui-linuxdeb-x64-dev/")
PKGBUILD
2 offending line(s) highlighted# Maintainer: Yakov Till <yakov.till@gmail.com>
# Contributor: Maciej Dems <macdems@gmail.com>
pkgname=unmined-gui
pkgver=0.20.8.20260901
pkgrel=1
pkgdesc="An easy to use and fast Minecraft world viewer and mapper tool"
arch=('x86_64')
url="https://unmined.net/"
depends=('fontconfig' 'gcc-libs' 'glibc')
makedepends=('zstd')
license=('LicenseRef-unmined')
# Upstream bundle fails to launch if stripped.
options=('!strip' '!debug')
source=("unmined-gui-dev_amd64.deb::https://unmined.net/download/unmined-gui-linuxdeb-x64-dev/")
sha256sums=('bc877bfa1bde992ce2fab2156978374520705114f8636ebc30eb7f29129e44d5')
latestver() {
local tmp ver ctrl_size tmstv stamp
# tmstv cache-buster on the downloads page encodes the build timestamp.
tmstv=$(curl -fsSL 'https://unmined.net/downloads/' 2>/dev/null |
sed -nE 's#.*href="https://unmined.net/download/unmined-gui-linuxdeb-x64-dev/\?tmstv=([0-9]+)".*#\1#p' |
head -1)
[[ -n ${tmstv} ]] || return 1
stamp=$(date -u -d "@${tmstv}" +%Y%m%d 2>/dev/null) || return 1
tmp=$(mktemp) || return 1
trap 'rm -f "$tmp"' RETURN
# ar(5) .deb partial read: 132-byte fixed prefix → parse control.tar.zst
# body size from ar header → read exactly that many more bytes (~500 B total).
curl -fsSL 'https://unmined.net/download/unmined-gui-linuxdeb-x64-dev/' 2>/dev/null | {
dd bs=1 count=132 iflag=fullblock of="$tmp" 2>/dev/null
ctrl_size=$(dd if="$tmp" bs=1 skip=120 count=10 2>/dev/null | tr -d ' ')
[[ -n "$ctrl_size" && "$ctrl_size" -gt 0 ]] 2>/dev/null || exit 1
dd bs=1 count="$ctrl_size" iflag=fullblock >>"$tmp" 2>/dev/null
}
ver=$(bsdtar -xOf "$tmp" control.tar.zst 2>/dev/null |
tar --zstd -xOf - ./control 2>/dev/null |
sed -nE 's/^Version: ([0-9.]+)-dev$/\1/p')
[[ -n ${ver} ]] || return 1
printf '%s.%s\n' "$ver" "$stamp"
}
prepare() {
mkdir -p "$srcdir/extracted"
cd "$srcdir/extracted"
tar --use-compress-program=unzstd -xf "$srcdir/data.tar.zst"
}
package() {
cd "$srcdir/extracted"
cp -a usr opt "$pkgdir/"
chmod +x "$pkgdir/opt/unmined/unmined"
chmod +x "$pkgdir/opt/unmined/"*.so
install -D -m644 opt/unmined/LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
# Fix desktop file to set correct working directory
sed -i 's/^Path=$/Path=\/opt\/unmined/' "$pkgdir/usr/share/applications/uNmINeD.desktop"
}
Changes since previous scan
--- PKGBUILD @ 2026-09-01 00:11+++ PKGBUILD @ 2026-09-17 00:27@@ -1,7 +1,7 @@ # Maintainer: Yakov Till <yakov.till@gmail.com> # Contributor: Maciej Dems <macdems@gmail.com> pkgname=unmined-gui-pkgver=0.20.7.20260830+pkgver=0.20.8.20260901 pkgrel=1 pkgdesc="An easy to use and fast Minecraft world viewer and mapper tool" arch=('x86_64')@@ -12,7 +12,7 @@ # Upstream bundle fails to launch if stripped. options=('!strip' '!debug') source=("unmined-gui-dev_amd64.deb::https://unmined.net/download/unmined-gui-linuxdeb-x64-dev/")-sha256sums=('6d39f4c12f07907b9ffac34a168be6695b4b4c201b4abddb4c0ddc8dcc8549db')+sha256sums=('bc877bfa1bde992ce2fab2156978374520705114f8636ebc30eb7f29129e44d5') latestver() { local tmp ver ctrl_size tmstv stampScan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 3 |
| 2026-09-16 00:03:17 | Low | 3 |
| 2026-09-15 00:25:31 | Low | 3 |
| 2026-09-14 00:27:57 | Low | 3 |
| 2026-09-13 00:19:54 | Low | 3 |
| 2026-09-12 00:25:17 | Low | 3 |
| 2026-09-11 00:19:22 | Low | 3 |
| 2026-09-10 00:22:44 | Low | 3 |
| 2026-09-09 00:04:09 | Low | 3 |
| 2026-09-08 00:18:08 | Low | 3 |
| 2026-09-07 00:30:15 | Low | 3 |
| 2026-09-06 00:17:06 | Low | 3 |
| 2026-09-05 00:16:27 | Low | 3 |
| 2026-09-04 00:03:13 | Low | 3 |
| 2026-09-03 00:15:47 | Low | 3 |
| 2026-09-02 00:02:31 | Low | 3 |
| 2026-09-01 11:47:58 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 3 |
| 2026-08-31 01:44:31 | Medium | 3 |
| 2026-08-31 00:19:57 | Medium | 3 |