olauncher
maintainer 0x15
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a JAR file and assets from the project's official GitHub and Mojang domains, which are legitimate sources; the JAR is installed as data and not executed during build, and the checksums are provided, making the risk low despite the non-whitelisted host for GitHub releases.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a JAR file and assets from the project's official GitHub and Mojang domains, which are legitimate sources; the JAR is installed as data and not executed during build, and the checksums are provided, making the risk low despite the non-whitelisted host for GitHub releases.
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:15
https://launcher.mojang.com/download/minecraft-launcher.svg
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: 0x15 <executeSQUID@gmail.com>
2
3
pkgname=olauncher
4
pkgver=v1.7.3_03
5
pkgrel=1
6
pkgdesc="A modified version of the old Minecraft Launcher supporting Microsoft authentication and more"
7
arch=('any')
8
url="https://github.com/olauncher/olauncher"
9
license=('custom')
10
depends=('glibc' 'libx11' 'freetype2' 'glib2' 'java-runtime' 'opengl-driver')
11
optdepends=('flite: narrator support')
12
source=(
13
https://github.com/olauncher/olauncher/releases/download/v1.7.3_03/olauncher-1.7.3_03-redist.jar
14
olauncher.desktop
15
https://launcher.mojang.com/download/minecraft-launcher.svg
16
olauncher
17
)
18
conflicts=()
19
sha256sums=('6de83fc11450a5fbfe189774063c82a97d946456cf5cfcff46d52352aedce5fc'
20
'b6207c4b02733a3d8d2f7efbd3c59afab3292703b06e460eb93258c2d1d95240'
21
'35c2bcaeb09fa4b8864e9422fd66bf60847706f8b4400ec4a66ba6436b101f71'
22
'682d69dd417f3492de392d259f6a968bd9bdd0f5fa8bea64d69eeed6f25d8733')
23
package() {
24
cd "$pkgdir"
25
26
mkdir -p "$pkgdir/usr"
27
mkdir -p "$pkgdir/usr/bin"
28
mkdir -p "$pkgdir/usr/share/java/olauncher"
29
30
install -Dm644 "$srcdir/olauncher-1.7.3_03-redist.jar" "$pkgdir/usr/share/java/olauncher/olauncher-1.7.3_03-redist.jar"
31
install -Dm644 "$srcdir/minecraft-launcher.svg" "$pkgdir/usr/share/icons/hicolor/symbolic/apps/minecraft-launcher.svg"
32
install -Dm644 "$srcdir/olauncher.desktop" "$pkgdir/usr/share/applications/olauncher.desktop"
33
install "$srcdir/olauncher" "$pkgdir/usr/bin/olauncher"
34
}
35
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 00:09:25 | LOW | 2 |