evostream-mediaserver
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.
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-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |