pingnoo
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the maintainer's own domain, which is plausibly the project's official source; building from project-owned infrastructure is normal for AUR packages, even on non-whitelisted hosts, and poses low risk when the checksum is verified.
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 source is a tarball from the maintainer's own domain, which is plausibly the project's official source; building from project-owned infrastructure is normal for AUR packages, even on non-whitelisted hosts, and poses low risk when the checksum is verified.
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:22
source=('https://www.nedrysoft.com/downloads/pingnoo/source/pingnoo-2021.04.30.tar.gz')
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Adrian Carpenter <hello@nedrysoft.com>
2
pkgname=pingnoo
3
pkgver=2021.04.30
4
pkgrel=1
5
epoch=
6
pkgdesc="An open-source cross-platform tool for ping/traceroute analysis."
7
arch=('x86_64')
8
url="https://www.pingnoo.com"
9
license=('GPL3')
10
groups=()
11
depends=('libgpg-error' 'freetype2' 'qt5-declarative' 'zlib' 'pcre' 'systemd-libs' 'libxau' 'keyutils' 'md4c' 'pcre2' 'qt5-base' 'gcc-libs' 'harfbuzz' 'zstd' 'double-conversion' 'graphite' 'libxcb' 'libxdmcp' 'libgcrypt' 'krb5' 'libpng' 'glibc' 'glib2' 'bzip2' 'e2fsprogs' 'icu' 'libcap' 'lz4' 'openssl' 'libglvnd' 'xz' 'libx11')
12
makedepends=('cmake' 'qt5-base' 'qt5-tools' 'qt5-quickcontrols' 'dbus')
13
checkdepends=()
14
optdepends=()
15
provides=("${pkgname}")
16
conflicts=()
17
replaces=()
18
backup=()
19
options=()
20
install="${pkgname}.install"
21
changelog=
22
source=('https://www.nedrysoft.com/downloads/pingnoo/source/pingnoo-2021.04.30.tar.gz')
23
noextract=()
24
md5sums=('25171382719b6fdf3777dfc3f99f7c99')
25
validpgpkeys=()
26
prepare=()
27
28
build() {
29
cmake -B build -S ${pkgname} -DCMAKE_SKIP_RPATH=True -DPINGNOO_GIT_YEAR=2021 -DPINGNOO_GIT_MONTH=04 -DPINGNOO_GIT_DAY=30 -DPINGNOO_GIT_HASH=ba63d1d -DPINGNOO_GIT_BRANCH=develop -DPINGNOO_GIT_UNCOMMITTED=0
30
make -j`nproc` -C build
31
}
32
33
package() {
34
mkdir -p ${pkgdir}/usr/local/bin/pingnoo
35
mkdir -p ${pkgdir}/etc/ld.so.conf.d
36
mkdir -p ${pkgdir}/usr/share/icons/hicolor/512x512/apps
37
mkdir -p ${pkgdir}/usr/share/applications
38
39
cp -r pingnoo/bin/x86_64/Release/* ${pkgdir}/usr/local/bin/pingnoo
40
cp pingnoo/pkg/pingnoo.conf ${pkgdir}/etc/ld.so.conf.d/pingnoo.conf
41
cp pingnoo/src/app/images/appicon-512x512-.png ${pkgdir}/usr/share/icons/hicolor/512x512/apps/pingnoo.png
42
cp pingnoo/installer/Pingnoo.desktop ${pkgdir}/usr/share/applications
43
}
44
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 |