tiny-media-manager

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

The package downloads a prebuilt tarball from the project's official archive domain, which is plausibly controlled by the project maintainers; the source is not executed remotely, and the worst case of a swapped source would be a malicious binary, but the domain and context suggest official infrastructure, making this a normal distribution method rather than a supply-chain risk.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt tarball from the project's official archive domain, which is plausibly controlled by the project maintainers; the source is not executed remotely, and the worst case of a swapped source would be a malicious binary, but the domain and context suggest official infrastructure, making this a normal distribution method rather than a supply-chain risk.

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:20 source=("tmm_${pkgver}_linux.tar.xz::https://archive.tinymediamanager.org/v${pkgver}/tinyMediaManager-${pkgver}-linux-amd64.tar.xz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Larslol140 <lars@larslol140.com>
2# Contributor: Fabian Köhler <fabian.koehler@protonmail.ch>
3# Contributor: Simon Legner <Simon.Legner@gmail.com>
4# Contributor: Filippo Berto <berto.f at protonmail dot com>
5# Contributor: Viktor Hundahl Strate <viktorstrate@gmail.com>
6
7_gitname=tinyMediaManager
8pkgname=tiny-media-manager
9pkgver=5.3.1
10pkgrel=1
11pkgdesc="A multi-OS media managment tool"
12arch=('any')
13url="https://www.tinymediamanager.org/"
14license=('Apache')
15depends=(
16 'libmediainfo'
17)
18install=tinyMediaManager.install
19noextract=("tmm_${pkgver}_linux.tar.xz")
20source=("tmm_${pkgver}_linux.tar.xz::https://archive.tinymediamanager.org/v${pkgver}/tinyMediaManager-${pkgver}-linux-amd64.tar.xz"
21 "tinyMediaManager.desktop"
22 "tinymediamanager"
23 "tinymediamanager-cli")
24
25sha256sums=('af40442b71c3b289c44f8605b4aba1a53790c87b71e916b166d1fe69bb558181'
26 '24e9538f8fcb6fcb7db954efca66354177d09bdc58bc28a91e481475c2044c36'
27 'd97b2206915a882c034149f3fa097445bb8bb350441bf8fdf331245e11be4f6c'
28 'd6cc87cf9166f0c47940ffa6c279a9c2bc237533ebf38afb2a387532019f5675')
29
30prepare() {
31 sed -i "s|HOME_DIR|${HOME}|g" "${startdir}/tinyMediaManager.install"
32 sed -i "s/VERSION/${pkgver}/g" "${startdir}/tinyMediaManager.desktop"
33}
34
35package() {
36 destpath="$pkgdir/usr/share/$_gitname"
37 mkdir -p "$destpath"
38 tar -xvf "tmm_${pkgver}_linux.tar.xz" --directory "$destpath" --strip-components 1
39
40 # Fix template permissions
41 chmod 755 $destpath/templates
42 find $destpath/templates -type d -exec chmod 755 {} \;
43 find $destpath/templates -type f -exec chmod 644 {} \;
44
45 # Install desktop entry
46 install -D "$srcdir/tinyMediaManager.desktop" "$pkgdir/usr/share/applications/tinyMediaManager.desktop"
47 install -D "$destpath/tmm.png" "$pkgdir/usr/share/pixmaps/tmm.png"
48
49 # Install launch scripts
50 install -D "$srcdir/tinymediamanager-cli" "$pkgdir/usr/bin/tinymediamanager-cli"
51 install -D "$srcdir/tinymediamanager" "$pkgdir/usr/bin/tinymediamanager"
52}
53
54

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