radium-bin
maintainer wallabra
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a prebuilt binary tarball from the project maintainer's plausible personal academic host, used to install a self-contained music editor; the worst case of a swapped source is code execution, but the host is associated with the project and the package follows common AUR binpkg patterns.
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 prebuilt binary tarball from the project maintainer's plausible personal academic host, used to install a self-contained music editor; the worst case of a swapped source is code execution, but the host is associated with the project and the package follows common AUR binpkg patterns.
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:30
source=("https://users.notam02.no/~kjetism/radium/demos/linux/radium_64bit_linux-$pkgver-demo.tar.xz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: wallarba <gr.wallabra@proton.me>
2
# Contributor: Teteros <teteros at teknik dot io>
3
4
pkgname=radium-bin
5
pkgver=7.5.78
6
pkgrel=1
7
pkgdesc='A graphical music editor. A next generation tracker. (Demo Version)'
8
arch=(x86_64)
9
url=https://users.notam04.no/~kjetism/radium
10
license=(GPL2)
11
provides=(radium)
12
conflicts=(radium)
13
groups=(pro-audio)
14
depends=(
15
desktop-file-utils
16
glu
17
hicolor-icon-theme
18
jack
19
libsm
20
libxcomposite
21
libxrender
22
shared-mime-info
23
ttf-bitstream-vera
24
)
25
optdepends=(
26
'new-session-manager: for session management'
27
'vst-plugins: more plugins'
28
)
29
options=(!strip)
30
source=("https://users.notam02.no/~kjetism/radium/demos/linux/radium_64bit_linux-$pkgver-demo.tar.xz")
31
sha256sums=('e336039a5ba049dcbc9e7439d12dda37eda4673a66352fc8fcc826019d8b3219')
32
33
package() {
34
cd radium_64bit_linux-$pkgver-demo
35
36
# Copy radium files to a self-contained /opt prefix
37
mkdir -p "$pkgdir/opt/radium"
38
cp -a bin lib "$pkgdir/opt/radium"
39
40
# Recreate run_radium.sh to point to /opt rather than relative paths
41
echo '#!/usr/bin/env bash' > "$pkgdir/opt/radium/run_radium.sh"
42
echo LD_LIBRARY_PATH='"/opt/radium/lib:$LD_LIBRARY_PATH"' QT_QPA_PLATFORM_PLUGIN_PATH=/opt/radium/bin/qt5_plugins \
43
/opt/radium/bin/radium '"$@"' >> "$pkgdir/opt/radium/run_radium.sh"
44
chmod +x "$pkgdir/opt/radium/run_radium.sh"
45
46
# Wrapper, Icons, .desktop and mimetype files
47
mkdir -p "$pkgdir/usr/bin" \
48
"$pkgdir/usr/share/icons/hicolor/"{16x16,32x32,128x128,256x256}"/apps" \
49
"$pkgdir/usr/share/applications" \
50
"$pkgdir/usr/share/mime/packages"
51
ln -s "/opt/radium/run_radium.sh" "$pkgdir/usr/bin/radium"
52
ln -s "/opt/radium/bin/radium_16x16x8.png" "$pkgdir/usr/share/icons/hicolor/16x16/apps/radium.png"
53
ln -s "/opt/radium/bin/radium_32x32x24.png" "$pkgdir/usr/share/icons/hicolor/32x32/apps/radium.png"
54
ln -s "/opt/radium/bin/radium_128x128x32.png" "$pkgdir/usr/share/icons/hicolor/128x128/apps/radium.png"
55
ln -s "/opt/radium/bin/radium_256x256x32.png" "$pkgdir/usr/share/icons/hicolor/256x256/apps/radium.png"
56
ln -s "/opt/radium/bin/radium.desktop" "$pkgdir/usr/share/applications/radium.desktop"
57
ln -s "/opt/radium/bin/radium-mimetype.xml" "$pkgdir/usr/share/mime/packages/radium.xml"
58
}
59
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 |