xkb-monitor-git

LOW
maintainer fisheye 0 votes scanned 2026-08-27 17:33:13.062181
View on AUR
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
3pkgname=$_pkgname-git
4pkgver=42f2140
5pkgrel=1
6pkgdesc='A lightweight utility that monitors keyboard state on Wayland compositors'
7arch=('x86_64')
8url='https://github.com/drougas/xkb-monitor'
9license=('MIT')
10depends=('wayland' 'wayland-protocols' 'libxkbcommon')
11makedepends=('git' 'make')
12provides=("$_pkgname")
13conflicts=("$_pkgname")
14source=('git+https://github.com/drougas/xkb-monitor.git')
15
16sha256sums=("SKIP")
17
18pkgver() {
19 cd $_pkgname
20 git describe --always | sed "s/-/./g"
21}
22
23build() {
24 cd xkb-monitor
25 make release
26}
27
28package() {
29 cd xkb-monitor
30 install -Dm755 xkb-monitor "$pkgdir/usr/bin/xkb-monitor"
31}
32

Scan history

Scanned at (UTC)SeverityRules
2026-08-27 17:33:13 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