mrvn-radiant-bin
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
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)
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# Maintainer: begin-theadventure <begin-thecontact.ncncb at dralias dot com>
_pkgname=mrvn-radiant
pkgname=$_pkgname-bin
pkgver=2024.04.06.d98b662
pkgrel=1
pkgdesc="MRVN-Radiant is a fork of netradiant-custom modified for Titanfall and Apex Legends mapping (binary release)"
url="https://github.com/MRVN-Radiant/MRVN-Radiant"
license=('BSD-3-Clause-Modification' 'LGPL-2.1-only' 'GPL-2.0-only')
arch=('x86_64')
depends=('qt5-base' 'hicolor-icon-theme' 'libpng')
provides=("$_pkgname")
conflicts=("$_pkgname")
_actions=8577693619
_number=2024-04-06_d98b662
noextract=("MRVN-Radiant_${_number}_Linux_x86_64.zip")
source=("https://nightly.link/MRVN-Radiant/MRVN-Radiant/actions/runs/$_actions/MRVN-Radiant_${_number}_Linux_x86_64.zip"
"https://github.com/MRVN-Radiant/MRVN-Radiant/raw/main/GPL"
"https://github.com/MRVN-Radiant/MRVN-Radiant/raw/main/LGPL"
"https://github.com/MRVN-Radiant/MRVN-Radiant/raw/main/LICENSE")
sha256sums=('9e78999ff771192cb5794748643a0f6b72b7fe8237a2521d22843953df743beb'
'e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4'
'eea173a556abac0370461e57e12aab266894ea6be3874c2be05fd87871f75449'
'f8734393be36c49306d16855268f98c8ef17e09e6b384a3190805f7ff450c871')
prepare() {
# Create a shortcut
echo -e "[Desktop Entry]\n\
Name=MRVN Radiant\n\
Exec=$_pkgname %U\n\
Icon=$_pkgname\n\
Terminal=false\n\
Type=Application\n\
Comment=Fork of netradiant-custom modified for Titanfall and Apex Legends mapping\n\
Categories=Utilities;" > $_pkgname.desktop
# Unzip
unzip -od $_pkgname-$pkgver MRVN-Radiant_${_number}_Linux_x86_64.zip
# Make the binary executable
chmod +x $_pkgname-$pkgver/radiant
}
package() {
# Create directories
mkdir -p "$pkgdir/opt/MRVN-Radiant" "$pkgdir/usr/bin"
# Install
cd $_pkgname-$pkgver/bitmaps
install -Dm644 icon.png "$pkgdir/usr/share/icons/hicolor/32x32/apps/$_pkgname.png"
install -Dm644 logo.png "$pkgdir/usr/share/icons/hicolor/128x128/apps/$_pkgname.png"
install -Dm644 splash.png "$pkgdir/usr/share/icons/hicolor/512x512/apps/$_pkgname.png"
cd "$srcdir"
install -Dm644 GPL LGPL LICENSE -t "$pkgdir/usr/share/licenses/$_pkgname"
install -Dm644 $_pkgname.desktop -t "$pkgdir/usr/share/applications"
mv $_pkgname-$pkgver/* "$pkgdir/opt/MRVN-Radiant"
ln -s /opt/MRVN-Radiant/radiant "$pkgdir/usr/bin/$_pkgname"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |