renamemytvseries-qt-bin

LOW
maintainer zynex 2 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a source archive from the project's official website, which is not on a standard code hosting platform but is plausibly the project's own release channel; the archive is verified with a matching sha256sum, and the build process installs only the project's own binaries and assets, posing no evident risk of remote code execution or tampering.

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 package downloads a source archive from the project's official website, which is not on a standard code hosting platform but is plausibly the project's own release channel; the archive is verified with a matching sha256sum, and the build process installs only the project's own binaries and assets, posing no evident risk of remote code execution or tampering.

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:19 "https://www.tweaking4all.com/downloads/video/${_pgmname}-${pkgver}-QT5-Linux-x64-shared-ffmpeg.tar.xz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Michael Rydén (zynex(at)zoik.se)
2# App: RenameMyTVSeries (QT5)
3# Version: 2.3.12
4
5pkgname=renamemytvseries-qt-bin
6_pgmname=RenameMyTVSeries
7pkgver=2.3.12
8pkgrel=1
9pkgdesc="Rename your TV-Series using TheTVDB (QT5 version)"
10arch=('x86_64')
11url="https://www.tweaking4all.com/home-theatre/rename-my-tv-series-v2/"
12license=('custom')
13depends=('ffmpeg' 'qt5pas' 'qt5-base')
14provides=('renamemytvseries')
15conflicts=('renamemytvseries')
16options=('!debug')
17source=(
18 'LICENSE'
19 "https://www.tweaking4all.com/downloads/video/${_pgmname}-${pkgver}-QT5-Linux-x64-shared-ffmpeg.tar.xz"
20)
21sha256sums=(
22 '986a80aff89e697188bb4eb9f8bfa511c1e933f1e2edd54a3315069c56fec160'
23 '9ad6d79de1cdb5ef04fa8e62e2dc0644b630f0785f6f44634c469a142d351fad'
24)
25
26package() {
27 install -Dm755 "$srcdir/$_pgmname" "$pkgdir/usr/bin/$_pgmname"
28
29 for size in 16 32 64 128 256 512; do
30 install -Dm644 "$srcdir/icons/${size}x${size}.png" \
31 "$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/renamemytvseries.png"
32 done
33
34 install -Dm644 "$srcdir/${_pgmname}.desktop" "$pkgdir/usr/share/applications/${_pgmname}.desktop"
35 sed -i "s|Exec=.*|Exec=env QT_QPA_PLATFORM=xcb /usr/bin/$_pgmname|" "$pkgdir/usr/share/applications/${_pgmname}.desktop"
36 sed -i "s|Icon=.*|Icon=renamemytvseries|" "$pkgdir/usr/share/applications/${_pgmname}.desktop"
37 sed -i '/^NoDisplay=true$/d' "$pkgdir/usr/share/applications/${_pgmname}.desktop"
38
39 install -Dm644 "$srcdir/rmtv.ttf" "$pkgdir/usr/share/fonts/TTF/rmtv.ttf"
40
41 install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/${_pgmname}/LICENSE"
42}
43

Scan history

Scanned at (UTC)SeverityRules
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 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 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 Low 2

Report a package

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

0 / 4000
Your suggestion