audirvana-studio
maintainer blackhole
· 5 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb binary from a non-standard host (audirvana.com) which is not a common upstream source for AUR packages, posing a supply-chain risk if the host is compromised or the download is intercepted; the binary is then extracted and installed without recompilation, increasing exposure to unverifiable code execution.
Triggered rules
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:11
source=("https://audirvana.com/delivery/linux/apt-repo/pool/non-free/audirvana-studio/audirvana-studio_"$pkgver"_amd64.deb" 'audirvanaStudio.service')
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb binary from a non-standard host (audirvana.com) which is not a common upstream source for AUR packages, posing a supply-chain risk if the host is compromised or the download is intercepted; the binary is then extracted and installed without recompilation, increasing exposure to unverifiable code execution.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Audiolinux audiolinux@fastmail.fm
2
3
pkgname=audirvana-studio
4
pkgver=3.3.0
5
pkgrel=1
6
pkgdesc="Audirvana Studio audio player"
7
arch=('x86_64')
8
url="https://audirvana.com/"
9
license=('custom')
10
depends=('glibc' 'gcc-libs' 'alsa-lib' 'avahi' 'curl' 'libxml2')
11
source=("https://audirvana.com/delivery/linux/apt-repo/pool/non-free/audirvana-studio/audirvana-studio_"$pkgver"_amd64.deb" 'audirvanaStudio.service')
12
sha256sums=('089fb4ccea50d5403fc8c8d3137fd19c7362484c9e39f51b284bf09cc2c98114'
13
'c677a4e78cd0f752babe89943f85f3e7a915f4657e7529abfc0a95ab5e26b5bd')
14
install=${pkgname}.install
15
16
package() {
17
bsdtar xf data.tar.gz -C "$pkgdir"
18
install -Dm644 "audirvanaStudio.service" "$pkgdir/usr/lib/systemd/user/audirvanaStudio.service"
19
install -Dm644 "$pkgdir/opt/audirvana/studio/share/CREDITS" "$pkgdir/usr/share/licenses/$pkgname/CREDITS"
20
install -Dm644 "$pkgdir/opt/audirvana/studio/share/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/COPYING"
21
#chmod 4755 "$pkgdir/opt/audirvana/studio/smb_mount_helper"
22
rm -rf "$pkgdir/opt/audirvana/studio/share/etc"
23
rm -f "$pkgdir/opt/audirvana/studio/share/CREDITS"
24
rm -f "$pkgdir/opt/audirvana/studio/share/LICENSE"
25
}
26
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |