mtplayer-daily
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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:24
source=("https://www.p2tools.de/download/${pkgname%-daily}/daily/${_realname}-${_majorver}-${_middlever}__${_minorver}.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: Steffen Weber <-boenki-gmx-de->
2
# Contributor: Stephan Springer <buzo+arch@Lini.de>
3
# Contributor: Soeren Koerner <nonick at posteo dot de>
4
# Contributor: Benedikt 'linopolus' Mueller <benemue at googlemail dot com>
5
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
6
7
pkgname=mtplayer-daily
8
_realname=MTPlayer
9
_majorver=14
10
_middlever=46
11
_minorver=2023.08.06
12
pkgver=${_majorver}__${_minorver}
13
pkgrel=1
14
pkgdesc="Offers access to the Mediathek of different german tv stations (ARD, ZDF, Arte, etc.)"
15
arch=('any')
16
url="https://www.p2tools.de/mtplayer/"
17
license=('GPL3')
18
conflicts=('mtplayer')
19
provides=('mtplayer')
20
depends=('java-runtime>=11' 'ffmpeg')
21
optdepends=('rtmpdump: stream flash'
22
'flvstreamer: stream flash alternatively'
23
'vlc: play files directly from mediathek')
24
source=("https://www.p2tools.de/download/${pkgname%-daily}/daily/${_realname}-${_majorver}-${_middlever}__${_minorver}.zip"
25
${pkgname%-daily}.desktop ${pkgname%-daily}.sh)
26
sha256sums=('8313c8aa6558bacf23d6b14165bce50fe174401ba19a70e501590fb7e3b9fd5c'
27
'5194cdac06d08c84d3de151aaf77990a90ff14483329efcb0f6f898f3007ad24'
28
'e41444cc5fb59938e1532eeb7d6e9163812226dc8f5790e529858bcf4b38cd30')
29
30
package() {
31
install -d "$pkgdir"/opt
32
cp -r $_realname "$pkgdir"/opt
33
install -Dm755 "$srcdir"/${pkgname%-daily}.sh "$pkgdir"/usr/bin/${pkgname%-daily}.sh
34
install -Dm644 "$srcdir"/${pkgname%-daily}.desktop \
35
"$pkgdir"/usr/share/applications/${pkgname%-daily}.desktop
36
# remove unneeded stuff
37
find "$pkgdir" -name "*.exe" -exec rm {} \;
38
install -Dm644 "$pkgdir"/opt/$_realname/$_realname.png "$pkgdir"/usr/share/pixmaps/MTPlayer.png
39
rm "$pkgdir"/opt/$_realname/$_realname.png
40
rmdir "$pkgdir"/opt/$_realname/bin
41
}
42
43
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 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 |
| 2026-07-15 00:09:25 | LOW | 2 |