openvpn3
The source is a tarball from the official OpenVPN project's release infrastructure (swupdate.openvpn.net), which is a legitimate and expected source; building from this host, even if not whitelisted, poses low risk as it is the project's own release channel.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the official OpenVPN project's release infrastructure (swupdate.openvpn.net), which is a legitimate and expected source; building from this host, even if not whitelisted, poses low risk as it is the project's own release channel.
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:24
"https://swupdate.openvpn.net/community/releases/${_pkgname}-${pkgver}.tar.xz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Philipp Rehs < philipp+aur rehs me>
# Contributor: Byeonghoon Yoo <bh322yoo gmail com>
_pkgname=openvpn3-linux
pkgname=openvpn3
pkgver=27
pkgrel=1
pkgdesc='OpenVPN 3 Linux client'
arch=('x86_64' 'aarch64')
url="https://codeberg.org/OpenVPN/$_pkgname"
license=('AGPL3')
depends=(
'glib2>=2.56' 'jsoncpp>=0.10.5' 'libcap-ng>=0.7.5' 'lz4>=1.8.4' 'util-linux-libs>=2.23.2' 'protobuf>=2.4.0'
'python-dbus' 'python-gobject' 'python-systemd' 'tinyxml2>=2.1.0' 'libnl>=3.2.29' 'gdbuspp>=3'
)
optdepends=(
'openssl: OpenSSL version' 'mbedtls: mbed TLS version' 'polkit>=0.112: for systemd-resolved integration'
'repkg: Automatically rebuild the package on dependency updates'
)
makedepends=(
'python-docutils' 'python-jinja' 'meson'
)
source=(
"https://swupdate.openvpn.net/community/releases/${_pkgname}-${pkgver}.tar.xz"
'openvpn3.rule'
'sysusers-openvpn3.conf'
'netcfg-dco.patch'
)
sha256sums=(
'd8c474032546bdd90b5b7f67e40c57b4b6030253f07bda7bb6ad0db84b9eed73'
'ec0b8e28ae77b4b074d3eb8a084626e6dcfc587a07bef5d53fe1c6e160c0fc01'
'045e914bb6fff5a082314dfc805bb511c9a80170619fa1e94a07825fa977c90a'
'6c6b34a37c033e57aa4d699e09fd0089b0fe0d0e801f5045b172509b2661afe3'
)
install=openvpn3.install
prepare() {
meson subprojects download --sourcedir="${_pkgname}-${pkgver}"
patch -d "${_pkgname}-${pkgver}" --verbose -Np1 -i ../netcfg-dco.patch
}
build() {
env CXXFLAGS="$CXXFLAGS -Wno-error=non-virtual-dtor" \
arch-meson \
-Dselinux=disabled \
-Dselinux_policy=disabled \
-Dbash-completion=enabled \
-Dtest_programs=enabled \
-Dunit_tests=disabled \
"${_pkgname}-${pkgver}" \
_builddir
meson compile -C _builddir
}
check() {
meson test -C _builddir
}
package() {
meson install -C _builddir --destdir "$pkgdir"
install -Dm644 "${pkgname}.rule" "$pkgdir/etc/repkg/rules/system/${pkgname}.rule"
install -Dm644 "sysusers-$pkgname.conf" "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
}
post_install() {
openvpn3-admin init-config --write-configs --force
systemctl reload dbus
}
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 |