nordvpn-gui-bin
maintainer username227
· 8 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from NordVPN's official repository, which is a legitimate source for the software; while the host is not a standard code forge, it is the vendor's own domain, and the binary is expected for a -bin AUR package, making this a normal distribution method with low risk.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt .deb from NordVPN's official repository, which is a legitimate source for the software; while the host is not a standard code forge, it is the vendor's own domain, and the binary is expected for a -bin AUR package, making this a normal distribution method with low risk.
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:12
source=("https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/n/nordvpn-gui/nordvpn-gui_${pkgver}_amd64.deb"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: gfrank227 [at] gmail [dot] com
2
pkgname=nordvpn-gui-bin
3
pkgver=5.3.0
4
pkgrel=1
5
arch=('x86_64')
6
pkgdesc='GUI for NordVPN'
7
url='https://nordvpn.com'
8
license=('Proprietary')
9
depends=('nordvpn' 'gtk3' 'hicolor-icon-theme')
10
options=('!debug')
11
install=daemon_restart.install
12
source=("https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/n/nordvpn-gui/nordvpn-gui_${pkgver}_amd64.deb"
13
"daemon_restart.install")
14
sha256sums=('e2e3a15cd3ebd27cdc21570b66f3435a9ad16af45ef29af8c5c399a8df185133'
15
'b3bc3b4519769cc9c78258b16eb44765ddd8168951997d8bafdc7b8fcb73d868')
16
conflicts=(nordvpn-gui)
17
prepare() {
18
ar xv nordvpn-gui_${pkgver}_amd64.deb
19
tar -xvzf data.tar.gz
20
}
21
package() {
22
cp -rf $srcdir/opt $pkgdir/opt
23
cp -rf $srcdir/usr $pkgdir/usr
24
install -dm755 $pkgdir/usr/bin
25
ln -s /opt/nordvpn-gui/nordvpn-gui $pkgdir/usr/bin/nordvpn-gui
26
}
27
Changes since previous scan
--- PKGBUILD @ 2026-07-03 00:17+++ PKGBUILD @ 2026-08-18 00:03@@ -1,6 +1,6 @@ # Maintainer: gfrank227 [at] gmail [dot] com pkgname=nordvpn-gui-bin-pkgver=5.1.0+pkgver=5.3.0 pkgrel=1 arch=('x86_64') pkgdesc='GUI for NordVPN'@@ -11,7 +11,7 @@ install=daemon_restart.install source=("https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/n/nordvpn-gui/nordvpn-gui_${pkgver}_amd64.deb" "daemon_restart.install")-sha256sums=('20e2cbcb44e185c0c54e6facbb447a2c83cd6ec9a602a164057b3929bbd7b636'+sha256sums=('e2e3a15cd3ebd27cdc21570b66f3435a9ad16af45ef29af8c5c399a8df185133' 'b3bc3b4519769cc9c78258b16eb44765ddd8168951997d8bafdc7b8fcb73d868') conflicts=(nordvpn-gui) prepare() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 00:26:13 | LOW | 2 |
| 2026-08-14 00:03:41 | LOW | 2 |
| 2026-08-13 00:17:07 | LOW | 2 |
| 2026-08-12 00:27:08 | LOW | 2 |
| 2026-08-11 13:21:13 | MEDIUM | 1 |
| 2026-07-03 00:17:07 | CLEAN | 2 |
| 2026-07-02 12:45:17 | LOW | 2 |
| 2026-06-20 16:03:41 | CLEAN | 2 |
| 2026-06-20 00:50:07 | MEDIUM | 2 |
| 2026-06-20 00:18:46 | MEDIUM | 2 |
| 2026-06-19 23:51:18 | MEDIUM | 2 |
| 2026-06-19 19:07:35 | LOW | 2 |
| 2026-06-18 17:53:10 | CLEAN | 2 |
| 2026-06-18 16:11:54 | MEDIUM | 1 |