tdarr

maintainer plasticbomb1986 · 3 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package downloads prebuilt binaries from a non-standard host (Backblaze B2 storage), which is not a typical source for AUR packages and presents a supply-chain risk if the host is compromised or the files are swapped, though the files are checksum-verified.

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:20 "https://f000.backblazeb2.com/file/tdarrs/versions/${pkgver}/linux_x64/Tdarr_Server.zip"
MEDIUM AI review llm_review

An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads prebuilt binaries from a non-standard host (Backblaze B2 storage), which is not a typical source for AUR packages and presents a supply-chain risk if the host is compromised or the files are swapped, though the files are checksum-verified.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Attila Deak <plasticbomb1986@gmail.com>
2# Contributor: Mateusz Galazyn <carbolymer@gmail.com>
3
4pkgname='tdarr'
5pkgver=2.82.02
6pkgrel=1
7pkgdesc='Transcoding application manager for processing media libraries. Server + Node'
8arch=('x86_64')
9url='https://tdarr.io/'
10
11options=(!strip)
12
13depends=()
14
15makedepends=('unzip')
16
17optdepends=()
18
19source=(
20 "https://f000.backblazeb2.com/file/tdarrs/versions/${pkgver}/linux_x64/Tdarr_Server.zip"
21 "https://f000.backblazeb2.com/file/tdarrs/versions/${pkgver}/linux_x64/Tdarr_Node.zip"
22 'tdarr-node.service'
23 'tdarr-server.service'
24 'tdarr.sysusers'
25 'tdarr.tmpfiles'
26)
27
28noextract=(
29 'Tdarr_Server.zip'
30 'Tdarr_Node.zip'
31)
32sha256sums=(
33 'e951a9542803efd52c33e40e3e7605dd51df7ae3642d5192c6cbc1ba0b0c9d9b'
34 '80e7b33e1de918580304072c9260c0e46fa3b345db01f43cb267d1b7bae65dd6'
35 '95e7c43861b6af12ff935063ede0287b6bb2d753299c5f26ca8e1841727dbdbb'
36 'cb11e62960ae73e21a13db5df0ad30d2ffff930108dc2d8e4321079a31c30d4e'
37 '3400d977769056ad626c065ada7fe74f3a2370b4faa090706110e7acedf70ffc'
38 '12cbabe6a417d17b30176c6f6916616fa86e0384ec8489e79551278808ec6376')
39
40prepare() {
41 mkdir -p "${srcdir}/server" "${srcdir}/node"
42 unzip Tdarr_Node.zip -d "${srcdir}/node"
43 unzip Tdarr_Server.zip -d "${srcdir}/server"
44}
45
46package() {
47 install -d -m 755 "${pkgdir}/var/lib/tdarr/server"
48 install -d -m 755 "${pkgdir}/var/lib/tdarr/node"
49 cp -dpr --no-preserve=ownership "${srcdir}/server/"* "${pkgdir}/var/lib/tdarr/server"
50 cp -dpr --no-preserve=ownership "${srcdir}/node/"* "${pkgdir}/var/lib/tdarr/node"
51
52 install -D -m 644 "${srcdir}/tdarr.sysusers" "${pkgdir}/usr/lib/sysusers.d/tdarr.conf"
53 install -D -m 644 "${srcdir}/tdarr-node.service" "${pkgdir}/usr/lib/systemd/system/tdarr-node.service"
54 install -D -m 644 "${srcdir}/tdarr-server.service" "${pkgdir}/usr/lib/systemd/system/tdarr-server.service"
55 install -D -m 644 "${srcdir}/tdarr.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/tdarr.conf"
56}
57

Scan history

Scanned at (UTC)SeverityRules
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 19:59:04 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

Report a package

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

0 / 4000
Your suggestion