minecraft-technic-launcher
maintainer prolletto64
· 63 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
LOW
AI review downgraded a static finding
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)
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:16
source=("$pkgname-$pkgver.jar::https://launcher.technicpack.net/launcher${pkgver:0:1}/${pkgver:2}/TechnicLauncher.jar"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: prolletto64 <poiluonzo@mail.com>
2
# Contributor: kozec
3
4
pkgname=minecraft-technic-launcher
5
# Find the latest version number at https://api.technicpack.net/launcher/version/stable4
6
pkgver=4.1133
7
pkgrel=1
8
pkgdesc='Choose from thousands of community-made Minecraft modpacks'
9
arch=('any')
10
license=('custom')
11
url='https://www.technicpack.net/'
12
depends=('java-runtime=8' 'xorg-xrandr' 'hicolor-icon-theme')
13
makedepends=('icoutils')
14
# bsdtar would fail with "can't replace existing directory with non-directory"
15
noextract=('TechnicLauncher.jar')
16
source=("$pkgname-$pkgver.jar::https://launcher.technicpack.net/launcher${pkgver:0:1}/${pkgver:2}/TechnicLauncher.jar"
17
"technic-launcher"
18
"technic-launcher.desktop")
19
sha256sums=('ae2b220120e95d8d9cefb7c6d03911144c8b10ed1202cad313c8c0c2fc467fb8'
20
'11e5cbc3ae9888865c34bec90ce725532a039aa751aefa61cd4703c9f0460397'
21
'221da85f9fb535951e490a3feda052c60839883ae0806d7d587b0c64337f3513')
22
23
prepare() {
24
bsdtar -xf "$pkgname-$pkgver.jar" licenses
25
bsdtar -xf "$pkgname-$pkgver.jar" net/technicpack/launcher/resources/icon.ico
26
icotool -x "net/technicpack/launcher/resources/icon.ico" -o .
27
}
28
29
package(){
30
install -Dm755 technic-launcher "$pkgdir/usr/bin/technic-launcher"
31
install -Dm644 "$pkgname-$pkgver.jar" \
32
"$pkgdir/usr/share/java/$pkgname/technic-launcher.jar"
33
34
35
# Desktop integration
36
install -Dm644 technic-launcher.desktop -t "$pkgdir/usr/share/applications/"
37
for size in 16 32 48 64; do
38
install -D -m644 "icon_"?"_${size}x${size}x32.png" \
39
"$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/technic-launcher.png"
40
done
41
42
install -Dm644 licenses/* -t "$pkgdir/usr/share/licenses/$pkgname/"
43
}
44
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 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 09:48:24 | MEDIUM | 1 |