evostream-mediaserver

MEDIUM
maintainer tomi77 0 votes scanned 2026-09-17 00:27:14.276658
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-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

Report a package

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

0 / 4000
Your suggestion