radium_compressor
The source is a tarball from a plausible project-related host (notam02.no) used to build the software from source; the host is not whitelisted but is associated with the project, and no untrusted executables or malicious payloads are involved.
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 source is a tarball from a plausible project-related host (notam02.no) used to build the software from source; the host is not whitelisted but is associated with the project, and no untrusted executables or malicious payloads are involved.
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:13
source=("http://archive.notam02.no/arkiv/src/$pkgname-$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Lieven Moors lievenmoors<aT>gmail<d0t>com
# Contributor: rtfreedman (rob<d0t>til<d0t>freedman<aT>googlemail<d0t>com
pkgname=radium_compressor
pkgver=0.5.1
pkgrel=5
pkgdesc="A standalone jack audio compressor"
arch=(i686 x86_64)
url="http://users.notam02.no/~kjetism/radium/compressor_plugin.php"
license=('GPL2')
depends=(jack qt4)
makedepends=(faust)
source=("http://archive.notam02.no/arkiv/src/$pkgname-$pkgver.tar.gz"
"radium_compressor.desktop"
"radium_compressor.png"
"Makefile.patch")
md5sums=('d6e24bb1ef4f279adda07ff6e10f3601'
'19b176fb5434ebd1ef2e4fcd21081e6b'
'c535752663bd92f3467e9aef7a5316fe'
'48e3e1ee69f0234db1a4bad7af973283')
build() {
cd "$srcdir/$pkgname-$pkgver"
patch -p0 -i ../Makefile.patch
make
# make CXXFLAGS="-march=native"
}
package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
install -Dm644 ../$pkgname.desktop "$pkgdir"/usr/share/applications/$pkgname.desktop
install -Dm644 ../$pkgname.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
}
# vim:set ts=2 sw=2 et:
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 |