ibm_capsense_usb_util
maintainer Ratfink
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a project-specific domain (downloads.cornall.co) that hosts the software being built; it is not a prebuilt executable, and the checksums are provided, making it a normal build-from-source AUR package with no evidence of malicious intent.
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 tarball from a project-specific domain (downloads.cornall.co) that hosts the software being built; it is not a prebuilt executable, and the checksums are provided, making it a normal build-from-source AUR package with no evidence of malicious intent.
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:21
source=("http://downloads.cornall.co/ibm-capsense-usb/${pkgver}/ibm-capsense-usb_${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Clay Hobbs <clay@lakeserv.net>
2
pkgname=ibm_capsense_usb_util
3
pkgver=0.9.0
4
pkgrel=2
5
pkgdesc="Graphical utility for configuring xwhatsit capsense keyboard controllers"
6
arch=('x86_64')
7
url="http://downloads.cornall.co/ibm-capsense-usb-web/ibm-capsense-usb.html"
8
license=('GPL3')
9
groups=()
10
depends=('qt5-base' 'hidapi')
11
makedepends=()
12
checkdepends=()
13
optdepends=()
14
provides=()
15
conflicts=()
16
replaces=()
17
backup=()
18
options=()
19
install=
20
changelog=
21
source=("http://downloads.cornall.co/ibm-capsense-usb/${pkgver}/ibm-capsense-usb_${pkgver}.tar.gz"
22
"82-ibm-capsense-usb.rules"
23
"$pkgname.desktop"
24
"$pkgname-$pkgver.patch")
25
noextract=()
26
sha512sums=("e19070c22437096e05310f474666000d6f61eea09242133b30d474000e00d8a4c7d0178f63f2d8b979f8971461e15384c80c676db811652d8363ea8c335d6bc8"
27
"d8062f4734ded9aa05d843b14d2a4305715c00cac82b2e168bd7ac4c4641ca7fa9d2fd953700fcbe194563ef8e026a5d1c4519b92f267187260f72ccb9f09820"
28
"9409d9b12a97b82791771546fb210c7d09142133d20e75086c39ba083c0822549eed5743cb3ed3f5615e962c58b840fefb7e5a192b7310b0c72cca2606304686"
29
"af1de637c32dd7c3577e3f92f5e1209c80d4f71a774ceb0f79eff0918c97703f879241e2a8619ab1fb5ec28d69e7bb9218022ce51dbcf32547fc583a48d76560")
30
31
prepare() {
32
cd "ibm-capsense-usb_$pkgver"
33
patch -p1 -i "$srcdir/$pkgname-$pkgver.patch"
34
}
35
36
build() {
37
cd "ibm-capsense-usb_$pkgver/src/util"
38
qmake
39
make
40
}
41
42
package() {
43
cd "ibm-capsense-usb_$pkgver"
44
install -m 755 -p -D "src/util/src/$pkgname" "$pkgdir/usr/bin/$pkgname"
45
cd "$srcdir"
46
install -m 644 -p -D "82-ibm-capsense-usb.rules" "$pkgdir/usr/lib/udev/rules.d/82-ibm-capsense-usb.rules"
47
install -m 644 -p -D "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
48
}
49
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 |