evostream-mediaserver
Triggered rules
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:12
source=("http://apt.evostream.com/release/debian/9.4/pool/main/e/evostream-mediaserver/${pkgname}_${pkgver}-1_amd64.deb")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 82%): The PKGBUILD downloads a prebuilt binary .deb package from apt.evostream.com, which is the official EvoStream vendor APT repository (not a personal or unofficial host). However, the package installs a closed-source, precompiled media server binary directly onto the system. The integrity check uses only MD5 (weak, but present). The main concern is that this is an executed binary from a vendor-controlled host with no strong integrity guarantee (no SHA256/SHA512, no GPG signature verification). If apt.evostream.com were compromised or the binary swapped, the MD5 check provides minimal protection. This is a legitimate supply-chain concern for a binary-only package from a non-Arch vendor repository, which justifies MEDIUM. It is not HIGH because the host is the official vendor's own APT repository, not a personal/random host, and there is no evidence of malicious intent.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Tomasz Jakub Rup <tomasz.rup@gmail.com>
pkgname=evostream-mediaserver
pkgver=2.0.1.5649
pkgrel=1
pkgdesc="EvoStream Media Server"
arch=('x86_64')
url="https://evostream.com/"
license=('custom')
install="${pkgname}.install"
provides=('evostreamms')
conflicts=('evostreamms')
source=("http://apt.evostream.com/release/debian/9.4/pool/main/e/evostream-mediaserver/${pkgname}_${pkgver}-1_amd64.deb")
md5sums=('d98fc3d21516f7ddfde6729d0a4f90b3')
package() {
depends=('evostream-libavbin' 'evostream-web' 'evostream-systemd')
msg2 "Extracting the data.tar.xz..."
bsdtar -xf "${srcdir}/data.tar.xz" -C "${pkgdir}/"
msg2 "Preparing license..."
pdftotext "${pkgdir}/usr/share/doc/evostreamms/Evostream Media Server EULA v2.pdf"
msg2 "Adding license..."
install -Dm644 "${pkgdir}/usr/share/doc/evostreamms/Evostream Media Server EULA v2.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
rm -f "${pkgdir}/usr/share/doc/evostreamms/Evostream Media Server EULA v2.txt"
msg2 "Removing SysVInit script..."
rm -rf "${pkgdir}/etc/init.d"
msg2 "Correcting path..."
mv "${pkgdir}/var/run/" "${pkgdir}/run/"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |