clck

LOW
maintainer richc 0 votes scanned 2026-09-14 03:15:45.535663
View on AUR
Why flagged

The package builds from source hosted on the maintainer's GitHub repository, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.

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 builds from source hosted on the maintainer's GitHub repository, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: Julian Y. Richard Corbet (julian-corbet on GitHub)
2pkgname=clck
3pkgver=0.1.0
4pkgrel=1
5pkgdesc="Wayland session locker with live kiosk outputs"
6arch=('x86_64')
7url="https://github.com/corbet-labs/clck"
8license=('LicenseRef-FSL-1.1-ALv2')
9depends=('pam' 'wayland' 'libxkbcommon')
10makedepends=('cargo' 'git')
11provides=('clck')
12conflicts=('clck-bin')
13source=("$pkgname::git+https://github.com/corbet-labs/clck.git#tag=v$pkgver")
14sha256sums=('SKIP')
15
16build() {
17 cd "$pkgname"
18 cargo build --release --frozen --bin clck
19}
20
21package() {
22 cd "$pkgname"
23 install -Dm755 "target/release/clck" "$pkgdir/usr/bin/clck"
24 ln -s clck "$pkgdir/usr/bin/nixlock"
25 install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
26}
27

Scan history

Scanned at (UTC)SeverityRules
2026-09-14 03:15:45 Low 2
2026-09-14 01:15:25 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