kloak-whonix

maintainer jaybos · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from the official Whonix GitHub repository, which is a trusted source; the SKIP'd checksum is acceptable here due to the git source, and the build process is transparent and standard for AUR packages.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from the official Whonix GitHub repository, which is a trusted source; the SKIP'd checksum is acceptable here due to the git source, and the build process is transparent and standard for AUR packages.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1pkgname=kloak-whonix
2pkgver=0.8.5
3pkgrel=1
4pkgdesc="Kloak is a privacy tool (input device anonymization tool) that hides your typing and mouse movement patterns, which can be used to identify you online."
5arch=('x86_64' 'aarch64')
6url="https://github.com/Whonix/kloak"
7license=('BSD-3-Clause')
8provides=('kloak')
9conflicts=('kloak-git')
10depends=('libevdev' 'libinput' 'wayland' 'libxkbcommon' 'systemd-libs')
11makedepends=('make' 'pkg-config' 'git')
12source=('kloak::git+https://github.com/Whonix/kloak.git')
13sha256sums=('SKIP')
14
15pkgver() {
16 cd kloak
17 git describe --tags --abbrev=0 | sed 's/-\([0-9]*\)$/.\1/' | sed 's/^v//'
18}
19
20build() {
21 cd kloak
22 make kloak
23}
24
25package() {
26 cd kloak
27 install -Dm755 kloak "$pkgdir/usr/bin/kloak"
28 install -Dm644 etc/apparmor.d/usr.bin.kloak "$pkgdir/etc/apparmor.d/usr.bin.kloak"
29}
30

Changes since previous scan

--- PKGBUILD @ 2026-07-31 00:15
+++ PKGBUILD @ 2026-08-03 00:08
@@ -9,12 +9,8 @@
conflicts=('kloak-git')
depends=('libevdev' 'libinput' 'wayland' 'libxkbcommon' 'systemd-libs')
makedepends=('make' 'pkg-config' 'git')
-source=(
- 'renderer'
-)
-sha256sums=(
- 'SKIP'
-)
+source=('kloak::git+https://github.com/Whonix/kloak.git')
+sha256sums=('SKIP')
pkgver() {
cd kloak
@@ -22,7 +18,6 @@
}
build() {
- sudo "$srcdir/renderer"
cd kloak
make kloak
}
@@ -33,4 +28,3 @@
install -Dm644 etc/apparmor.d/usr.bin.kloak "$pkgdir/etc/apparmor.d/usr.bin.kloak"
}
-

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 15:18:17 MEDIUM 1
2026-07-31 00:15:13 HIGH 2
2026-07-31 00:14:10 HIGH 2
2026-07-30 17:15:21 MEDIUM 1
2026-06-24 16:20:12 CLEAN 0
2026-06-20 00:18:46 LOW 1
2026-06-19 23:51:18 CLEAN 2
2026-06-19 19:07:35 LOW 2
2026-06-18 18:55:24 LOW 2
2026-06-18 18:04:49 LOW 2
2026-06-18 16:11:54 LOW 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion