ivideon-server

MEDIUM
maintainer k0ste 5 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads prebuilt .deb binaries from a non-standard host (packages.ivideon.com), which is not on the standard whitelist; although the domain appears official for Ivideon, the use of unverifiable prebuilt binaries from a non-whitelisted host poses a supply-chain risk if the domain were compromised or redirected.

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:17 source=("https://packages.ivideon.com/ubuntu/pool/non-free/i/ivideon-video-server/ivideon-video-server_${pkgver}-${pkgrel}~${_rel}_amd64.deb"
Medium AI review llm_review

An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads prebuilt .deb binaries from a non-standard host (packages.ivideon.com), which is not on the standard whitelist; although the domain appears official for Ivideon, the use of unverifiable prebuilt binaries from a non-whitelisted host poses a supply-chain risk if the domain were compromised or redirected.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Shalygin Konstantin <k0ste@k0ste.ru>
2# Contributor: Shalygin Konstantin <k0ste@k0ste.ru>
3
4pkgname='ivideon-server'
5pkgver='3.14.0'
6pkgrel='11543'
7_rel='d694e54'
8_libqt_name='libqt542-ivideon'
9_libqt_ver='5.4.2.2'
10pkgdesc='Ivideon Server (with QT5 GUI)'
11arch=('x86_64')
12url='https://ivideon.com'
13license=('freeware')
14depends=('ivideon-server-headless' 'qt5-base' 'qt5-multimedia' 'libsndfile' 'libxcb' 'libsm')
15conflicts=('ivideon-video-server-nogui' 'ivideon-video-server')
16noextract=("${source[@]%%::*}")
17source=("https://packages.ivideon.com/ubuntu/pool/non-free/i/ivideon-video-server/ivideon-video-server_${pkgver}-${pkgrel}~${_rel}_amd64.deb"
18 "https://packages.ivideon.com/ubuntu/pool/non-free/libq/${_libqt_name}/${_libqt_name}_${_libqt_ver}_amd64.deb"
19 "${pkgname}_infinity_camera_list.patch")
20sha256sums=('3b077a2f2792f7a49e9ffe0ce26da25893257695944661586f316065348185fa'
21 '7863544a54e3d2e33b601b3939cc483ea1fd681a77a838d6e1896a91f75c194f'
22 'a220cf727c7520d8c94fe11a28e7fb9a17614dff8f41343e35070c1ff59f754f')
23
24build() {
25 bsdtar xf "${srcdir}/ivideon-video-server_${pkgver}-${pkgrel}~${_rel}_amd64.deb"
26 bsdtar xf "data.tar.xz"
27 bsdtar xf "data.tar.gz"
28 patch -p1 -i "${srcdir}/${pkgname}_infinity_camera_list.patch"
29 cd "${srcdir}/opt/ivideon/${pkgname}"
30 ln -fs ../qtlibs54/platforms platforms
31
32 mkdir "${srcdir}/libqt54-ivideon"
33 cd "${srcdir}/libqt54-ivideon"
34 bsdtar xf "${srcdir}/${_libqt_name}_${_libqt_ver}_amd64.deb"
35 bsdtar xf "data.tar.xz"
36}
37
38package() {
39 cp -ax "${srcdir}/opt" "${pkgdir}"
40 cp -ax "${srcdir}/usr" "${pkgdir}"
41 cp -ax "${srcdir}/libqt54-ivideon/opt" "${pkgdir}"
42}
43

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