nationsglory-launcher
maintainer Litarvan
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the official project's domain (launcher.nationsglory.fr), used to build the launcher; it is not an obfuscated payload or untrusted executable, and the host, while not on a standard whitelist, is plausibly project-owned, making this a normal AUR package build with low risk.
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 source is a tarball from the official project's domain (launcher.nationsglory.fr), used to build the launcher; it is not an obfuscated payload or untrusted executable, and the host, while not on a standard whitelist, is plausibly project-owned, making this a normal AUR package build with low risk.
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
source=(https://launcher.nationsglory.fr/files/NationsGlory.tar.gz)
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: Arnaud Lier <zeprofdecoding@gmail.com>
2
# Contributor: Adrien Navratil <adrien1975@live.fr>
3
# Maintainer: Arnaud Lier <zeprofdecoding@gmail.com>
4
5
pkgname=nationsglory-launcher
6
pkgver=1
7
pkgrel=1
8
pkgdesc="NationsGlory Launcher"
9
arch=('x86_64')
10
url="https://nationsglory.fr"
11
license=('All rights reserved')
12
depends=('openssl' 'alsa-lib' 'at-spi2-atk' 'at-spi2-core' 'atk' 'dbus' 'expat' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'libcups' 'libdrm' 'libx11' 'libxcb' 'libxcomposite' 'libxdamage' 'libxext' 'libxfixes' 'libxrandr' 'mesa' 'nspr' 'nss' 'pango' 'util-linux-libs' 'zlib' 'java-runtime' 'xorg-xrandr')
13
optdepends=('flite: narrator support')
14
provides=('nationsglory-launcher')
15
source=(https://launcher.nationsglory.fr/files/NationsGlory.tar.gz)
16
sha256sums=(
17
'1606d1613074068381ee3fe785da2eb2ba738854f416daee04e597bcac94093f'
18
)
19
20
prepare() {
21
cd "$srcdir"
22
if [ -d data ]; then
23
mv data .lightslark
24
fi
25
26
.lightslark/lightslark apply .
27
chmod u+x ng-desktop
28
29
sed -ie "s/Icon=icon.png/Icon=nationsglory-launcher/" ng-desktop
30
sed -ie "s/Exec=PWD\/NationsGlory/Exec=nationsglory-launcher/" ng-desktop
31
}
32
33
package () {
34
cd "$pkgdir"
35
36
install -Dm644 "$srcdir/icon.png" "$pkgdir/usr/share/icons/hicolor/symbolic/apps/nationsglory-launcher.png"
37
install -Dm644 "$srcdir/ng-desktop" "$pkgdir/usr/share/applications/fr.nationsglory.NationsGloryLauncher.desktop"
38
39
mkdir -p "${pkgdir}"/opt/nationsglory-launcher
40
mv "${srcdir}/"* "${pkgdir}"/opt/nationsglory-launcher/
41
42
mkdir -p "${pkgdir}"/usr/bin
43
44
ln -sf "${pkgdir}"/opt/nationsglory-launcher/NationsGlory "${pkgdir}"/usr/bin/nationsglory-launcher
45
}
46
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 |