audiorelay

LOW
maintainer detian 11 votes scanned 2026-09-17 00:27:14.276658
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>
3pkgname=audiorelay
4pkgver=0.27.5
5pkgrel=6
6_jre_ver=17
7pkgdesc="Stream your PC audio to your phone"
8arch=('x86_64')
9url="https://$pkgname.net"
10license=('unknown')
11depends=('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'
13source=("https://dl.audiorelay.net/setups/linux/$pkgname-$pkgver.tar.gz" "$pkgname.sh" "$pkgname.desktop")
14install='audiorelay.install'
15_install_path="/usr/share/java/audiorelay"
16sha256sums=('c4854139a4bd21e7bf7881a7b6e21ebc4cfe823286783d4fb9ad4bf4edf8e8c7'
17 '4fd8aece2656e8bd8baabcc24b9b15325efeba07d45d840f96d1fb2d72c31762'
18 '069110739a70e19412280315eed84ccca59702ed3791daeda3cb9aa45f8bf030')
19
20package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion