dnsperf

maintainer meanjollies · 3 votes · scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged The source is a standard tarball from the project's official domain (dns-oarc.net), which is plausibly the project's own infrastructure, and the package builds from source without executing untrusted binaries or obfuscated code.

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 source is a standard tarball from the project's official domain (dns-oarc.net), which is plausibly the project's own infrastructure, and the package builds from source without executing untrusted binaries or obfuscated code.

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:15 source=("https://www.dns-oarc.net/files/${pkgname}/${pkgname}-${pkgver}.tar.gz")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Andrew O'Neill <andrew at haunted dot sh>
2# Contributor: Konstantin Gizdov <arch at kge dot pw>
3# Contributor: Axel Gembe <derago@gmail.com>
4# Contributor: Oleksandr Natalenko <oleksandr@natalenko.name>
5# Contributor: Antoine Lubineau <antoine@lubignon.info>
6
7pkgname=dnsperf
8pkgver=2.16.0
9pkgrel=1
10pkgdesc='Tools that gather accurate latency and throughput metrics for the Domain Name Service (DNS)'
11arch=('x86_64')
12url='https://www.dns-oarc.net/tools/dnsperf'
13license=('Apache-2.0')
14depends=('ldns' 'libck' 'libnghttp2' 'json-c')
15source=("https://www.dns-oarc.net/files/${pkgname}/${pkgname}-${pkgver}.tar.gz")
16sha256sums=('6bccbd6949a4616442fdabb8a93d20011f5fbc2e5492d467e612a16aa39426e2')
17
18build() {
19 cd "${srcdir}/${pkgname}-${pkgver}"
20
21 ./configure --prefix=/usr --mandir=/usr/share/man
22 make
23}
24
25package() {
26 cd "${srcdir}/${pkgname}-${pkgver}"
27
28 make DESTDIR="${pkgdir}" install
29}
30

Changes since previous scan

--- PKGBUILD @ 2026-06-19 19:07
+++ PKGBUILD @ 2026-08-18 00:03
@@ -5,7 +5,7 @@
# Contributor: Antoine Lubineau <antoine@lubignon.info>
pkgname=dnsperf
-pkgver=2.15.1
+pkgver=2.16.0
pkgrel=1
pkgdesc='Tools that gather accurate latency and throughput metrics for the Domain Name Service (DNS)'
arch=('x86_64')
@@ -13,7 +13,7 @@
license=('Apache-2.0')
depends=('ldns' 'libck' 'libnghttp2' 'json-c')
source=("https://www.dns-oarc.net/files/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('4d64264fe407057b5b84d6a2c4c7632cf9b84fe0aeebe8989d1017fb1b5f87b5')
+sha256sums=('6bccbd6949a4616442fdabb8a93d20011f5fbc2e5492d467e612a16aa39426e2')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"

Scan history

Scanned at (UTC)SeverityRules
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 15:21:23 MEDIUM 1
2026-06-19 19:07:35 CLEAN 2
2026-06-18 16:11:54 MEDIUM 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion