molotov

LOW
maintainer milouse 37 votes scanned 2026-09-17 00:27:14.276658
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
3pkgname=molotov
4# Check last version by a call on https://desktop-auto-upgrade.molotov.tv/linux/manifest.json
5pkgver=4.5.1
6pkgrel=2
7pkgdesc="Streaming access to French (only) TV channels."
8arch=('i686' 'x86_64')
9url="https://www.molotov.tv/"
10license=('unknown')
11depends=('fuse' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils')
12makedepends=('p7zip')
13options=('!strip')
14source=("https://desktop-auto-upgrade.molotov.tv/linux/Molotov-${pkgver}.AppImage"
15 'molotov')
16sha256sums=('dcea91f794270f11d89ab3e674b09cd02014f67442b704ef8d9b798d47f5bbd4'
17 '3a2d0c45ec2a964b229ee44a729d5d86319d573296ca44c8a33e171ce23a3b47')
18
19prepare() {
20 chmod u+x Molotov-${pkgver}.AppImage
21 ./Molotov-${pkgver}.AppImage --appimage-extract &> /dev/null
22}
23
24build() {
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
30package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion