stremio-bin

LOW
maintainer MindHardware 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

Downloads a prebuilt binary .deb from dl.strem.io, which is Stremio's own official download infrastructure, so the source is plausibly legitimate; the b2sum checksum is present (though one hex digit short of a valid b2sum), and patchelf is used only to fix a library soname — no obfuscation, exfiltration, or remote code execution patterns observed.

Triggered rules

Low AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 70%): Downloads a prebuilt binary .deb from dl.strem.io, which is Stremio's own official download infrastructure, so the source is plausibly legitimate; the b2sum checksum is present (though one hex digit short of a valid b2sum), and patchelf is used only to fix a library soname — no obfuscation, exfiltration, or remote code execution patterns observed.

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:25 source=("https://dl.strem.io/shell-linux/v${pkgver}/stremio_${pkgver}-1_amd64.deb")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Saba Goginashvili <mindhardware@protonmail.com>
2
3pkgname=stremio-bin
4pkgver=4.4.168
5pkgrel=1
6pkgdesc="Freedom to Stream. Streaming client for free, with addons"
7arch=('x86_64')
8url="https://stremio.com"
9license=('custom')
10depends=(
11 'mpv'
12 'nodejs'
13 'qt5-webchannel'
14 'qt5-location'
15 'qt5-webengine'
16 'qt5-translations'
17 'qt5-quickcontrols'
18 'qt5-quickcontrols2'
19 'openssl-1.1'
20 'hicolor-icon-theme'
21)
22makedepends=('patchelf')
23provides=("${pkgname}")
24conflicts=("stremio")
25source=("https://dl.strem.io/shell-linux/v${pkgver}/stremio_${pkgver}-1_amd64.deb")
26b2sums=('5cef04a9acc5eb1a5cc9504971bfb72d73c8271076fe615ba2033cd9413b666ddd448d1b806828be2068ed8af501507128d14ad6fddaeaf6c901ec547806818b')
27prepare() {
28 cd "$srcdir"
29 bsdtar -xf data.tar.*
30 patchelf --replace-needed libmpv.so.1 libmpv.so.2 "$srcdir/opt/stremio/stremio"
31}
32package() {
33 cp -r "$srcdir/opt" "$pkgdir"
34 mkdir -p "$pkgdir/usr/bin"
35 ln -sf /opt/stremio/stremio "$pkgdir/usr/bin/stremio"
36 mkdir -p "$pkgdir/usr/share/applications"
37 cp "$pkgdir/opt/stremio/smartcode-stremio.desktop" "$pkgdir/usr/share/applications/stremio.desktop"
38 regex="([^_]+)_([0-9]+).png$"
39 for file in *.png
40 do
41 if [[ $file =~ $regex ]]
42 then
43 icon="${BASH_REMATCH[1]##*/}"
44 size="${BASH_REMATCH[2]}"
45 mkdir -p "$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps"
46 cp "$file" "$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/${icon}.png"
47 fi
48 done
49}
50

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