molotov
maintainer milouse
· 38 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt AppImage from the official project domain, which is normal for AppImage-based applications; the host is not whitelisted but is plausibly official, and the checksum is verified.
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 prebuilt AppImage from the official project domain, which is normal for AppImage-based applications; the host is not whitelisted but is plausibly official, and the checksum is verified.
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:14
source=("https://desktop-auto-upgrade.molotov.tv/linux/Molotov-${pkgver}.AppImage"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Étienne Deparis <etienne@depar.is>
2
3
pkgname=molotov
4
# Check last version by a call on https://desktop-auto-upgrade.molotov.tv/linux/manifest.json
5
pkgver=4.5.1
6
pkgrel=2
7
pkgdesc="Streaming access to French (only) TV channels."
8
arch=('i686' 'x86_64')
9
url="https://www.molotov.tv/"
10
license=('unknown')
11
depends=('fuse' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils')
12
makedepends=('p7zip')
13
options=('!strip')
14
source=("https://desktop-auto-upgrade.molotov.tv/linux/Molotov-${pkgver}.AppImage"
15
'molotov')
16
sha256sums=('dcea91f794270f11d89ab3e674b09cd02014f67442b704ef8d9b798d47f5bbd4'
17
'3a2d0c45ec2a964b229ee44a729d5d86319d573296ca44c8a33e171ce23a3b47')
18
19
prepare() {
20
chmod u+x Molotov-${pkgver}.AppImage
21
./Molotov-${pkgver}.AppImage --appimage-extract &> /dev/null
22
}
23
24
build() {
25
sed -i "s/^Exec=AppRun --no-sandbox %U$/Exec=$pkgname/" squashfs-root/molotov.desktop
26
sed -i "s/^Categories=AudioVideo/Categories=Video;Player;AudioVideo/" squashfs-root/molotov.desktop
27
sed -i "s/MOLOTOV_VERSION/${pkgver}/g" molotov
28
}
29
30
package() {
31
install -d -m755 "$pkgdir/usr/share/"{applications,icons/hicolor}
32
install -d -m755 "$pkgdir/opt/appimages"
33
# TODO find a decent license
34
#install -d -m755 "$pkgdir/usr/share/licenses/$pkgname"
35
36
hicolor="squashfs-root/usr/share/icons/hicolor"
37
for size in $(ls -1 $hicolor); do
38
install -d -m755 "$pkgdir/usr/share/icons/hicolor/$size/apps"
39
install -D -m644 $hicolor/$size/apps/molotov.png "$pkgdir/usr/share/icons/hicolor/$size/apps/molotov.png"
40
done
41
42
install -D -m644 squashfs-root/molotov.desktop "$pkgdir/usr/share/applications/appimagekit-molotov.desktop"
43
install -D -m755 molotov "$pkgdir/usr/bin/molotov"
44
install -D -m755 Molotov-$pkgver.AppImage "$pkgdir/opt/appimages/Molotov-$pkgver.AppImage"
45
rm -r squashfs-root
46
}
47
48
49
# Local Variables:
50
# sh-basic-offset: 4
51
# End:
52
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 |