stremio-service
maintainer rnbguy
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from GitHub and a JavaScript file from dl.strem.io, which is a non-whitelisted but official Stremio domain; the file is installed as part of the application and not executed directly at build/install time, posing low risk.
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 tarball from GitHub and a JavaScript file from dl.strem.io, which is a non-whitelisted but official Stremio domain; the file is installed as part of the application and not executed directly at build/install time, posing low risk.
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:29
"server.js::https://dl.strem.io/server/v4.20.17/desktop/server.js"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Ranadeep B < mail at rnbguy dot at >
2
# Contributor: Ranadeep B < mail at rnbguy dot at >
3
4
pkgname=stremio-service
5
pkgver=0.1.21
6
pkgrel=1
7
pkgdesc="The companion app of Stremio Web"
8
arch=('x86_64')
9
url='https://github.com/Stremio/stremio-service'
10
license=('GPL-2.0-only')
11
depends=(
12
'bun'
13
'cairo'
14
'ffmpeg'
15
'gcc-libs'
16
'gdk-pixbuf2'
17
'glib2'
18
'glibc'
19
'gtk3'
20
'libayatana-appindicator'
21
)
22
makedepends=(
23
'openssl'
24
'pkgconf'
25
'rust'
26
)
27
source=(
28
"$pkgname-$pkgver.tar.gz::https://github.com/Stremio/stremio-service/archive/refs/tags/v$pkgver.tar.gz"
29
"server.js::https://dl.strem.io/server/v4.20.17/desktop/server.js"
30
)
31
sha256sums=('1f64ffaed845a6ee5b6e192fdc6cbcf5e8e60615598752e7616fd4c8b75b3c9e'
32
'567a397bb11b788571bf1750fd05dd78927f97bec0c9ddeaa6d9cc1eccee3922')
33
34
build() {
35
cd "$srcdir/$pkgname-$pkgver"
36
37
cargo build --release --locked --features bundled,offline-build --bin stremio-service
38
}
39
40
check() {
41
cd "$srcdir/$pkgname-$pkgver"
42
43
cargo test --release --locked --features bundled,offline-build --lib --test copyright --bin stremio-service
44
}
45
46
package() {
47
cd "$srcdir/$pkgname-$pkgver"
48
49
install -Dm755 resources/stremio-service "$pkgdir/usr/bin/stremio-service"
50
install -Dm755 target/release/stremio-service "$pkgdir/usr/share/stremio-service/stremio-service"
51
install -Dm755 "$srcdir/server.js" "$pkgdir/usr/share/stremio-service/server.js"
52
53
ln -s /usr/bin/bun "$pkgdir/usr/share/stremio-service/stremio-runtime"
54
ln -s /usr/bin/ffmpeg "$pkgdir/usr/share/stremio-service/ffmpeg"
55
ln -s /usr/bin/ffprobe "$pkgdir/usr/share/stremio-service/ffprobe"
56
57
install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
58
install -Dm644 resources/com.stremio.service.desktop "$pkgdir/usr/share/applications/com.stremio.service.desktop"
59
install -Dm644 resources/com.stremio.service.metainfo.xml "$pkgdir/usr/share/metainfo/com.stremio.service.metainfo.xml"
60
install -Dm644 resources/com.stremio.service.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/com.stremio.service.svg"
61
}
62
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 |