mrvn-radiant-bin
maintainer begin-theadventu
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from a non-whitelisted but project-associated CI service (nightly.link, which proxies GitHub Actions); while the host is not standard, it is plausibly controlled by the project maintainers, and the binary is not executed during build but installed as-is with verified checksums, limiting supply-chain risk to the project's own release integrity.
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 prebuilt binary from a non-whitelisted but project-associated CI service (nightly.link, which proxies GitHub Actions); while the host is not standard, it is plausibly controlled by the project maintainers, and the binary is not executed during build but installed as-is with verified checksums, limiting supply-chain risk to the project's own release integrity.
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:17
source=("https://nightly.link/MRVN-Radiant/MRVN-Radiant/actions/runs/$_actions/MRVN-Radiant_${_number}_Linux_x86_64.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: begin-theadventure <begin-thecontact.ncncb at dralias dot com>
2
3
_pkgname=mrvn-radiant
4
pkgname=$_pkgname-bin
5
pkgver=2024.04.06.d98b662
6
pkgrel=1
7
pkgdesc="MRVN-Radiant is a fork of netradiant-custom modified for Titanfall and Apex Legends mapping (binary release)"
8
url="https://github.com/MRVN-Radiant/MRVN-Radiant"
9
license=('BSD-3-Clause-Modification' 'LGPL-2.1-only' 'GPL-2.0-only')
10
arch=('x86_64')
11
depends=('qt5-base' 'hicolor-icon-theme' 'libpng')
12
provides=("$_pkgname")
13
conflicts=("$_pkgname")
14
_actions=8577693619
15
_number=2024-04-06_d98b662
16
noextract=("MRVN-Radiant_${_number}_Linux_x86_64.zip")
17
source=("https://nightly.link/MRVN-Radiant/MRVN-Radiant/actions/runs/$_actions/MRVN-Radiant_${_number}_Linux_x86_64.zip"
18
"https://github.com/MRVN-Radiant/MRVN-Radiant/raw/main/GPL"
19
"https://github.com/MRVN-Radiant/MRVN-Radiant/raw/main/LGPL"
20
"https://github.com/MRVN-Radiant/MRVN-Radiant/raw/main/LICENSE")
21
sha256sums=('9e78999ff771192cb5794748643a0f6b72b7fe8237a2521d22843953df743beb'
22
'e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4'
23
'eea173a556abac0370461e57e12aab266894ea6be3874c2be05fd87871f75449'
24
'f8734393be36c49306d16855268f98c8ef17e09e6b384a3190805f7ff450c871')
25
26
prepare() {
27
# Create a shortcut
28
echo -e "[Desktop Entry]\n\
29
Name=MRVN Radiant\n\
30
Exec=$_pkgname %U\n\
31
Icon=$_pkgname\n\
32
Terminal=false\n\
33
Type=Application\n\
34
Comment=Fork of netradiant-custom modified for Titanfall and Apex Legends mapping\n\
35
Categories=Utilities;" > $_pkgname.desktop
36
# Unzip
37
unzip -od $_pkgname-$pkgver MRVN-Radiant_${_number}_Linux_x86_64.zip
38
# Make the binary executable
39
chmod +x $_pkgname-$pkgver/radiant
40
}
41
42
package() {
43
# Create directories
44
mkdir -p "$pkgdir/opt/MRVN-Radiant" "$pkgdir/usr/bin"
45
# Install
46
cd $_pkgname-$pkgver/bitmaps
47
install -Dm644 icon.png "$pkgdir/usr/share/icons/hicolor/32x32/apps/$_pkgname.png"
48
install -Dm644 logo.png "$pkgdir/usr/share/icons/hicolor/128x128/apps/$_pkgname.png"
49
install -Dm644 splash.png "$pkgdir/usr/share/icons/hicolor/512x512/apps/$_pkgname.png"
50
cd "$srcdir"
51
install -Dm644 GPL LGPL LICENSE -t "$pkgdir/usr/share/licenses/$_pkgname"
52
install -Dm644 $_pkgname.desktop -t "$pkgdir/usr/share/applications"
53
mv $_pkgname-$pkgver/* "$pkgdir/opt/MRVN-Radiant"
54
ln -s /opt/MRVN-Radiant/radiant "$pkgdir/usr/bin/$_pkgname"
55
}
56
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 |