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).
4pkgname=nixwatch-bin
5pkgver=0.1.0
6pkgrel=1
7pkgdesc="Streams the Gatus observability dashboard to nixlock's kiosk display socket (prebuilt, x86-64-v3)"
8arch=('x86_64')
9url="https://github.com/julian-corbet/nixwatch-corbet-ch"
10license=('MIT')
11depends=()
12provides=('nixwatch')
13conflicts=('nixwatch')
14source=("https://github.com/julian-corbet/nixwatch-corbet-ch/releases/download/v${pkgver}/nixwatch-${pkgver}-x86_64-v3.tar.gz")
15sha256sums=('d81485a10b57e8afcdfeadbebab1438d3f9edb2a2d3f6d6e90a7d0ef11bb3193')
16
17package() {
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)SeverityRules
2026-08-18 00:03:42 LOW 2
2026-08-17 00:18:29 LOW 2
2026-08-16 11:32:23 LOW 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion