elph-nova-bin
maintainer h8ray
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from a non-standard, non-whitelisted corporate host (eltex-co.ru) which is not a common upstream source; the binary nature of the .deb and unverifiable origin create a supply-chain risk, though it is likely official software.
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://archive.eltex-co.ru/repository/elph-services-raw/${_pkgname}/${pkgver}/linux/${_pkgname}-${pkgver}-linux-x64.deb")
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 85%): The package downloads a prebuilt .deb from a non-standard, non-whitelisted corporate host (eltex-co.ru) which is not a common upstream source; the binary nature of the .deb and unverifiable origin create a supply-chain risk, though it is likely official software.
PKGBUILD
1 offending line(s) highlighted
1
# See contacts at https://aur.archlinux.org/cgit/aur.git/tree/README.md?h=elph-nova-bin
2
3
pkgname=elph-nova-bin
4
_pkgname=elph-nova
5
pkgver=3.4.0
6
pkgrel=3
7
pkgdesc="A corporate communications hub designed for effective collaboration with colleagues"
8
arch=("x86_64")
9
# url="https://docs.eltex-co.ru/display/doc/Elph+Desktop"
10
license=("custom")
11
depends=('gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-core' 'util-linux' 'libappindicator')
12
provides=("${_pkgname}")
13
conflicts=("${_pkgname}")
14
source=("https://archive.eltex-co.ru/repository/elph-services-raw/${_pkgname}/${pkgver}/linux/${_pkgname}-${pkgver}-linux-x64.deb")
15
sha256sums=('9c9e2780db988bf110cb4cd3f69f047272ae2e8ab76330a4a0282070d48489c8')
16
17
prepare() {
18
tar -xvf data.tar.xz
19
20
sed -i 's/Categories=.*;/Categories=Chat;Network;InstantMessaging;/' "usr/share/applications/${_pkgname}.desktop"
21
}
22
23
package() {
24
mkdir -vp "${pkgdir}/usr/share/applications"
25
cp -vr --no-preserve=ownership --preserve=mode "usr/share/applications" "${pkgdir}/usr/share/"
26
27
mkdir -vp "${pkgdir}/usr/share/doc/${_pkgname}"
28
cp -vr --no-preserve=ownership --preserve=mode "usr/share/doc/${_pkgname}" "${pkgdir}/usr/share/doc/"
29
30
mkdir -vp "${pkgdir}/usr/share/icons"
31
cp -vr --no-preserve=ownership --preserve=mode "usr/share/icons" "${pkgdir}/usr/share/"
32
33
mkdir -vp "${pkgdir}/opt/Elph Nova"
34
cp -vr --no-preserve=ownership --preserve=mode "opt/Elph Nova" "${pkgdir}/opt/"
35
}
36
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 | 3 |
| 2026-07-16 00:05:41 | MEDIUM | 3 |
| 2026-07-15 00:09:25 | MEDIUM | 3 |