ivideon-server
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
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"
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# Maintainer: Shalygin Konstantin <k0ste@k0ste.ru>
# Contributor: Shalygin Konstantin <k0ste@k0ste.ru>
pkgname='ivideon-server'
pkgver='3.14.0'
pkgrel='11543'
_rel='d694e54'
_libqt_name='libqt542-ivideon'
_libqt_ver='5.4.2.2'
pkgdesc='Ivideon Server (with QT5 GUI)'
arch=('x86_64')
url='https://ivideon.com'
license=('freeware')
depends=('ivideon-server-headless' 'qt5-base' 'qt5-multimedia' 'libsndfile' 'libxcb' 'libsm')
conflicts=('ivideon-video-server-nogui' 'ivideon-video-server')
noextract=("${source[@]%%::*}")
source=("https://packages.ivideon.com/ubuntu/pool/non-free/i/ivideon-video-server/ivideon-video-server_${pkgver}-${pkgrel}~${_rel}_amd64.deb"
"https://packages.ivideon.com/ubuntu/pool/non-free/libq/${_libqt_name}/${_libqt_name}_${_libqt_ver}_amd64.deb"
"${pkgname}_infinity_camera_list.patch")
sha256sums=('3b077a2f2792f7a49e9ffe0ce26da25893257695944661586f316065348185fa'
'7863544a54e3d2e33b601b3939cc483ea1fd681a77a838d6e1896a91f75c194f'
'a220cf727c7520d8c94fe11a28e7fb9a17614dff8f41343e35070c1ff59f754f')
build() {
bsdtar xf "${srcdir}/ivideon-video-server_${pkgver}-${pkgrel}~${_rel}_amd64.deb"
bsdtar xf "data.tar.xz"
bsdtar xf "data.tar.gz"
patch -p1 -i "${srcdir}/${pkgname}_infinity_camera_list.patch"
cd "${srcdir}/opt/ivideon/${pkgname}"
ln -fs ../qtlibs54/platforms platforms
mkdir "${srcdir}/libqt54-ivideon"
cd "${srcdir}/libqt54-ivideon"
bsdtar xf "${srcdir}/${_libqt_name}_${_libqt_ver}_amd64.deb"
bsdtar xf "data.tar.xz"
}
package() {
cp -ax "${srcdir}/opt" "${pkgdir}"
cp -ax "${srcdir}/usr" "${pkgdir}"
cp -ax "${srcdir}/libqt54-ivideon/opt" "${pkgdir}"
}
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 |