radium_compressor
maintainer orphaned
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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:13
source=("http://archive.notam02.no/arkiv/src/$pkgname-$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Lieven Moors lievenmoors<aT>gmail<d0t>com
2
# Contributor: rtfreedman (rob<d0t>til<d0t>freedman<aT>googlemail<d0t>com
3
4
pkgname=radium_compressor
5
pkgver=0.5.1
6
pkgrel=5
7
pkgdesc="A standalone jack audio compressor"
8
arch=(i686 x86_64)
9
url="http://users.notam02.no/~kjetism/radium/compressor_plugin.php"
10
license=('GPL2')
11
depends=(jack qt4)
12
makedepends=(faust)
13
source=("http://archive.notam02.no/arkiv/src/$pkgname-$pkgver.tar.gz"
14
"radium_compressor.desktop"
15
"radium_compressor.png"
16
"Makefile.patch")
17
18
md5sums=('d6e24bb1ef4f279adda07ff6e10f3601'
19
'19b176fb5434ebd1ef2e4fcd21081e6b'
20
'c535752663bd92f3467e9aef7a5316fe'
21
'48e3e1ee69f0234db1a4bad7af973283')
22
23
build() {
24
cd "$srcdir/$pkgname-$pkgver"
25
patch -p0 -i ../Makefile.patch
26
make
27
# make CXXFLAGS="-march=native"
28
}
29
30
package() {
31
cd "$srcdir/$pkgname-$pkgver"
32
make DESTDIR="$pkgdir" install
33
34
install -Dm644 ../$pkgname.desktop "$pkgdir"/usr/share/applications/$pkgname.desktop
35
install -Dm644 ../$pkgname.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
36
}
37
38
# vim:set ts=2 sw=2 et:
39
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 |