kerio-control-vpnclient
maintainer Muflone
· 21 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a Debian package from Kerio's official CDN, which is a legitimate source for the software; while the host is not on a standard whitelist, it is plausibly the project's own infrastructure, and the checksums are provided and valid, making this a normal build of official binaries.
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 Debian package from Kerio's official CDN, which is a legitimate source for the software; while the host is not on a standard whitelist, it is plausibly the project's own infrastructure, and the checksums are provided and valid, making this a normal build of official binaries.
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:16
"https://cdn.kerio.com/dwn/control/control-${pkgver%.*}-${pkgver##*.}/kerio-control-vpnclient-${pkgver%.*}-${pkgver##*.}-linux-amd64.deb"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Muflone http://www.muflone.com/contacts/english/
2
# Maintainer: Timofey Brukhanchik <asyncbtd@gmail.com>
3
# Contributor: ssv1982 <ssv1982@gmail.com>
4
5
pkgname=kerio-control-vpnclient
6
pkgver=9.4.5.8629
7
pkgrel=1
8
pkgdesc="Kerio Control VPN client for corporate networks."
9
arch=('x86_64')
10
url="http://www.kerio.com/control"
11
license=('custom:EULA')
12
options=(!strip)
13
install="${pkgname}.install"
14
depends=('procps' 'dialog' 'util-linux' 'libxcrypt-compat')
15
source=(
16
"https://cdn.kerio.com/dwn/control/control-${pkgver%.*}-${pkgver##*.}/kerio-control-vpnclient-${pkgver%.*}-${pkgver##*.}-linux-amd64.deb"
17
"kvpnc"
18
"kvpnc.conf"
19
"kvpnc.service"
20
)
21
sha256sums=(
22
'ad4e6d8a78f514ddb3f2eef0ec6115f686b6d6ff9e7a8f0e4175d69f2670f72b'
23
'a8729e2515e186f4ba4544cbd140b3bb1fc78c616694433f58944de9e4e72971'
24
'2f15a0d88c9fa915cd9150796638811daec911e6824b8ff5f96f131352d1e74a'
25
'bd8b1aabc31b9b24c4b63ce8099bef111dc84bd4923c77d42e05d3f1704d5c17'
26
)
27
28
build() {
29
# Get binary sources.
30
bsdtar -xf "data.tar.xz"
31
32
# Extract license file
33
gzip -dfc "usr/share/doc/${pkgname}/EULA.txt.gz" > "EULA.txt"
34
}
35
36
package() {
37
# Install files in the package
38
install -m 755 -d "${pkgdir}/usr/bin"
39
install -m 755 -t "${pkgdir}/usr/bin" "kvpnc"
40
41
install -m 755 -d "${pkgdir}/usr/lib/${pkgname}"
42
install -m 755 -t "${pkgdir}/usr/lib/${pkgname}" "usr/sbin/kvpncsvc"
43
44
install -m 755 -d "${pkgdir}/usr/lib"
45
install -m 644 -t "${pkgdir}/usr/lib" "usr/lib"/*
46
47
install -m 755 -d "${pkgdir}/usr/share/doc/${pkgname}"
48
install -m 644 -t "${pkgdir}/usr/share/doc/${pkgname}" "usr/share/doc/${pkgname}/Acknowledgments.gz"
49
install -m 644 -t "${pkgdir}/usr/share/doc/${pkgname}" "usr/share/doc/${pkgname}/copyright"
50
51
install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
52
install -m 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" "EULA.txt"
53
54
# Install configuration file
55
install -m 755 -d "${pkgdir}/etc/conf.d"
56
install -m 644 -t "${pkgdir}/etc/conf.d" kvpnc.conf
57
58
# Install systemd service
59
install -m 755 -d "${pkgdir}/usr/lib/systemd/system"
60
install -m 644 -t "${pkgdir}/usr/lib/systemd/system" kvpnc.service
61
}
62
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 |