minecraft-technic-launcher
The package downloads a JAR file from the official Technic Launcher domain, which is the project's own release infrastructure; building from this source is standard practice and the JAR is not executed at build time, only installed as data.
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 JAR file from the official Technic Launcher domain, which is the project's own release infrastructure; building from this source is standard practice and the JAR is not executed at build time, only installed as data.
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:16
source=("$pkgname-$pkgver.jar::https://launcher.technicpack.net/launcher${pkgver:0:1}/${pkgver:2}/TechnicLauncher.jar"
PKGBUILD
1 offending line(s) highlighted# Maintainer: prolletto64 <poiluonzo@mail.com>
# Contributor: kozec
pkgname=minecraft-technic-launcher
# Find the latest version number at https://api.technicpack.net/launcher/version/stable4
pkgver=4.1133
pkgrel=1
pkgdesc='Choose from thousands of community-made Minecraft modpacks'
arch=('any')
license=('custom')
url='https://www.technicpack.net/'
depends=('java-runtime=8' 'xorg-xrandr' 'hicolor-icon-theme')
makedepends=('icoutils')
# bsdtar would fail with "can't replace existing directory with non-directory"
noextract=('TechnicLauncher.jar')
source=("$pkgname-$pkgver.jar::https://launcher.technicpack.net/launcher${pkgver:0:1}/${pkgver:2}/TechnicLauncher.jar"
"technic-launcher"
"technic-launcher.desktop")
sha256sums=('ae2b220120e95d8d9cefb7c6d03911144c8b10ed1202cad313c8c0c2fc467fb8'
'11e5cbc3ae9888865c34bec90ce725532a039aa751aefa61cd4703c9f0460397'
'221da85f9fb535951e490a3feda052c60839883ae0806d7d587b0c64337f3513')
prepare() {
bsdtar -xf "$pkgname-$pkgver.jar" licenses
bsdtar -xf "$pkgname-$pkgver.jar" net/technicpack/launcher/resources/icon.ico
icotool -x "net/technicpack/launcher/resources/icon.ico" -o .
}
package(){
install -Dm755 technic-launcher "$pkgdir/usr/bin/technic-launcher"
install -Dm644 "$pkgname-$pkgver.jar" \
"$pkgdir/usr/share/java/$pkgname/technic-launcher.jar"
# Desktop integration
install -Dm644 technic-launcher.desktop -t "$pkgdir/usr/share/applications/"
for size in 16 32 48 64; do
install -D -m644 "icon_"?"_${size}x${size}x32.png" \
"$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/technic-launcher.png"
done
install -Dm644 licenses/* -t "$pkgdir/usr/share/licenses/$pkgname/"
}
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 |