mrvn-radiant-bin

LOW
maintainer begin-theadventu 0 votes scanned 2026-09-17 00:27:14.276658
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
4pkgname=$_pkgname-bin
5pkgver=2024.04.06.d98b662
6pkgrel=1
7pkgdesc="MRVN-Radiant is a fork of netradiant-custom modified for Titanfall and Apex Legends mapping (binary release)"
8url="https://github.com/MRVN-Radiant/MRVN-Radiant"
9license=('BSD-3-Clause-Modification' 'LGPL-2.1-only' 'GPL-2.0-only')
10arch=('x86_64')
11depends=('qt5-base' 'hicolor-icon-theme' 'libpng')
12provides=("$_pkgname")
13conflicts=("$_pkgname")
14_actions=8577693619
15_number=2024-04-06_d98b662
16noextract=("MRVN-Radiant_${_number}_Linux_x86_64.zip")
17source=("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")
21sha256sums=('9e78999ff771192cb5794748643a0f6b72b7fe8237a2521d22843953df743beb'
22 'e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4'
23 'eea173a556abac0370461e57e12aab266894ea6be3874c2be05fd87871f75449'
24 'f8734393be36c49306d16855268f98c8ef17e09e6b384a3190805f7ff450c871')
25
26prepare() {
27# Create a shortcut
28 echo -e "[Desktop Entry]\n\
29Name=MRVN Radiant\n\
30Exec=$_pkgname %U\n\
31Icon=$_pkgname\n\
32Terminal=false\n\
33Type=Application\n\
34Comment=Fork of netradiant-custom modified for Titanfall and Apex Legends mapping\n\
35Categories=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
42package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion