nixwatch-bin
maintainer richc
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package installs a prebuilt binary from the maintainer's GitHub release, which is a common and generally acceptable practice for AUR packages; while the host is not whitelisted, GitHub is a trusted platform, and there is no evidence of malicious behavior or code execution beyond normal package installation.
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
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs a prebuilt binary from the maintainer's GitHub release, which is a common and generally acceptable practice for AUR packages; while the host is not whitelisted, GitHub is a trusted platform, and there is no evidence of malicious behavior or code execution beyond normal package installation.
PKGBUILD
1
# Maintainer: Julian Corbet <julian.corbet@gmail.com>
2
# Prebuilt with RUSTFLAGS="-C target-cpu=x86-64-v3" -- targets x86-64-v3 microarchitecture
3
# (Haswell/Excavator and newer).
4
pkgname=nixwatch-bin
5
pkgver=0.1.0
6
pkgrel=1
7
pkgdesc="Streams the Gatus observability dashboard to nixlock's kiosk display socket (prebuilt, x86-64-v3)"
8
arch=('x86_64')
9
url="https://github.com/julian-corbet/nixwatch-corbet-ch"
10
license=('MIT')
11
depends=()
12
provides=('nixwatch')
13
conflicts=('nixwatch')
14
source=("https://github.com/julian-corbet/nixwatch-corbet-ch/releases/download/v${pkgver}/nixwatch-${pkgver}-x86_64-v3.tar.gz")
15
sha256sums=('d81485a10b57e8afcdfeadbebab1438d3f9edb2a2d3f6d6e90a7d0ef11bb3193')
16
17
package() {
18
install -Dm755 nixwatch-frames "$pkgdir/usr/bin/nixwatch-frames"
19
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
20
}
21
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 11:32:23 | LOW | 2 |