mtplayer-daily
The package downloads a source zip from the project's official domain (p2tools.de) which is not on the whitelist but plausibly legitimate; it installs a Java application and helper scripts without executing untrusted remote code or exhibiting malicious behavior.
Triggered rules
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 zip from the project's official domain (p2tools.de) which is not on the whitelist but plausibly legitimate; it installs a Java application and helper scripts without executing untrusted remote code or exhibiting malicious behavior.
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:24
source=("https://www.p2tools.de/download/${pkgname%-daily}/daily/${_realname}-${_majorver}-${_middlever}__${_minorver}.zip"
PKGBUILD
1 offending line(s) highlighted# Contributor: Steffen Weber <-boenki-gmx-de->
# Contributor: Stephan Springer <buzo+arch@Lini.de>
# Contributor: Soeren Koerner <nonick at posteo dot de>
# Contributor: Benedikt 'linopolus' Mueller <benemue at googlemail dot com>
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=mtplayer-daily
_realname=MTPlayer
_majorver=14
_middlever=46
_minorver=2023.08.06
pkgver=${_majorver}__${_minorver}
pkgrel=1
pkgdesc="Offers access to the Mediathek of different german tv stations (ARD, ZDF, Arte, etc.)"
arch=('any')
url="https://www.p2tools.de/mtplayer/"
license=('GPL3')
conflicts=('mtplayer')
provides=('mtplayer')
depends=('java-runtime>=11' 'ffmpeg')
optdepends=('rtmpdump: stream flash'
'flvstreamer: stream flash alternatively'
'vlc: play files directly from mediathek')
source=("https://www.p2tools.de/download/${pkgname%-daily}/daily/${_realname}-${_majorver}-${_middlever}__${_minorver}.zip"
${pkgname%-daily}.desktop ${pkgname%-daily}.sh)
sha256sums=('8313c8aa6558bacf23d6b14165bce50fe174401ba19a70e501590fb7e3b9fd5c'
'5194cdac06d08c84d3de151aaf77990a90ff14483329efcb0f6f898f3007ad24'
'e41444cc5fb59938e1532eeb7d6e9163812226dc8f5790e529858bcf4b38cd30')
package() {
install -d "$pkgdir"/opt
cp -r $_realname "$pkgdir"/opt
install -Dm755 "$srcdir"/${pkgname%-daily}.sh "$pkgdir"/usr/bin/${pkgname%-daily}.sh
install -Dm644 "$srcdir"/${pkgname%-daily}.desktop \
"$pkgdir"/usr/share/applications/${pkgname%-daily}.desktop
# remove unneeded stuff
find "$pkgdir" -name "*.exe" -exec rm {} \;
install -Dm644 "$pkgdir"/opt/$_realname/$_realname.png "$pkgdir"/usr/share/pixmaps/MTPlayer.png
rm "$pkgdir"/opt/$_realname/$_realname.png
rmdir "$pkgdir"/opt/$_realname/bin
}
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 |