lumoria-bin
Installs a prebuilt x86_64 binary tarball from 'builds.lumoria.dev', a non-GitHub build server unrelated to the project's official GitHub repo (github.com/Windower/Lumoria); while the checksum is present, the artifact comes from a separate infrastructure that could be silently swapped, making it an unverifiable prebuilt executable from a potentially swappable host.
Triggered rules
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:26
source=("lumoria-$pkgver-x86_64.tar.zst::https://builds.lumoria.dev/arch/lumoria-$pkgver-x86_64.tar.zst")
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (anthropic/claude-sonnet-4.6) reviewed this and agrees it is MEDIUM (confidence 70%): Installs a prebuilt x86_64 binary tarball from 'builds.lumoria.dev', a non-GitHub build server unrelated to the project's official GitHub repo (github.com/Windower/Lumoria); while the checksum is present, the artifact comes from a separate infrastructure that could be silently swapped, making it an unverifiable prebuilt executable from a potentially swappable host.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Damian Miller <rysas@mail.naimad.dev>
pkgname=lumoria-bin
pkgver=0.2.0
pkgrel=1
pkgdesc="A Linux installer and launcher for Final Fantasy XI"
arch=('x86_64')
url="https://github.com/Windower/Lumoria"
license=('GPL-3.0-or-later')
provides=('lumoria')
conflicts=('lumoria')
depends=(
'gtk4'
'json-glib'
'libadwaita'
'libarchive'
'libgee'
'libgit2-glib'
'libmspack'
'libsoup3'
'libmanette'
'libportal'
'libportal-gtk4'
'vte4'
'libxml2'
)
source=("lumoria-$pkgver-x86_64.tar.zst::https://builds.lumoria.dev/arch/lumoria-$pkgver-x86_64.tar.zst")
sha256sums=('cb1beafde5201923a1ef881204fd05b6e53edf8752c95edfcf51feae9216fa89')
package() {
cp -a "$srcdir/usr" "$pkgdir/"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-11 17:24:54 | Medium | 3 |
| 2026-09-11 17:22:59 | Medium | 2 |