alfaview
maintainer kyckl1ng
· 9 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from a non-whitelisted host (assets.alfaview.com), which is not a standard code forge or vendor domain, and the checksum is provided but the source is an unverifiable binary blob, creating a supply-chain risk if the host were compromised.
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:14
source=("https://assets.alfaview.com/stable/linux/deb/${pkgname}_${pkgver}.deb")
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt .deb from a non-whitelisted host (assets.alfaview.com), which is not a standard code forge or vendor domain, and the checksum is provided but the source is an unverifiable binary blob, creating a supply-chain risk if the host were compromised.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Robin H. <robin@blckct.io>
2
pkgname=alfaview
3
pkgver=9.28.1
4
pkgrel=1
5
pkgdesc='High quality audio video conferencing for professional online meetings and live classes'
6
arch=('x86_64')
7
url='https://alfaview.com/'
8
license=('unknown')
9
# not sure about the deps, copy-pasted from debian package (feedback required)
10
depends=('ttf-roboto' 'libsecret' 'xdg-utils' 'freetype2' 'fontconfig' 'gst-plugins-good' 'gst-plugins-bad' 'libxfixes' 'alsa-lib' 'libxkbcommon' 'dbus' 'libpulse')
11
options=('!strip')
12
provides=("alfaview=${pkgver}")
13
install="$pkgname.install"
14
source=("https://assets.alfaview.com/stable/linux/deb/${pkgname}_${pkgver}.deb")
15
noextract=("${pkgname}_${pkgver}.deb")
16
sha256sums=('093bdbfd665d49465438c5fe40ea40a9511024a8fe33a6617bb218e9095c9c85')
17
18
prepare() {
19
mkdir -p deb-data
20
bsdtar -O -xf "${pkgname}_${pkgver}.deb" data.tar.xz | bsdtar -C ./deb-data -xJf -
21
}
22
23
package() {
24
mv deb-data/* "${pkgdir}/"
25
mkdir -p "${pkgdir}/usr/bin"
26
ln -sf /opt/alfaview/alfaview "${pkgdir}/usr/bin/alfaview"
27
}
28
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 |