nada64
maintainer Den-Fi
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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 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)
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:13
source=("$pkgname-$pkgver.tar.gz::https://slop.tools/den-fi/nada64-dashboard/archive/v$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Den <den@nada64.com>
2
pkgname=nada64
3
pkgver=1.6.3
4
pkgrel=1
5
pkgdesc="Self-hosted system monitor dashboard for a secondary display"
6
arch=('any')
7
url="https://nada64.com"
8
license=('MIT')
9
depends=('python')
10
optdepends=('playerctl: now-playing info and playback controls'
11
'pciutils: GPU names via lspci'
12
'lm_sensors: chassis fan sensors')
13
source=("$pkgname-$pkgver.tar.gz::https://slop.tools/den-fi/nada64-dashboard/archive/v$pkgver.tar.gz"
14
"nada64.service")
15
sha256sums=('f816fa9de138b5920bc17bba8949eedd4144facc81e481fde2aed00637771417'
16
'0d8a5061fe01c0a6086beb21616a0481ad7036ba75e08a92417abb10d518af01')
17
18
package() {
19
cd "$srcdir/nada64-dashboard"
20
install -Dm755 nada64_linux.py "$pkgdir/usr/bin/nada64"
21
sed -i '1s|.*|#!/usr/bin/python3|' "$pkgdir/usr/bin/nada64"
22
install -Dm755 enable-cpu-power.sh "$pkgdir/usr/share/nada64/enable-cpu-power.sh"
23
install -Dm755 enable-smart.sh "$pkgdir/usr/share/nada64/enable-smart.sh"
24
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
25
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
26
install -Dm644 "$srcdir/nada64.service" "$pkgdir/usr/lib/systemd/user/nada64.service"
27
install -Dm644 "$srcdir/nada64-dashboard/packaging/nada64.svg" \
28
"$pkgdir/usr/share/icons/hicolor/scalable/apps/nada64.svg"
29
}
30
Changes since previous scan
--- PKGBUILD @ 2026-07-28 00:07+++ PKGBUILD @ 2026-08-03 00:08@@ -1,6 +1,6 @@ # Maintainer: Den <den@nada64.com> pkgname=nada64-pkgver=1.6.2+pkgver=1.6.3 pkgrel=1 pkgdesc="Self-hosted system monitor dashboard for a secondary display" arch=('any')@@ -12,7 +12,7 @@ '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=('5b9f0d93cc9cd6276cd1619095e7160969341ef93b9892894ef6ae361bdf521b'+sha256sums=('f816fa9de138b5920bc17bba8949eedd4144facc81e481fde2aed00637771417' '0d8a5061fe01c0a6086beb21616a0481ad7036ba75e08a92417abb10d518af01') package() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 3 |
| 2026-08-02 00:16:08 | LOW | 3 |
| 2026-08-01 00:11:18 | LOW | 3 |
| 2026-07-31 00:14:10 | LOW | 3 |
| 2026-07-30 00:17:23 | LOW | 3 |
| 2026-07-29 00:25:53 | LOW | 3 |
| 2026-07-28 19:39:35 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | LOW | 3 |
| 2026-07-27 03:34:02 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | LOW | 3 |
| 2026-07-26 17:32:42 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | LOW | 3 |
| 2026-07-25 15:29:50 | MEDIUM | 2 |
| 2026-07-25 03:28:44 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | LOW | 3 |
| 2026-07-24 23:28:32 | MEDIUM | 2 |
| 2026-07-24 19:30:19 | LOW | 3 |
| 2026-07-24 19:28:12 | MEDIUM | 2 |
| 2026-07-24 17:31:30 | LOW | 3 |
| 2026-07-24 17:28:09 | MEDIUM | 2 |