prowlarr-nightly-bin
The package downloads prebuilt binaries from the project's official update server (prowlarr.servarr.com), which is plausibly controlled by the project maintainers; the source is not from a personal or untrusted host, and the binaries are verified via sha256sums, making this a standard AUR packaging pattern with low risk.
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 (prowlarr.servarr.com), which is plausibly controlled by the project maintainers; the source is not from a personal or untrusted host, and the binaries are verified via sha256sums, making this a standard AUR packaging pattern with low risk.
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:53
source_x86_64=("Prowlarr.nightly.${pkgver}.linux-core-x64.tar.gz::https://prowlarr.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://prowlarr.servarr.com/v1/update/nightly?version=0.0.0.0&os=linux&runtime=netcore&arch=x64&includeMajorVersion=true
pkgname=prowlarr-nightly-bin
pkgver=2.6.4.5618
pkgrel=1
pkgdesc='Indexer manager/proxy for usenet and torrent users (nightly builds)'
arch=(x86_64 aarch64 armv7h)
url='https://prowlarr.com'
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'
'flaresolverr: A proxy server to bypass Cloudflare protection'
'sonarr: automatically integrates with and syncs indexers'
'radarr: automatically integrates with and syncs indexers'
'lidarr: automatically integrates with and syncs indexers'
'readarr: automatically integrates with and syncs indexers'
'whisparr: automatically integrates with and syncs indexers'
'mylar3: automatically integrates with and syncs indexers'
'lazylibrarian: automatically integrates with and syncs indexers'
)
provides=(prowlarr)
conflicts=(prowlarr)
options=(!debug)
install=prowlarr.install
source=(
package_info
prowlarr.service
prowlarr.sysusers
prowlarr.tmpfiles
)
source_x86_64=("Prowlarr.nightly.${pkgver}.linux-core-x64.tar.gz::https://prowlarr.servarr.com/v1/update/nightly/updatefile?version=${pkgver}&os=linux&runtime=netcore&arch=x64")
source_aarch64=("Prowlarr.nightly.${pkgver}.linux-core-arm64.tar.gz::https://prowlarr.servarr.com/v1/update/nightly/updatefile?version=${pkgver}&os=linux&runtime=netcore&arch=arm64")
source_armv7h=("Prowlarr.nightly.${pkgver}.linux-core-arm.tar.gz::https://prowlarr.servarr.com/v1/update/nightly/updatefile?version=${pkgver}&os=linux&runtime=netcore&arch=arm")
sha256sums=('5cb90253a2c8c42a98ad8b7573d6905ad478b877dffbe50b9f7667f28cdbd806'
'0c9d7cda701395a8ddb708c111de58437543485702de23e23a0164a162a53bbc'
'ee61f5621eae6ab932fb093a4f75a0ab11bf9e3ca829f0d34c25014f68aeff7d'
'75591d19518bafc60862c60848ecad84f92c7f2b47b2b4eeafcbbbd650a43043')
sha256sums_x86_64=('edbb64f96b5cb19513f74efaec8936546c518eaf57d1f39126bc0fa661267251')
sha256sums_aarch64=('c1ee6307335f34190a5e8d49f26ddbda5d11aa83673309ca31f77e0f2b9546b3')
sha256sums_armv7h=('68525d5a95ded43b875ee436b80ade520d44b439c06308a533969cdec8d3ccb8')
package() {
install -dm755 "${pkgdir}/usr/lib/prowlarr/bin"
# License
install -Dm644 Prowlarr/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
rm Prowlarr/LICENSE
# Remove Service Helpers, and Update files
rm Prowlarr/ServiceInstall*
rm Prowlarr/ServiceUninstall*
rm -rf Prowlarr/Prowlarr.Update
# Disable built in updater.
install -Dm644 package_info "${pkgdir}/usr/lib/prowlarr"
echo "PackageVersion=${pkgver}-${pkgrel}" >> "${pkgdir}/usr/lib/prowlarr/package_info"
# Copy Prowlarr
cp -dr Prowlarr/* "${pkgdir}/usr/lib/prowlarr/bin"
# Systemd
install -Dm644 prowlarr.service "${pkgdir}/usr/lib/systemd/system/prowlarr.service"
install -Dm644 prowlarr.sysusers "${pkgdir}/usr/lib/sysusers.d/prowlarr.conf"
install -Dm644 prowlarr.tmpfiles "${pkgdir}/usr/lib/tmpfiles.d/prowlarr.conf"
}
Changes since previous scan
--- PKGBUILD @ 2026-09-13 00:19+++ PKGBUILD @ 2026-09-17 00:27@@ -3,7 +3,7 @@ # Helpful URL: https://prowlarr.servarr.com/v1/update/nightly?version=0.0.0.0&os=linux&runtime=netcore&arch=x64&includeMajorVersion=true pkgname=prowlarr-nightly-bin-pkgver=2.6.4.5611+pkgver=2.6.4.5618 pkgrel=1 pkgdesc='Indexer manager/proxy for usenet and torrent users (nightly builds)' arch=(x86_64 aarch64 armv7h)@@ -57,9 +57,9 @@ '0c9d7cda701395a8ddb708c111de58437543485702de23e23a0164a162a53bbc' 'ee61f5621eae6ab932fb093a4f75a0ab11bf9e3ca829f0d34c25014f68aeff7d' '75591d19518bafc60862c60848ecad84f92c7f2b47b2b4eeafcbbbd650a43043')-sha256sums_x86_64=('4a6e44e0b12ed0741ce83e0713aaa6a7f81bf5b2b9980343191976e1a884b3f5')-sha256sums_aarch64=('a716ce9d6206e46f18c0f82e88b8bd76536487ac25e18cd1ccfc7d249acad5af')-sha256sums_armv7h=('7bb1e5fbf41f9ddb4e2b055d3eee280573cd1dfe846a106bf56d62ce8ce0fd95')+sha256sums_x86_64=('edbb64f96b5cb19513f74efaec8936546c518eaf57d1f39126bc0fa661267251')+sha256sums_aarch64=('c1ee6307335f34190a5e8d49f26ddbda5d11aa83673309ca31f77e0f2b9546b3')+sha256sums_armv7h=('68525d5a95ded43b875ee436b80ade520d44b439c06308a533969cdec8d3ccb8') package() { install -dm755 "${pkgdir}/usr/lib/prowlarr/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 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 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 |
| 2026-09-03 15:53:41 | Medium | 1 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |