untitled-minecraft-launcher-bin
maintainer Toasterkitten
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from a personal Gitea instance, which is not on a standard release host, but the source is a single executable for a known project with a verifiable checksum, and the risk is limited to supply-chain trust in the maintainer; the low votes and recent upload are mitigated by the project's documentation and stated purpose.
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 90%): The package downloads a prebuilt binary from a personal Gitea instance, which is not on a standard release host, but the source is a single executable for a known project with a verifiable checksum, and the risk is limited to supply-chain trust in the maintainer; the low votes and recent upload are mitigated by the project's documentation and stated purpose.
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:14
source=("$pkgname-$pkgver.tar.gz::https://gitea.owendeed.com/Toasterkitten/untitled-minecraft-launcher/releases/download/v$pkgver/uml-x86_64-linux.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Owen Feldman <owen@ericfeldman.com>
2
3
pkgname=untitled-minecraft-launcher-bin
4
pkgver=0.3.0
5
pkgrel=1
6
install=untitled-minecraft-launcher-bin.install
7
pkgdesc="A terminal-based Minecraft launcher for Linux, written in Rust"
8
arch=('x86_64')
9
url="https://uml.rs"
10
license=('Unlicense')
11
depends=('jre-openjdk')
12
provides=('uml')
13
conflicts=('uml')
14
source=("$pkgname-$pkgver.tar.gz::https://gitea.owendeed.com/Toasterkitten/untitled-minecraft-launcher/releases/download/v$pkgver/uml-x86_64-linux.tar.gz")
15
sha256sums=('2e2ca49f51c887fc6dcdb97f07bb3f36c3bf2885603e76a1cb4ded755b49a1b6')
16
17
package() {
18
install -Dm755 "$srcdir/uml" "$pkgdir/usr/bin/uml"
19
}
20
Changes since previous scan
--- PKGBUILD @ 2026-07-26 00:07+++ PKGBUILD @ 2026-08-03 00:08@@ -1,7 +1,7 @@ # Maintainer: Owen Feldman <owen@ericfeldman.com> pkgname=untitled-minecraft-launcher-bin-pkgver=0.2.0+pkgver=0.3.0 pkgrel=1 install=untitled-minecraft-launcher-bin.install pkgdesc="A terminal-based Minecraft launcher for Linux, written in Rust"@@ -12,7 +12,7 @@ provides=('uml') conflicts=('uml') source=("$pkgname-$pkgver.tar.gz::https://gitea.owendeed.com/Toasterkitten/untitled-minecraft-launcher/releases/download/v$pkgver/uml-x86_64-linux.tar.gz")-sha256sums=('38089c0349e33c05681a799d623c151dff2ffcf4e053cf86441c2ad687192c5c')+sha256sums=('2e2ca49f51c887fc6dcdb97f07bb3f36c3bf2885603e76a1cb4ded755b49a1b6') package() { install -Dm755 "$srcdir/uml" "$pkgdir/usr/bin/uml"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 3 |
| 2026-08-01 00:11:18 | LOW | 3 |
| 2026-07-31 00:14:10 | LOW | 3 |
| 2026-07-30 00:17:23 | LOW | 3 |
| 2026-07-29 00:25:53 | LOW | 3 |
| 2026-07-28 00:07:28 | LOW | 3 |
| 2026-07-27 00:24:32 | LOW | 3 |
| 2026-07-26 17:32:42 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | LOW | 3 |
| 2026-07-25 21:31:00 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 3 |
| 2026-07-24 00:02:28 | MEDIUM | 3 |
| 2026-07-23 00:14:47 | MEDIUM | 3 |
| 2026-07-22 00:29:32 | MEDIUM | 3 |
| 2026-07-21 00:24:15 | MEDIUM | 3 |
| 2026-07-20 01:13:51 | MEDIUM | 3 |
| 2026-07-20 01:12:32 | MEDIUM | 2 |