nixlock-bin

maintainer richc · 0 votes · scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt binary from a GitHub release, which is a common and generally acceptable practice for AUR packages; the source is verifiable via checksum and hosted on an official, project-associated domain, reducing supply-chain risk despite the maintainer's low vote count and recent activity.

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 downloads a prebuilt binary from a GitHub release, which is a common and generally acceptable practice for AUR packages; the source is verifiable via checksum and hosted on an official, project-associated domain, reducing supply-chain risk despite the maintainer's low vote count and recent activity.

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). Links the SYSTEM libpam (required for the greeter/unlock
4# path), so this package is Arch-native rather than a static/musl build.
5pkgname=nixlock-bin
6pkgver=0.1.0
7pkgrel=1
8pkgdesc="A Wayland session locker that keeps kiosk outputs live while locking the rest, with PAM unlock (prebuilt, x86-64-v3)"
9arch=('x86_64')
10url="https://github.com/julian-corbet/nixlock-corbet-ch"
11license=('MIT')
12depends=('pam' 'wayland' 'libxkbcommon')
13provides=('nixlock')
14conflicts=('nixlock')
15source=("https://github.com/julian-corbet/nixlock-corbet-ch/releases/download/v${pkgver}/nixlock-${pkgver}-x86_64-v3.tar.gz")
16sha256sums=('69e47afa3d3619b73ed7e00e24a2c48f65b91732d6269e388822f8ce5c9d0813')
17
18package() {
19 install -Dm755 nixlock "$pkgdir/usr/bin/nixlock"
20 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
21}
22

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 13:32:24 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