cksk
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, 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)
2
pkgname=cksk
3
pkgver=0.1.0
4
pkgrel=1
5
pkgdesc="Server-monitor boards for a clck kiosk display"
6
arch=('x86_64')
7
url="https://github.com/corbet-labs/cksk"
8
license=('LicenseRef-FSL-1.1-ALv2')
9
depends=()
10
makedepends=('cargo' 'git')
11
provides=('cksk')
12
conflicts=('cksk-bin')
13
source=("$pkgname::git+https://github.com/corbet-labs/cksk.git#tag=v$pkgver")
14
sha256sums=('SKIP')
15
16
build() {
17
cd "$pkgname"
18
cargo build --release --frozen --bin cksk
19
}
20
21
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-14 03:15:45 | Low | 2 |
| 2026-09-14 01:15:25 | Low | 2 |