nada64
The package builds from source hosted on a non-whitelisted but plausibly project-related domain (slop.tools), installs only scripts and data files, and shows no signs of malicious or obfuscated code execution.
Triggered rules
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 90%): The package builds from source hosted on a non-whitelisted but plausibly project-related domain (slop.tools), installs only scripts and data files, and shows no signs of malicious or obfuscated code execution.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:13
source=("$pkgname-$pkgver.tar.gz::https://slop.tools/den-fi/nada64-dashboard/archive/v$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Den <den@nada64.com>
pkgname=nada64
pkgver=1.6.3
pkgrel=1
pkgdesc="Self-hosted system monitor dashboard for a secondary display"
arch=('any')
url="https://nada64.com"
license=('MIT')
depends=('python')
optdepends=('playerctl: now-playing info and playback controls'
'pciutils: GPU names via lspci'
'lm_sensors: chassis fan sensors')
source=("$pkgname-$pkgver.tar.gz::https://slop.tools/den-fi/nada64-dashboard/archive/v$pkgver.tar.gz"
"nada64.service")
sha256sums=('f816fa9de138b5920bc17bba8949eedd4144facc81e481fde2aed00637771417'
'0d8a5061fe01c0a6086beb21616a0481ad7036ba75e08a92417abb10d518af01')
package() {
cd "$srcdir/nada64-dashboard"
install -Dm755 nada64_linux.py "$pkgdir/usr/bin/nada64"
sed -i '1s|.*|#!/usr/bin/python3|' "$pkgdir/usr/bin/nada64"
install -Dm755 enable-cpu-power.sh "$pkgdir/usr/share/nada64/enable-cpu-power.sh"
install -Dm755 enable-smart.sh "$pkgdir/usr/share/nada64/enable-smart.sh"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
install -Dm644 "$srcdir/nada64.service" "$pkgdir/usr/lib/systemd/user/nada64.service"
install -Dm644 "$srcdir/nada64-dashboard/packaging/nada64.svg" \
"$pkgdir/usr/share/icons/hicolor/scalable/apps/nada64.svg"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |