ivideon-server
maintainer k0ste
· 5 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
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
4
pkgname='ivideon-server'
5
pkgver='3.14.0'
6
pkgrel='11543'
7
_rel='d694e54'
8
_libqt_name='libqt542-ivideon'
9
_libqt_ver='5.4.2.2'
10
pkgdesc='Ivideon Server (with QT5 GUI)'
11
arch=('x86_64')
12
url='https://ivideon.com'
13
license=('freeware')
14
depends=('ivideon-server-headless' 'qt5-base' 'qt5-multimedia' 'libsndfile' 'libxcb' 'libsm')
15
conflicts=('ivideon-video-server-nogui' 'ivideon-video-server')
16
noextract=("${source[@]%%::*}")
17
source=("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")
20
sha256sums=('3b077a2f2792f7a49e9ffe0ce26da25893257695944661586f316065348185fa'
21
'7863544a54e3d2e33b601b3939cc483ea1fd681a77a838d6e1896a91f75c194f'
22
'a220cf727c7520d8c94fe11a28e7fb9a17614dff8f41343e35070c1ff59f754f')
23
24
build() {
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
38
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |