evostream-mediaserver

maintainer tomi77 · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged 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

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:12 source=("http://apt.evostream.com/release/debian/9.4/pool/main/e/evostream-mediaserver/${pkgname}_${pkgver}-1_amd64.deb")
MEDIUM AI review 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
1# Maintainer: Tomasz Jakub Rup <tomasz.rup@gmail.com>
2pkgname=evostream-mediaserver
3pkgver=2.0.1.5649
4pkgrel=1
5pkgdesc="EvoStream Media Server"
6arch=('x86_64')
7url="https://evostream.com/"
8license=('custom')
9install="${pkgname}.install"
10provides=('evostreamms')
11conflicts=('evostreamms')
12source=("http://apt.evostream.com/release/debian/9.4/pool/main/e/evostream-mediaserver/${pkgname}_${pkgver}-1_amd64.deb")
13md5sums=('d98fc3d21516f7ddfde6729d0a4f90b3')
14
15package() {
16 depends=('evostream-libavbin' 'evostream-web' 'evostream-systemd')
17
18 msg2 "Extracting the data.tar.xz..."
19 bsdtar -xf "${srcdir}/data.tar.xz" -C "${pkgdir}/"
20
21 msg2 "Preparing license..."
22 pdftotext "${pkgdir}/usr/share/doc/evostreamms/Evostream Media Server EULA v2.pdf"
23
24 msg2 "Adding license..."
25 install -Dm644 "${pkgdir}/usr/share/doc/evostreamms/Evostream Media Server EULA v2.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
26 rm -f "${pkgdir}/usr/share/doc/evostreamms/Evostream Media Server EULA v2.txt"
27
28 msg2 "Removing SysVInit script..."
29 rm -rf "${pkgdir}/etc/init.d"
30
31 msg2 "Correcting path..."
32 mv "${pkgdir}/var/run/" "${pkgdir}/run/"
33}
34

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion