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
4
pkgname='tdarr'
5
pkgver=2.82.02
6
pkgrel=1
7
pkgdesc='Transcoding application manager for processing media libraries. Server + Node'
8
arch=('x86_64')
9
url='https://tdarr.io/'
10
11
options=(!strip)
12
13
depends=()
14
15
makedepends=('unzip')
16
17
optdepends=()
18
19
source=(
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
28
noextract=(
29
'Tdarr_Server.zip'
30
'Tdarr_Node.zip'
31
)
32
sha256sums=(
33
'e951a9542803efd52c33e40e3e7605dd51df7ae3642d5192c6cbc1ba0b0c9d9b'
34
'80e7b33e1de918580304072c9260c0e46fa3b345db01f43cb267d1b7bae65dd6'
35
'95e7c43861b6af12ff935063ede0287b6bb2d753299c5f26ca8e1841727dbdbb'
36
'cb11e62960ae73e21a13db5df0ad30d2ffff930108dc2d8e4321079a31c30d4e'
37
'3400d977769056ad626c065ada7fe74f3a2370b4faa090706110e7acedf70ffc'
38
'12cbabe6a417d17b30176c6f6916616fa86e0384ec8489e79551278808ec6376')
39
40
prepare() {
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
46
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |