tiny-media-manager
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
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)
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# Maintainer: Larslol140 <lars@larslol140.com>
# Contributor: Fabian Köhler <fabian.koehler@protonmail.ch>
# Contributor: Simon Legner <Simon.Legner@gmail.com>
# Contributor: Filippo Berto <berto.f at protonmail dot com>
# Contributor: Viktor Hundahl Strate <viktorstrate@gmail.com>
_gitname=tinyMediaManager
pkgname=tiny-media-manager
pkgver=5.3.1
pkgrel=1
pkgdesc="A multi-OS media managment tool"
arch=('any')
url="https://www.tinymediamanager.org/"
license=('Apache')
depends=(
'libmediainfo'
)
install=tinyMediaManager.install
noextract=("tmm_${pkgver}_linux.tar.xz")
source=("tmm_${pkgver}_linux.tar.xz::https://archive.tinymediamanager.org/v${pkgver}/tinyMediaManager-${pkgver}-linux-amd64.tar.xz"
"tinyMediaManager.desktop"
"tinymediamanager"
"tinymediamanager-cli")
sha256sums=('af40442b71c3b289c44f8605b4aba1a53790c87b71e916b166d1fe69bb558181'
'24e9538f8fcb6fcb7db954efca66354177d09bdc58bc28a91e481475c2044c36'
'd97b2206915a882c034149f3fa097445bb8bb350441bf8fdf331245e11be4f6c'
'd6cc87cf9166f0c47940ffa6c279a9c2bc237533ebf38afb2a387532019f5675')
prepare() {
sed -i "s|HOME_DIR|${HOME}|g" "${startdir}/tinyMediaManager.install"
sed -i "s/VERSION/${pkgver}/g" "${startdir}/tinyMediaManager.desktop"
}
package() {
destpath="$pkgdir/usr/share/$_gitname"
mkdir -p "$destpath"
tar -xvf "tmm_${pkgver}_linux.tar.xz" --directory "$destpath" --strip-components 1
# Fix template permissions
chmod 755 $destpath/templates
find $destpath/templates -type d -exec chmod 755 {} \;
find $destpath/templates -type f -exec chmod 644 {} \;
# Install desktop entry
install -D "$srcdir/tinyMediaManager.desktop" "$pkgdir/usr/share/applications/tinyMediaManager.desktop"
install -D "$destpath/tmm.png" "$pkgdir/usr/share/pixmaps/tmm.png"
# Install launch scripts
install -D "$srcdir/tinymediamanager-cli" "$pkgdir/usr/bin/tinymediamanager-cli"
install -D "$srcdir/tinymediamanager" "$pkgdir/usr/bin/tinymediamanager"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |