roonbridge
maintainer blackhole
· 5 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt binaries from the official project domain (roonlabs.net), which is a legitimate source; the SKIP'd checksums are a packaging weakness but do not imply malicious intent or code execution from an untrusted host.
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 prebuilt binaries from the official project domain (roonlabs.net), which is a legitimate source; the SKIP'd checksums are a packaging weakness but do not imply malicious intent or code execution from an untrusted host.
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_x86_64=("https://download.roonlabs.net/builds/RoonBridge_linuxx64.tar.bz2")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Audiolinux audiolinux@fastmail.fm
2
3
pkgname=roonbridge
4
_pkgname=RoonBridge
5
pkgver=2.60.1501
6
pkgrel=1
7
_pkgrel_x86_64=4
8
_pkgrel_armv7h=4
9
_pkgrel_aarch64=4
10
pkgdesc="The music player for music lovers"
11
arch=('x86_64' 'armv7h' 'aarch64')
12
url="https://roonlabs.com/"
13
license=('custom')
14
depends=('alsa-lib' 'glibc')
15
source=('roonbridge.service'
16
'copyright')
17
source_x86_64=("https://download.roonlabs.net/builds/RoonBridge_linuxx64.tar.bz2")
18
source_armv7h=("https://download.roonlabs.net/builds/RoonBridge_linuxarmv7hf.tar.bz2")
19
source_aarch64=("https://download.roonlabs.net/builds/RoonBridge_linuxarmv8.tar.bz2")
20
sha256sums=('e24bfbb30142bcf819928c0cd87947ad2d988968aef4aa06e13f3abb578a1588'
21
'31b6cac147644ad4d0908906b91e631752111939be88031e03da72182de5be93')
22
sha256sums_x86_64=('SKIP')
23
sha256sums_armv7h=('SKIP')
24
sha256sums_aarch64=('SKIP')
25
install=${pkgname}.install
26
27
pkgver() {
28
grep build ${srcdir}/$_pkgname/VERSION | sed -e 's/ (build /./' -e 's/).*//' -e 's/ //g'
29
}
30
31
package() {
32
cd "$srcdir"
33
mkdir -p ${pkgdir}/opt/
34
bsdtar xf RoonBridge_*.tar.bz2 -C "$pkgdir/opt"
35
install -Dm644 "roonbridge.service" "$pkgdir/usr/lib/systemd/system/roonbridge.service"
36
install -Dm644 "copyright" "$pkgdir/usr/share/licenses/$pkgname/COPYING"
37
38
}
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 |