xkb-monitor-git
LOW
maintainer fisheye
0 votes
scanned 2026-08-27 17:33:13.062181
Why flagged
The package builds from the project's own Git repository, which is normal for AUR packages; 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 the project's own Git repository, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
2
_pkgname=xkb-monitor
3
pkgname=$_pkgname-git
4
pkgver=42f2140
5
pkgrel=1
6
pkgdesc='A lightweight utility that monitors keyboard state on Wayland compositors'
7
arch=('x86_64')
8
url='https://github.com/drougas/xkb-monitor'
9
license=('MIT')
10
depends=('wayland' 'wayland-protocols' 'libxkbcommon')
11
makedepends=('git' 'make')
12
provides=("$_pkgname")
13
conflicts=("$_pkgname")
14
source=('git+https://github.com/drougas/xkb-monitor.git')
15
16
sha256sums=("SKIP")
17
18
pkgver() {
19
cd $_pkgname
20
git describe --always | sed "s/-/./g"
21
}
22
23
build() {
24
cd xkb-monitor
25
make release
26
}
27
28
package() {
29
cd xkb-monitor
30
install -Dm755 xkb-monitor "$pkgdir/usr/bin/xkb-monitor"
31
}
32
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-27 17:33:13 | Low | 2 |