tidal-dl-ng
maintainer rubin55
· 10 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from archive.org, a reputable archival service, hosting what appears to be the project's own source code; building from this source is standard for AUR packages and poses low risk despite the non-whitelisted host.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from archive.org, a reputable archival service, hosting what appears to be the project's own source code; building from this source is standard for AUR packages and poses low risk despite the non-whitelisted host.
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:36
"https://archive.org/download/tidal_dl_ng-${pkgver}.tar/tidal_dl_ng-${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Rubin Simons <me@rubin55.org>
2
3
pkgname=tidal-dl-ng
4
_pkgname=${pkgname//-/_}
5
pkgver=0.33.0
6
pkgrel=3
7
pkgdesc='A tool for downloading music and albums from TIDAL'
8
arch=(any)
9
url='https://archive.org/details/tidal_dl_ng-0.33.0.tar'
10
license=(AGPL-3.0-only)
11
depends=(
12
'python'
13
'pyqtdarktheme'
14
'pyside6'
15
'python-ansi2html'
16
'python-coloredlogs'
17
'python-dataclasses-json'
18
'python-m3u8'
19
'python-mutagen'
20
'python-pathvalidate'
21
'python-pycryptodome'
22
'python-python-ffmpeg'
23
'python-requests'
24
'python-rich'
25
'python-tidalapi'
26
'python-toml'
27
'python-typer'
28
'qt6-svg'
29
)
30
makedepends=(
31
'python-build'
32
'python-installer'
33
'python-poetry-core'
34
)
35
source=(
36
"https://archive.org/download/tidal_dl_ng-${pkgver}.tar/tidal_dl_ng-${pkgver}.tar.gz"
37
"tidal-dl-ng"
38
"tidal-dl-ng-gui"
39
"tidal-dl-ng.desktop"
40
)
41
sha256sums=('ace332c674fbb959cc6e7ebbf0316da80bb8f9473954519ca862348f1a659e97'
42
'1d2f9b06b7bba762f9a8770b163e001e5044a38b9d5befa8ea44fa3c98bcf172'
43
'ecdc2868d0df9fa41e3bca50f3f0bcfede7543b54700f45b2095b9662da6dd9c'
44
'd31967428982ea704f7111959faa821772ddcc5290f06350b4209615d08c27d0')
45
46
prepare() {
47
cd "$_pkgname-$pkgver"
48
rm -rf dist
49
}
50
51
build() {
52
cd "$_pkgname-$pkgver"
53
python -m build --wheel --no-isolation
54
}
55
56
package() {
57
cd "$_pkgname-$pkgver"
58
python -m installer --destdir="$pkgdir" dist/*.whl
59
60
# Install scripts
61
install -Dm755 "${srcdir}/tidal-dl-ng" "${pkgdir}/usr/bin/tidal-dl-ng"
62
install -Dm755 "${srcdir}/tidal-dl-ng-gui" "${pkgdir}/usr/bin/tidal-dl-ng-gui"
63
64
# Install desktop file and icon
65
install -Dm755 "${srcdir}/tidal-dl-ng.desktop" "${pkgdir}/usr/share/applications/tidal-dl-ng.desktop"
66
install -Dm644 "${pkgdir}/usr/lib/python3.14/site-packages/tidal_dl_ng/ui/icon512.png" "${pkgdir}/usr/share/pixmaps/tidal-dl-ng.png"
67
}
68
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |