audirvana-origin
maintainer blackhole
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a .deb from the official project domain (audirvana.com) which is not on the whitelist but is plausibly legitimate; it extracts and installs the official software, posing low risk as it's from the vendor's own infrastructure.
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 .deb from the official project domain (audirvana.com) which is not on the whitelist but is plausibly legitimate; it extracts and installs the official software, posing low risk as it's from the vendor's own infrastructure.
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:11
source=("https://audirvana.com/delivery/linux/apt-repo/pool/non-free/audirvana-origin/audirvana-origin_"$pkgver"_amd64.deb" 'audirvanaOrigin.service')
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Audiolinux audiolinux@fastmail.fm
2
3
pkgname=audirvana-origin
4
pkgver=3.0.0
5
pkgrel=3
6
pkgdesc="Audirvana Origin 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-origin/audirvana-origin_"$pkgver"_amd64.deb" 'audirvanaOrigin.service')
12
sha256sums=('2dd39c2d2080e07baa4df3760928d154e18a7b43df352dcd0b4db6fb498ce902'
13
'2fbabeb03f921cf4f65993687e0669e544b37c5327d8df1e5f3e70de9b86d2e8')
14
install=${pkgname}.install
15
16
package() {
17
bsdtar xf data.tar.gz -C "$pkgdir"
18
install -Dm644 "audirvanaOrigin.service" "$pkgdir/usr/lib/systemd/user/audirvanaOrigin.service"
19
install -Dm644 "$pkgdir/opt/audirvana/origin/share/CREDITS" "$pkgdir/usr/share/licenses/$pkgname/CREDITS"
20
install -Dm644 "$pkgdir/opt/audirvana/origin/share/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/COPYING"
21
rm -rf "$pkgdir/opt/audirvana/origin/share/etc"
22
rm -f "$pkgdir/opt/audirvana/origin/share/CREDITS"
23
rm -f "$pkgdir/opt/audirvana/origin/share/LICENSE"
24
}
25
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 |