plasma6-runners-nordvpn
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
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)
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# Maintainer: Dan Johansen <strit@strits.dk>
# Contributor: Agustin Carrasco <asermax at gmail dot com>
pkgname=plasma6-runners-nordvpn
_reponame=NordVPNKrunner
pkgver=3.2.1
pkgrel=2
pkgdesc="Nordvpn plasma 6 runner"
arch=('x86_64' 'aarch64')
url="https://github.com/alex1701c/${_reponame}"
license=("MIT")
depends=(
'nordvpn'
'krunner'
'kcmutils'
'knotifications'
)
makedepends=(
'cmake'
'extra-cmake-modules'
'gettext'
'qt6-tools'
)
conflicts=('plasma5-runners-nordvpn')
replaces=('plasma-runners-nordvpn')
source=("$pkgname-$pkgver.tar.gz::https://github.com/alex1701c/${_reponame}/archive/${pkgver}.tar.gz"
"https://s1.nordcdn.com/nordvpn/media/1.170.0/images/global/favicon/apple-touch-icon-57x57.png")
sha256sums=('3afb83a60066cdae4246efa70cab2c2a28a04306b70ffc5b50674de7ebeef48a'
'd0431d5a6bfc82e8a9945c4da263afb5e99ed874bf92764f185ab4c11bf691b0')
build () {
cd "${_reponame}-${pkgver}"
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DBUILD_WITH_QT6=ON ..
make -j$(nproc)
}
package() {
cd "${_reponame}-${pkgver}/build"
make DESTDIR="${pkgdir}" install
cd ../..
mkdir "${pkgdir}/usr/share/pixmaps"
cp -p apple-touch-icon-57x57.png "${pkgdir}/usr/share/pixmaps/nordvpn.png"
}
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 |