routinator-bin
maintainer c6ristian
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt Debian package from the official project's domain (packages.nlnetlabs.nl), which is a trusted source for NLnet Labs software; while the host is not a common CDN, it is project-controlled, and the binary is extracted and installed directly, with a valid checksum, posing minimal 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 package downloads a prebuilt Debian package from the official project's domain (packages.nlnetlabs.nl), which is a trusted source for NLnet Labs software; while the host is not a common CDN, it is project-controlled, and the binary is extracted and installed directly, with a valid checksum, posing minimal 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:16
"routinator_$pkgver.amd64.deb::https://packages.nlnetlabs.nl/linux/debian/pool/main/r/routinator/routinator_$pkgver-1trixie_amd64.deb"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: chris <c6ristian AT christian DOT moe>
2
3
pkgname=routinator-bin
4
provides=('routinator')
5
conflicts=('routinator' 'routinator-git')
6
pkgver=0.15.2
7
pkgrel=1
8
arch=('x86_64')
9
options=('!debug')
10
pkgdesc="An RPKI Validator and RTR server written in Rust"
11
url="https://nlnetlabs.nl/projects/routing/routinator/"
12
license=('BSD-3-Clause')
13
depends=('glibc' 'gcc-libs' 'rsync')
14
backup=('etc/routinator/routinator.conf')
15
source=(
16
"routinator_$pkgver.amd64.deb::https://packages.nlnetlabs.nl/linux/debian/pool/main/r/routinator/routinator_$pkgver-1trixie_amd64.deb"
17
'routinator-sysusers.conf'
18
'routinator-tmpfiles.conf'
19
)
20
sha256sums=('67f45fd72e9394c69c153f5e54e2d1bad6c04e8ce4492014bc9935388ef391e5'
21
'ac2dd416119d1c526bdffe792d0e204bc9dc91a7cc198754cafb7fdde646c96a'
22
'be4587d512bdf8ad98f3f93ac16b5cc1f5a423f4f16f088d66f960937b44c46f')
23
24
package() {
25
tar -vxf data.tar.xz
26
27
install -D -m0755 "${srcdir}/usr/bin/routinator" "${pkgdir}/usr/bin/routinator"
28
install -D -m0644 "${srcdir}/etc/routinator/routinator.conf" "$pkgdir/etc/routinator/routinator.conf"
29
install -D -m644 "${srcdir}/usr/lib/systemd/system/routinator.service" -t "$pkgdir/usr/lib/systemd/system"
30
31
install -D -m644 "${srcdir}/usr/share/doc/routinator/README.md" -t "$pkgdir/usr/share/doc/routinator"
32
33
install -D -m644 "${srcdir}/usr/share/man/man1/routinator.1.gz" -t "$pkgdir/usr/share/man/man1"
34
install -D -m644 "${srcdir}/usr/share/doc/routinator/copyright" -t "$pkgdir/usr/share/licenses/routinator"
35
36
install -D -m0644 "${srcdir}/routinator-sysusers.conf" "${pkgdir}/usr/lib/sysusers.d/routinator.conf"
37
install -D -m0644 "${srcdir}/routinator-tmpfiles.conf" "${pkgdir}/usr/lib/tmpfiles.d/routinator.conf"
38
}
39
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 |