ivideon-client
maintainer k0ste
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from the official vendor's domain (ivideon.com) to extract and install files; while the host is not a standard code forge, it is the project's official site, and the checksum is verified, making this a typical AUR package for a binary distribution with low supply-chain risk.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt .deb from the official vendor's domain (ivideon.com) to extract and install files; while the host is not a standard code forge, it is the project's official site, and the checksum is verified, making this a typical AUR package for a binary distribution with low supply-chain risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:13
source=("https://packages.ivideon.com/ubuntu/pool/non-free/i/${pkgname}/${pkgname}_${pkgver}.${pkgrel}_amd64.deb"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Shalygin Konstantin <k0ste@k0ste.ru>
2
# Contributor: Shalygin Konstantin <k0ste@k0ste.ru>
3
4
pkgname='ivideon-client'
5
pkgver='6.20.0'
6
pkgrel='2076'
7
pkgdesc='Ivideon Client'
8
arch=('x86_64')
9
url='https://ivideon.com'
10
license=('freeware')
11
depends=('qt5-base' 'openssl' 'qt5-multimedia' 'qt5-websockets')
12
makedepends=('libarchive')
13
source=("https://packages.ivideon.com/ubuntu/pool/non-free/i/${pkgname}/${pkgname}_${pkgver}.${pkgrel}_amd64.deb"
14
"${pkgname}.desktop")
15
sha256sums=('a7ef76427f5dc6aba95b56599a6653d0c033e34e375ddccb1341f77c5f623487'
16
'2baf7178b17057d0e638d19c1c3feb17e8eb65ea32106d477f9d53e24937020b')
17
install='ivideon.install'
18
19
build() {
20
bsdtar xf "data.tar.zst"
21
}
22
23
package() {
24
cp -ax "usr" "${pkgdir}"
25
cp -ax "opt" "${pkgdir}"
26
install -Dm0644 "${pkgname}.desktop" -t "${pkgdir}/usr/share/applications"
27
}
28
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |