tiny-media-manager
maintainer Larslol140
· 25 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt tarball from the project's official archive domain, which is not on the standard whitelist but plausibly legitimate; however, it is a prebuilt binary release, not built from source, leading to a low severity due to reduced verifiability despite official origin.
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 not on the standard whitelist but plausibly legitimate; however, it is a prebuilt binary release, not built from source, leading to a low severity due to reduced verifiability despite official origin.
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
8
pkgname=tiny-media-manager
9
pkgver=5.3.0
10
pkgrel=1
11
pkgdesc="A multi-OS media managment tool"
12
arch=('any')
13
url="https://www.tinymediamanager.org/"
14
license=('Apache')
15
depends=(
16
'libmediainfo'
17
)
18
install=tinyMediaManager.install
19
noextract=("tmm_${pkgver}_linux.tar.xz")
20
source=("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
25
sha256sums=('fa1e20c490fdcbc46e0b4b82f8954e793c40781ed95bba149303f7f5496c6bcc'
26
'24e9538f8fcb6fcb7db954efca66354177d09bdc58bc28a91e481475c2044c36'
27
'd97b2206915a882c034149f3fa097445bb8bb350441bf8fdf331245e11be4f6c'
28
'd6cc87cf9166f0c47940ffa6c279a9c2bc237533ebf38afb2a387532019f5675')
29
30
prepare() {
31
sed -i "s|HOME_DIR|${HOME}|g" "${startdir}/tinyMediaManager.install"
32
sed -i "s/VERSION/${pkgver}/g" "${startdir}/tinyMediaManager.desktop"
33
}
34
35
package() {
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
Changes since previous scan
--- PKGBUILD @ 2026-07-20 00:19+++ PKGBUILD @ 2026-08-03 00:08@@ -6,7 +6,7 @@ _gitname=tinyMediaManager pkgname=tiny-media-manager-pkgver=5.2.12+pkgver=5.3.0 pkgrel=1 pkgdesc="A multi-OS media managment tool" arch=('any')@@ -22,7 +22,7 @@ "tinymediamanager" "tinymediamanager-cli") -sha256sums=('d2fe73494998d89b82884d153da2f489ac8e9b444895c6dcdc260ff6f694c4f3'+sha256sums=('fa1e20c490fdcbc46e0b4b82f8954e793c40781ed95bba149303f7f5496c6bcc' '24e9538f8fcb6fcb7db954efca66354177d09bdc58bc28a91e481475c2044c36' 'd97b2206915a882c034149f3fa097445bb8bb350441bf8fdf331245e11be4f6c' 'd6cc87cf9166f0c47940ffa6c279a9c2bc237533ebf38afb2a387532019f5675')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 21:14:52 | MEDIUM | 1 |
| 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 |