kerio-control-vpnclient

LOW
maintainer Muflone 21 votes scanned 2026-09-17 00:27:14.276658
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
5pkgname=kerio-control-vpnclient
6pkgver=9.4.5.8629
7pkgrel=1
8pkgdesc="Kerio Control VPN client for corporate networks."
9arch=('x86_64')
10url="http://www.kerio.com/control"
11license=('custom:EULA')
12options=(!strip)
13install="${pkgname}.install"
14depends=('procps' 'dialog' 'util-linux' 'libxcrypt-compat')
15source=(
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)
21sha256sums=(
22 'ad4e6d8a78f514ddb3f2eef0ec6115f686b6d6ff9e7a8f0e4175d69f2670f72b'
23 'a8729e2515e186f4ba4544cbd140b3bb1fc78c616694433f58944de9e4e72971'
24 '2f15a0d88c9fa915cd9150796638811daec911e6824b8ff5f96f131352d1e74a'
25 'bd8b1aabc31b9b24c4b63ce8099bef111dc84bd4923c77d42e05d3f1704d5c17'
26)
27
28build() {
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
36package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion