kerio-control-vpnclient
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
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)
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# Maintainer: Muflone http://www.muflone.com/contacts/english/
# Maintainer: Timofey Brukhanchik <asyncbtd@gmail.com>
# Contributor: ssv1982 <ssv1982@gmail.com>
pkgname=kerio-control-vpnclient
pkgver=9.4.5.8629
pkgrel=1
pkgdesc="Kerio Control VPN client for corporate networks."
arch=('x86_64')
url="http://www.kerio.com/control"
license=('custom:EULA')
options=(!strip)
install="${pkgname}.install"
depends=('procps' 'dialog' 'util-linux' 'libxcrypt-compat')
source=(
"https://cdn.kerio.com/dwn/control/control-${pkgver%.*}-${pkgver##*.}/kerio-control-vpnclient-${pkgver%.*}-${pkgver##*.}-linux-amd64.deb"
"kvpnc"
"kvpnc.conf"
"kvpnc.service"
)
sha256sums=(
'ad4e6d8a78f514ddb3f2eef0ec6115f686b6d6ff9e7a8f0e4175d69f2670f72b'
'a8729e2515e186f4ba4544cbd140b3bb1fc78c616694433f58944de9e4e72971'
'2f15a0d88c9fa915cd9150796638811daec911e6824b8ff5f96f131352d1e74a'
'bd8b1aabc31b9b24c4b63ce8099bef111dc84bd4923c77d42e05d3f1704d5c17'
)
build() {
# Get binary sources.
bsdtar -xf "data.tar.xz"
# Extract license file
gzip -dfc "usr/share/doc/${pkgname}/EULA.txt.gz" > "EULA.txt"
}
package() {
# Install files in the package
install -m 755 -d "${pkgdir}/usr/bin"
install -m 755 -t "${pkgdir}/usr/bin" "kvpnc"
install -m 755 -d "${pkgdir}/usr/lib/${pkgname}"
install -m 755 -t "${pkgdir}/usr/lib/${pkgname}" "usr/sbin/kvpncsvc"
install -m 755 -d "${pkgdir}/usr/lib"
install -m 644 -t "${pkgdir}/usr/lib" "usr/lib"/*
install -m 755 -d "${pkgdir}/usr/share/doc/${pkgname}"
install -m 644 -t "${pkgdir}/usr/share/doc/${pkgname}" "usr/share/doc/${pkgname}/Acknowledgments.gz"
install -m 644 -t "${pkgdir}/usr/share/doc/${pkgname}" "usr/share/doc/${pkgname}/copyright"
install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
install -m 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" "EULA.txt"
# Install configuration file
install -m 755 -d "${pkgdir}/etc/conf.d"
install -m 644 -t "${pkgdir}/etc/conf.d" kvpnc.conf
# Install systemd service
install -m 755 -d "${pkgdir}/usr/lib/systemd/system"
install -m 644 -t "${pkgdir}/usr/lib/systemd/system" kvpnc.service
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |