plasma6-runners-nordvpn
maintainer Strit
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The non-standard host (s1.nordcdn.com) hosts a favicon image used as a pixmap, which is non-executable data; the primary source is from a legitimate GitHub repository, and the image poses no code execution 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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The non-standard host (s1.nordcdn.com) hosts a favicon image used as a pixmap, which is non-executable data; the primary source is from a legitimate GitHub repository, and the image poses no code execution 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:27
"https://s1.nordcdn.com/nordvpn/media/1.170.0/images/global/favicon/apple-touch-icon-57x57.png")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Dan Johansen <strit@strits.dk>
2
# Contributor: Agustin Carrasco <asermax at gmail dot com>
3
4
pkgname=plasma6-runners-nordvpn
5
_reponame=NordVPNKrunner
6
pkgver=3.2.1
7
pkgrel=2
8
pkgdesc="Nordvpn plasma 6 runner"
9
arch=('x86_64' 'aarch64')
10
url="https://github.com/alex1701c/${_reponame}"
11
license=("MIT")
12
depends=(
13
'nordvpn'
14
'krunner'
15
'kcmutils'
16
'knotifications'
17
)
18
makedepends=(
19
'cmake'
20
'extra-cmake-modules'
21
'gettext'
22
'qt6-tools'
23
)
24
conflicts=('plasma5-runners-nordvpn')
25
replaces=('plasma-runners-nordvpn')
26
source=("$pkgname-$pkgver.tar.gz::https://github.com/alex1701c/${_reponame}/archive/${pkgver}.tar.gz"
27
"https://s1.nordcdn.com/nordvpn/media/1.170.0/images/global/favicon/apple-touch-icon-57x57.png")
28
sha256sums=('3afb83a60066cdae4246efa70cab2c2a28a04306b70ffc5b50674de7ebeef48a'
29
'd0431d5a6bfc82e8a9945c4da263afb5e99ed874bf92764f185ab4c11bf691b0')
30
31
build () {
32
cd "${_reponame}-${pkgver}"
33
mkdir -p build
34
cd build
35
cmake -DCMAKE_BUILD_TYPE=Release -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DBUILD_WITH_QT6=ON ..
36
make -j$(nproc)
37
}
38
39
package() {
40
cd "${_reponame}-${pkgver}/build"
41
make DESTDIR="${pkgdir}" install
42
cd ../..
43
mkdir "${pkgdir}/usr/share/pixmaps"
44
cp -p apple-touch-icon-57x57.png "${pkgdir}/usr/share/pixmaps/nordvpn.png"
45
}
46
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |