zsa-keymapp-bin
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
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)
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# Maintainer: Sebastian Wiesner <sebastian@swsnr.de>
# Contributor: Michael Cooper <mythmon at gmail dot com>
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted.
# THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
pkgname=zsa-keymapp-bin
_pkgname=keymapp
pkgver=1.3.7
pkgrel=1
pkgdesc="A live visual reference for your ZSA keyboard"
arch=(x86_64)
url="https://zsa.io/flash"
license=(custom:not-provided)
depends=(libusb gtk3)
depends=(zsa-udev libusb gtk3 webkit2gtk-4.1)
# ZSA does not seem to provide a proper versioned download for keymapp, so just grab the latest one.
# If the checksum fails we know there's a new version.
source=("${pkgname}-${pkgver}.tar.gz::https://oryx.nyc3.cdn.digitaloceanspaces.com/keymapp/keymapp-latest.tar.gz"
'keymapp.desktop')
sha256sums=('a87bc7083cd6461ba10e0da4b94f249a29100d712542d54498f01e947cf868fa'
'798667e23dfc74f6a4c65f7ecb9838dec4987a2c4224fe9bb38e85cb2d2ad861')
package() {
install -Dm0755 "${srcdir}/keymapp" "${pkgdir}/usr/bin/keymapp"
install -Dm0644 -t "${pkgdir}/usr/share/applications/" "${srcdir}/keymapp.desktop"
install -Dm0644 "${srcdir}/icon.png" "${pkgdir}/usr/share/pixmaps/keymapp.png"
mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
echo "No license information provided" > "${pkgdir}/usr/share/licenses/${pkgname}/license.md"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |