defguard-client-nightly
Downloads and installs a prebuilt binary .deb from nightly.defguard.net (the project's own nightly infrastructure), which is plausibly official but is a non-standard host serving pre-compiled executables that are not reproducible from source; the checksum is pinned so swapping is harder, but the nightly host is less trustworthy than a stable release channel and the binary is executed directly without compilation.
Triggered rules
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:26
source_x86_64=("$_deb::https://nightly.defguard.net/defguard-client/release-2.1/defguard-client-${CARCH}-5aba651.deb")
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (anthropic/claude-sonnet-4.6) reviewed this and agrees it is MEDIUM (confidence 70%): Downloads and installs a prebuilt binary .deb from nightly.defguard.net (the project's own nightly infrastructure), which is plausibly official but is a non-standard host serving pre-compiled executables that are not reproducible from source; the checksum is pinned so swapping is harder, but the nightly host is less trustworthy than a stable release channel and the binary is executed directly without compilation.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Defguard <community@defguard.net>
#
# Generated by defguard-aur 1.0.0 -- do not edit by hand, regenerate instead.
# Nightly branch : release-2.1 (upstream version 2.1.0)
# Commit : 5aba651
# Uploaded (UTC) : 2026-08-28 06:52
# Repackages the nightly Debian build; no compilation happens here.
pkgname=defguard-client-nightly
pkgver=2.1.0+release_2.1.5aba651
pkgrel=1
pkgdesc="Defguard VPN Multi-Factor Authentication Desktop Client (nightly release-2.1 5aba651)"
arch=('x86_64')
url="https://github.com/DefGuard/client"
license=('custom')
depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libayatana-appindicator' 'libsoup3' 'pango' 'webkit2gtk-4.1' 'systemd-resolvconf')
makedepends=('libarchive')
options=('!strip' '!debug')
install=defguard-client-nightly.install
provides=('defguard-client')
conflicts=('defguard-client')
_branch=release-2.1
_commit=5aba651
_deb="$pkgname-$pkgver-$CARCH.deb"
source_x86_64=("$_deb::https://nightly.defguard.net/defguard-client/release-2.1/defguard-client-${CARCH}-5aba651.deb")
noextract=("$_deb")
sha256sums_x86_64=('e691d71458affd494be359cdf8bb9b6dedf65fe2f156a57de94c77321005bdff')
package() {
echo " -> Unpacking the nightly Debian package payload..."
# Pull data.tar.* out of the .deb (an ar archive) straight into $pkgdir.
bsdtar -xOf "$srcdir/$_deb" 'data.tar*' | bsdtar -xpf - -C "$pkgdir"
# /usr/sbin is a symlink to /usr/bin on Arch, so no package may ship that directory.
if [[ -f "$pkgdir/usr/sbin/defguard-service" ]]; then
mv "$pkgdir/usr/sbin/defguard-service" "$pkgdir/usr/bin/"
rmdir "$pkgdir/usr/sbin"
fi
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-28 15:38:44 | Medium | 3 |
| 2026-08-28 15:35:42 | Medium | 3 |