nurv-bin
Triggered rules
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:14
source_x86_64=("https://es-static.fbk.eu/tools/nurv/releases/NuRV-${pkgver}-linuxx64.tar.bz2")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): This PKGBUILD downloads a prebuilt binary from es-static.fbk.eu (Fondazione Bruno Kessler, an Italian research institution and the apparent upstream vendor for NuRV/nuXmv tools), installs it directly as an executable, and uses sha256sums='SKIP', meaning no integrity verification is performed. The host appears to be the legitimate upstream vendor site, which reduces the concern somewhat compared to a random personal host. However, the combination of: (1) a prebuilt binary being executed directly, (2) no checksum verification whatsoever (SKIP), and (3) sourcing from a non-major-CDN institutional host that could be compromised or serve different content over time, constitutes a genuine supply-chain risk. If the host were compromised or the tarball swapped, arbitrary code would execute on the user's system with no integrity check to catch it. The patchelf usage is legitimate (adapting the binary to use the versioned libxml2 soname). This is a real medium-severity concern: not clearly malicious, but a prebuilt binary from a non-standard host with no checksum.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Alberto Bonizzi <aseoista at gmail dot com>
pkgname=nurv-bin
pkgver=2.0.0
pkgrel=3
pkgdesc="Assumption Based Runtime Verification tool built on nuXmv"
arch=('x86_64')
url="https://es-static.fbk.eu/tools/nurv/"
license=('LicenseRef-NuRV-FBK-License')
provides=('NuRV')
depends=('gcc-libs' 'glibc' 'gmp' 'libxml2-legacy' 'util-linux-libs')
makedepends=('patchelf')
source_x86_64=("https://es-static.fbk.eu/tools/nurv/releases/NuRV-${pkgver}-linuxx64.tar.bz2")
sha256sums_x86_64=('SKIP')
package() {
_output="${srcdir}/NuRV-${pkgver}-linuxx64"
install -Dm755 "${_output}/NuRV" "${pkgdir}/usr/bin/NuRV"
install -Dm644 "${_output}/LICENSE.txt" -t "${pkgdir}/usr/share/licenses/${pkgname}/"
install -Dm644 "${_output}/LICENSE_FOR_EVALUATION.txt" -t "${pkgdir}/usr/share/licenses/${pkgname}/"
patchelf --replace-needed libxml2.so.2 libxml2.so.2.13.9 "${pkgdir}/usr/bin/NuRV"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |