radarr-bin

maintainer txtsd · 65 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt binary from the project's official update server (radarr.servarr.com), which is plausibly controlled by the Radarr project; although the host is not a standard code forge, the download is verified via sha256sum and used to install an official build, representing normal AUR packaging behavior with low supply-chain risk.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt binary from the project's official update server (radarr.servarr.com), which is plausibly controlled by the Radarr project; although the host is not a standard code forge, the download is verified via sha256sum and used to install an official build, representing normal AUR packaging behavior with low supply-chain risk.

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:48 source_x86_64=("Radarr.master.${pkgver}.linux-core-x64.tar.gz::https://radarr.servarr.com/v1/update/master/updatefile?version=${pkgver}&os=linux&runtime=netcore&arch=x64")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: txtsd <aur.archlinux@ihavea.quest>
2# Maintainer: Donald Webster <fryfrog@gmail.com>
3# Contributor: Devin Buhl <devin.kray@gmail.com>
4# Helpful URL: https://radarr.servarr.com/v1/update/master?version=0.0.0.0&os=linux&runtime=netcore&arch=x64&includeMajorVersion=true
5
6pkgname=radarr-bin
7pkgver=6.3.0.10514
8pkgrel=1
9pkgdesc='Movie organizer/manager for usenet and torrent users'
10arch=(x86_64 aarch64 armv7h)
11url='https://radarr.video'
12license=('GPL-3.0-or-later')
13groups=(servarr-bin)
14depends=(
15 gcc-libs
16 glibc
17 sqlite
18 zlib
19)
20optdepends=(
21 'postgresql: postgresql database'
22 'sabnzbd: usenet downloader'
23 'nzbget: usenet downloader'
24 'qbittorrent: torrent downloader'
25 'deluge: torrent downloader'
26 'rtorrent: torrent downloader'
27 'nodejs-flood: torrent downloader'
28 'vuze: torrent downloader'
29 'aria2: torrent downloader'
30 'transmission-cli: torrent downloader (CLI and daemon)'
31 'transmission-gtk: torrent downloader (GTK+)'
32 'transmission-qt: torrent downloader (Qt)'
33 'jackett: torrent indexer proxy'
34 'nzbhydra2: torznab and usenet indexer proxy'
35 'prowlarr: torrent and usenet indexer proxy'
36 'autobrr: irc, torrent and usenet indexer proxy'
37)
38provides=(radarr)
39conflicts=(radarr)
40options=(!debug)
41install=radarr.install
42source=(
43 package_info
44 radarr.service
45 radarr.sysusers
46 radarr.tmpfiles
47)
48source_x86_64=("Radarr.master.${pkgver}.linux-core-x64.tar.gz::https://radarr.servarr.com/v1/update/master/updatefile?version=${pkgver}&os=linux&runtime=netcore&arch=x64")
49source_aarch64=("Radarr.master.${pkgver}.linux-core-arm64.tar.gz::https://radarr.servarr.com/v1/update/master/updatefile?version=${pkgver}&os=linux&runtime=netcore&arch=arm64")
50source_armv7h=("Radarr.master.${pkgver}.linux-core-arm.tar.gz::https://radarr.servarr.com/v1/update/master/updatefile?version=${pkgver}&os=linux&runtime=netcore&arch=arm")
51sha256sums=('dd9a40cb2885bcc80d0057c50920707f003a64012df03ab6dad0bf67e651e591'
52 '25637c6496aa59673aada6acc6cf41025a5f12a844025ee41d8a6cc66b84b5c0'
53 'bb73e0c55711d7ddbf74140b3beb39cb8674ae92be8387c3dd8109bcd53faca8'
54 'c68efcb3778cb497d7c256dc97df7413ce09f07ea341e4d2683e7fee321cbcbb')
55sha256sums_x86_64=('41d6455c037ff267c5ad5a0f0de4502cebe8f89ec3d051da97851933d48a4047')
56sha256sums_aarch64=('392ee99a358c0cad98db1da4cd394680a9bbd9eff9d293ee5d9cf8ce93a6ba43')
57sha256sums_armv7h=('0e9a281976b03f48917e478eac438d8d12e1bef8644f5ddcf8a66f2d80414a13')
58
59package() {
60 install -dm755 "${pkgdir}/usr/lib/radarr/bin"
61
62 # License
63 install -Dm644 Radarr/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
64 rm Radarr/LICENSE
65
66 # Remove Service Helpers, and Update files
67 rm Radarr/ServiceInstall*
68 rm Radarr/ServiceUninstall*
69 rm -rf Radarr/Radarr.Update
70
71 # Disable built in updater.
72 install -Dm644 package_info "${pkgdir}/usr/lib/radarr"
73 echo "PackageVersion=${pkgver}-${pkgrel}" >> "${pkgdir}/usr/lib/radarr/package_info"
74
75 # Copy Radarr
76 cp -dpr --no-preserve=ownership Radarr/* "${pkgdir}/usr/lib/radarr/bin"
77
78 # Systemd
79 install -Dm644 radarr.service "${pkgdir}/usr/lib/systemd/system/radarr.service"
80 install -Dm644 radarr.sysusers "${pkgdir}/usr/lib/sysusers.d/radarr.conf"
81 install -Dm644 radarr.tmpfiles "${pkgdir}/usr/lib/tmpfiles.d/radarr.conf"
82}
83

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion