clck
LOW
maintainer richc
0 votes
scanned 2026-09-14 03:15:45.535663
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)
2
pkgname=clck
3
pkgver=0.1.0
4
pkgrel=1
5
pkgdesc="Wayland session locker with live kiosk outputs"
6
arch=('x86_64')
7
url="https://github.com/corbet-labs/clck"
8
license=('LicenseRef-FSL-1.1-ALv2')
9
depends=('pam' 'wayland' 'libxkbcommon')
10
makedepends=('cargo' 'git')
11
provides=('clck')
12
conflicts=('clck-bin')
13
source=("$pkgname::git+https://github.com/corbet-labs/clck.git#tag=v$pkgver")
14
sha256sums=('SKIP')
15
16
build() {
17
cd "$pkgname"
18
cargo build --release --frozen --bin clck
19
}
20
21
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-14 03:15:45 | Low | 2 |
| 2026-09-14 01:15:25 | Low | 2 |