ntp-refclock
maintainer BrainDamage
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads source code from a non-whitelisted but plausibly project-owned host (eecis.udel.edu, a university domain associated with NTP), which is used to build the software; this is a normal AUR practice and not inherently dangerous.
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 package downloads source code from a non-whitelisted but plausibly project-owned host (eecis.udel.edu, a university domain associated with NTP), which is used to build the software; this is a normal AUR practice and not inherently dangerous.
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
"https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${ntpver%.*p*}/ntp-${ntpver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: BrainDamage
2
3
pkgname=ntp-refclock
4
pkgver=0.7
5
pkgrel=1
6
ntpver=4.2.8p18
7
pkgdesc='Wrapper for ntpd reference clock drivers'
8
arch=('x86_64' 'armv7h' 'aarch64')
9
license=('BSD-2-Clause')
10
url='https://github.com/mlichvar/ntp-refclock'
11
source=("https://github.com/mlichvar/ntp-refclock/archive/v${pkgver}.tar.gz"
12
"https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${ntpver%.*p*}/ntp-${ntpver}.tar.gz"
13
ntp-4.2.8.p18-fix-build.patch)
14
sha256sums=('f93043ba4ca22f7d495cf86f6311923b67d5e153607dc7634a8b12409de1b114'
15
'cf84c5f3fb1a295284942624d823fffa634144e096cfc4f9969ac98ef5f468e5'
16
'9c4afa0daed5fd3cc9544ec808b2bb1dd959e5d40c4cae307b7025b16885903c')
17
18
prepare() {
19
cd "${srcdir}/ntp-${ntpver}"
20
21
patch -Np1 < ../ntp-4.2.8.p18-fix-build.patch
22
autoreconf -fiv
23
}
24
25
26
build() {
27
cd "${srcdir}/ntp-${ntpver}"
28
#first build the NTP code
29
#disable building NTP components that rely on external libs, we don't use them anyway
30
./configure --enable-all-clocks --enable-parse-clocks --without-crypto
31
make
32
33
cd "${srcdir}/ntp-refclock-${pkgver}"
34
make NTP_SRC="${srcdir}/ntp-${ntpver}"
35
}
36
37
package() {
38
cd "${srcdir}/ntp-refclock-${pkgver}"
39
make NTP_SRC="${srcdir}/ntp-${ntpver}" prefix="$pkgdir/usr" sbindir="$pkgdir/usr/bin" install
40
}
41
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 |