cksk

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, which is a normal AUR practice; the low severity is due to few votes and recent upload, not inherent risk.

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, which is a normal AUR practice; the low severity is due to few votes and recent upload, not inherent risk.

PKGBUILD

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

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