xvkbd
maintainer amiad
· 19 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a standard tarball from the project's official host for building the software, not an executable or unverifiable binary; the non-whitelisted host is the author's personal domain, which is common for niche X11 tools, and the build process is transparent and follows standard practices.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a standard tarball from the project's official host for building the software, not an executable or unverifiable binary; the non-whitelisted host is the author's personal domain, which is common for niche X11 tools, and the build process is transparent and follows standard practices.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:16
source=(http://t-sato.in.coocan.jp/xvkbd/xvkbd-$pkgver.tar.gz)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Amiad <aur@hatul.info>
2
# Contributor: Paul Wilk <paul.wilk@null.net>
3
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
4
# Contributor: Benjamin Andresen <benny@klapmuetz.org>
5
# Contributor: Mikko Seppдlд <t-r-a-y@mbnet.fi>
6
7
pkgname=xvkbd
8
pkgver=4.1
9
pkgrel=1
10
pkgdesc="virtual (graphical) keyboard program for X Window System"
11
arch=('x86_64')
12
url="http://t-sato.in.coocan.jp/xvkbd/"
13
license=('GPL')
14
depends=('libxmu' 'xaw3d' 'glibc' 'libxt' 'libxtst' 'libxp' 'libxpm')
15
makedepends=('imake')
16
source=(http://t-sato.in.coocan.jp/xvkbd/xvkbd-$pkgver.tar.gz)
17
sha256sums=('952d07df0fe1e45286520b7c98b4fd00fd60dbf3e3e8ff61e12c259f76a3bef4')
18
19
build() {
20
cd $pkgname-$pkgver
21
xmkmf
22
sed -i 's|#include <X11/Xaw/|#include <X11/Xaw3d/|' xvkbd.c
23
make
24
}
25
26
package() {
27
cd $pkgname-$pkgver
28
mkdir -p "$pkgdir"/usr/share/X11
29
make DESTDIR="$pkgdir" install
30
# fix
31
rm -f "$pkgdir"/usr/lib/X11/app-defaults
32
mkdir -p "$pkgdir"/usr/lib/X11
33
mv "$pkgdir"/etc/X11/app-defaults "$pkgdir"/usr/lib/X11/
34
rm -rf "$pkgdir"/etc/
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |