audiorelay
maintainer detian
· 11 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from the project's own domain (dl.audiorelay.net), which is plausibly official despite being a non-whitelisted host; it installs only a JAR and native libraries, with no obfuscated code or remote execution beyond normal build process.
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 source tarball from the project's own domain (dl.audiorelay.net), which is plausibly official despite being a non-whitelisted host; it installs only a JAR and native libraries, with no obfuscated code or remote execution beyond normal build process.
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=("https://dl.audiorelay.net/setups/linux/$pkgname-$pkgver.tar.gz" "$pkgname.sh" "$pkgname.desktop")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: detian <dehe_tian at outlook dot com>
2
# Contributor: Mark Wagie <mark dot wagie at tutanota dot com>
3
pkgname=audiorelay
4
pkgver=0.27.5
5
pkgrel=6
6
_jre_ver=17
7
pkgdesc="Stream your PC audio to your phone"
8
arch=('x86_64')
9
url="https://$pkgname.net"
10
license=('unknown')
11
depends=('alsa-lib' 'flac' 'harfbuzz' 'libogg' 'libpulse' "java-runtime>=${_jre_ver}" 'archlinux-java-run'
12
'libvorbis' 'libxau' 'libxcb' 'systemd-libs' 'xdg-utils') # 'opus' 'portaudio' 'rtaudio' 'libsamplerate'
13
source=("https://dl.audiorelay.net/setups/linux/$pkgname-$pkgver.tar.gz" "$pkgname.sh" "$pkgname.desktop")
14
install='audiorelay.install'
15
_install_path="/usr/share/java/audiorelay"
16
sha256sums=('c4854139a4bd21e7bf7881a7b6e21ebc4cfe823286783d4fb9ad4bf4edf8e8c7'
17
'4fd8aece2656e8bd8baabcc24b9b15325efeba07d45d840f96d1fb2d72c31762'
18
'069110739a70e19412280315eed84ccca59702ed3791daeda3cb9aa45f8bf030')
19
20
package() {
21
# install assets
22
install -d "$pkgdir"/usr/{bin,/share/{applications,pixmaps}}
23
install -Dm755 "$pkgname.desktop" "$pkgdir/usr/share/applications/"
24
install -Dm644 "$srcdir/lib/AudioRelay.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
25
26
# install startup script
27
install -Dm755 "$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
28
# set APPDIR var for runtime
29
sed -i 's|APPDIR=|APPDIR=\"'$_install_path'\"|' "$pkgdir/usr/bin/$pkgname"
30
31
# install without bundled JVM
32
install -d "$pkgdir/$_install_path/misc"
33
install -Dm644 "$srcdir/lib/app/$pkgname.jar" "$pkgdir/$_install_path/"
34
install -Dm644 "$srcdir/lib/app/AudioRelay.cfg" "$pkgdir/$_install_path/misc"
35
36
# but install bundled native library
37
find "$srcdir/lib/runtime/lib/" \
38
-name 'libnative-*' \
39
-type f \
40
-exec install -Dm644 {} "$pkgdir/$_install_path/misc" \;
41
}
42
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 |