radarr-nightly-bin
The package downloads prebuilt binaries from the project's official update server (radarr.servarr.com), which is plausibly owned by the project; despite the non-whitelisted host, the binaries are verified via sha256sums and are part of normal AUR packaging for this software.
Triggered rules
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 prebuilt binaries from the project's official update server (radarr.servarr.com), which is plausibly owned by the project; despite the non-whitelisted host, the binaries are verified via sha256sums and are part of normal AUR packaging for this software.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:47
source_x86_64=("Radarr.nightly.${pkgver}.linux-core-x64.tar.gz::https://radarr.servarr.com/v1/update/nightly/updatefile?version=${pkgver}&os=linux&runtime=netcore&arch=x64")
PKGBUILD
1 offending line(s) highlighted# Maintainer: txtsd <aur.archlinux@ihavea.quest>
# Maintainer: Donald Webster <fryfrog@gmail.com>
# Helpful URL: https://radarr.servarr.com/v1/update/nightly?version=0.0.0.0&os=linux&runtime=netcore&arch=x64&includeMajorVersion=true
pkgname=radarr-nightly-bin
pkgver=6.4.4.10683
pkgrel=1
pkgdesc='Movie organizer/manager for usenet and torrent users (nightly builds)'
arch=(x86_64 aarch64 armv7h)
url='https://radarr.video'
license=('GPL-3.0-or-later')
groups=(servarr-nightly-bin)
depends=(
gcc-libs
glibc
sqlite
zlib
)
optdepends=(
'postgresql: postgresql database'
'sabnzbd: usenet downloader'
'nzbget: usenet downloader'
'qbittorrent: torrent downloader'
'deluge: torrent downloader'
'rtorrent: torrent downloader'
'nodejs-flood: torrent downloader'
'vuze: torrent downloader'
'aria2: torrent downloader'
'transmission-cli: torrent downloader (CLI and daemon)'
'transmission-gtk: torrent downloader (GTK+)'
'transmission-qt: torrent downloader (Qt)'
'jackett: torrent indexer proxy'
'nzbhydra2: torznab and usenet indexer proxy'
'prowlarr: torrent and usenet indexer proxy'
'autobrr: irc, torrent and usenet indexer proxy'
)
provides=(radarr)
conflicts=(radarr)
options=(!debug)
install=radarr.install
source=(
package_info
radarr.service
radarr.sysusers
radarr.tmpfiles
)
source_x86_64=("Radarr.nightly.${pkgver}.linux-core-x64.tar.gz::https://radarr.servarr.com/v1/update/nightly/updatefile?version=${pkgver}&os=linux&runtime=netcore&arch=x64")
source_aarch64=("Radarr.nightly.${pkgver}.linux-core-arm64.tar.gz::https://radarr.servarr.com/v1/update/nightly/updatefile?version=${pkgver}&os=linux&runtime=netcore&arch=arm64")
source_armv7h=("Radarr.nightly.${pkgver}.linux-core-arm.tar.gz::https://radarr.servarr.com/v1/update/nightly/updatefile?version=${pkgver}&os=linux&runtime=netcore&arch=arm")
sha256sums=('e7d22110337234a9d5ce1ea0f65d0dcd7c76e339c61da77c33b80218638d5c3a'
'25637c6496aa59673aada6acc6cf41025a5f12a844025ee41d8a6cc66b84b5c0'
'bb73e0c55711d7ddbf74140b3beb39cb8674ae92be8387c3dd8109bcd53faca8'
'c68efcb3778cb497d7c256dc97df7413ce09f07ea341e4d2683e7fee321cbcbb')
sha256sums_x86_64=('aeaacfa1a21a3c6592a590b0b1a6e262ea3f61adc33657edeeca9e6ec65aad19')
sha256sums_aarch64=('b02cba67c390248d419ae0fedb58cb57d60935783a3689adecee5749ae9a96a4')
sha256sums_armv7h=('ea6d19cfcffe3b34d2984f814e6a75685612da0d34dce6669380f4c48027cf7e')
package() {
install -dm755 "${pkgdir}/usr/lib/radarr/bin"
# License
install -Dm644 Radarr/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
rm Radarr/LICENSE
# Remove Service Helpers, and Update files
rm Radarr/ServiceInstall*
rm Radarr/ServiceUninstall*
rm -rf Radarr/Radarr.Update
# Disable built in updater.
install -Dm644 package_info "${pkgdir}/usr/lib/radarr"
echo "PackageVersion=${pkgver}-${pkgrel}" >> "${pkgdir}/usr/lib/radarr/package_info"
# Copy Radarr
cp -dr Radarr/* "${pkgdir}/usr/lib/radarr/bin"
# Systemd
install -Dm644 radarr.service "${pkgdir}/usr/lib/systemd/system/radarr.service"
install -Dm644 radarr.sysusers "${pkgdir}/usr/lib/sysusers.d/radarr.conf"
install -Dm644 radarr.tmpfiles "${pkgdir}/usr/lib/tmpfiles.d/radarr.conf"
}
Changes since previous scan
--- PKGBUILD @ 2026-09-13 00:19+++ PKGBUILD @ 2026-09-17 00:27@@ -3,7 +3,7 @@ # Helpful URL: https://radarr.servarr.com/v1/update/nightly?version=0.0.0.0&os=linux&runtime=netcore&arch=x64&includeMajorVersion=true pkgname=radarr-nightly-bin-pkgver=6.4.4.10681+pkgver=6.4.4.10683 pkgrel=1 pkgdesc='Movie organizer/manager for usenet and torrent users (nightly builds)' arch=(x86_64 aarch64 armv7h)@@ -51,9 +51,9 @@ '25637c6496aa59673aada6acc6cf41025a5f12a844025ee41d8a6cc66b84b5c0' 'bb73e0c55711d7ddbf74140b3beb39cb8674ae92be8387c3dd8109bcd53faca8' 'c68efcb3778cb497d7c256dc97df7413ce09f07ea341e4d2683e7fee321cbcbb')-sha256sums_x86_64=('619ccd98d077212bdcd0320e92efe547870c9f20cbdbe54bbe427a4b9a7a4613')-sha256sums_aarch64=('78ef9a074d8bad7a59ee38f08ddfb7304f44fe242badfb905a6f83e4c37d5e1a')-sha256sums_armv7h=('d425626e0268d0c488bd4f618b134e69fb5e89fbe4fc14b72645613cfa3acfa6')+sha256sums_x86_64=('aeaacfa1a21a3c6592a590b0b1a6e262ea3f61adc33657edeeca9e6ec65aad19')+sha256sums_aarch64=('b02cba67c390248d419ae0fedb58cb57d60935783a3689adecee5749ae9a96a4')+sha256sums_armv7h=('ea6d19cfcffe3b34d2984f814e6a75685612da0d34dce6669380f4c48027cf7e') package() { install -dm755 "${pkgdir}/usr/lib/radarr/bin"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 03:13:35 | Medium | 1 |
| 2026-09-13 01:13:16 | Medium | 1 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 23:24:29 | Medium | 1 |
| 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 21:18:22 | Medium | 1 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 13:11:32 | Medium | 1 |
| 2026-09-06 02:02:01 | Medium | 1 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |