zsa-keymapp-bin
maintainer swsnr
· 20 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a versioned tarball from the vendor's own CDN (DigitalOcean Spaces) for a legitimate ZSA keyboard utility; the source is not executed remotely and the worst case of a swapped host would be a malicious binary, but it is still the official distribution method for this software.
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 package downloads a versioned tarball from the vendor's own CDN (DigitalOcean Spaces) for a legitimate ZSA keyboard utility; the source is not executed remotely and the worst case of a swapped host would be a malicious binary, but it is still the official distribution method for this software.
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:27
source=("${pkgname}-${pkgver}.tar.gz::https://oryx.nyc3.cdn.digitaloceanspaces.com/keymapp/keymapp-latest.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Sebastian Wiesner <sebastian@swsnr.de>
2
# Contributor: Michael Cooper <mythmon at gmail dot com>
3
4
# Permission to use, copy, modify, and/or distribute this software for any
5
# purpose with or without fee is hereby granted.
6
7
# THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
8
# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9
# AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
10
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
11
# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
12
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13
# PERFORMANCE OF THIS SOFTWARE.
14
15
pkgname=zsa-keymapp-bin
16
_pkgname=keymapp
17
pkgver=1.3.7
18
pkgrel=1
19
pkgdesc="A live visual reference for your ZSA keyboard"
20
arch=(x86_64)
21
url="https://zsa.io/flash"
22
license=(custom:not-provided)
23
depends=(libusb gtk3)
24
depends=(zsa-udev libusb gtk3 webkit2gtk-4.1)
25
# ZSA does not seem to provide a proper versioned download for keymapp, so just grab the latest one.
26
# If the checksum fails we know there's a new version.
27
source=("${pkgname}-${pkgver}.tar.gz::https://oryx.nyc3.cdn.digitaloceanspaces.com/keymapp/keymapp-latest.tar.gz"
28
'keymapp.desktop')
29
sha256sums=('a87bc7083cd6461ba10e0da4b94f249a29100d712542d54498f01e947cf868fa'
30
'798667e23dfc74f6a4c65f7ecb9838dec4987a2c4224fe9bb38e85cb2d2ad861')
31
32
package() {
33
install -Dm0755 "${srcdir}/keymapp" "${pkgdir}/usr/bin/keymapp"
34
install -Dm0644 -t "${pkgdir}/usr/share/applications/" "${srcdir}/keymapp.desktop"
35
install -Dm0644 "${srcdir}/icon.png" "${pkgdir}/usr/share/pixmaps/keymapp.png"
36
mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
37
echo "No license information provided" > "${pkgdir}/usr/share/licenses/${pkgname}/license.md"
38
}
39
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 |