polymath
The package downloads a prebuilt .deb from the project's official domain but outside standard hosting (GitHub/GitLab), making the source unverifiable; while likely legitimate, the lack of upstream transparency and SKIP'd checksum on the rules file slightly increases supply-chain risk.
Triggered rules
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:24
"https://fluxkeyboard.com/updates/polymath/linux/deb/polymath_${pkgver}_amd64.deb"
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb from the project's official domain but outside standard hosting (GitHub/GitLab), making the source unverifiable; while likely legitimate, the lack of upstream transparency and SKIP'd checksum on the rules file slightly increases supply-chain risk.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Doridian <archlinux at doridian dot net>
pkgname=polymath
pkgver=1.4.5.8
pkgrel=1
pkgdesc='Advanced keyboard layout customization tool for Flux keyboards'
arch=('x86_64')
url='https://fluxkeyboard.com/updates/'
license=('custom')
makedepends=('binutils' 'tar' 'zstd' 'xz')
depends=(
'alsa-lib' 'at-spi2-core' 'cairo' 'desktop-file-utils' 'fontconfig'
'freetype2' 'fribidi' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 'gnutls' 'gtk3'
'harfbuzz' 'krb5' 'libayatana-appindicator' 'libayatana-indicator' 'libbsd'
'libdbusmenu-glib' 'libdrm' 'libepoxy' 'libgcrypt' 'libglvnd' 'libgpg-error'
'libpng' 'libpulse' 'librsvg' 'libsecret' 'libusb' 'libva' 'libvdpau'
'libwebp' 'libx11' 'libxcb' 'libxext' 'libxinerama' 'libxkbcommon'
'libxml2-legacy' 'libxpresent' 'libxrandr' 'libxss' 'libxv' 'mesa' 'nettle3'
'openssl' 'pango' 'systemd-libs' 'wayland' 'xz' 'zlib'
)
conflicts=('polymath-dev')
options=('!strip' '!debug' '!lto')
source=(
"https://fluxkeyboard.com/updates/polymath/linux/deb/polymath_${pkgver}_amd64.deb"
'udev.rules'
)
sha256sums=(
'829e30c73354225e699d8f0b709a764e5dd95e8424ecf7d55e4d42b6edc6db08'
'SKIP'
)
build() {
cd "${srcdir}"
rm -rf data && mkdir data
tar -C data -xf data.tar*
rm -rf data/etc/polkit-1
chmod -R g-w data
}
package() {
mkdir "${pkgdir}/opt"
cp -r "${srcdir}/data/opt/polymath" "${pkgdir}/opt/"
cp -r "${srcdir}/data/usr" "${pkgdir}/"
install -Dm644 "${srcdir}/udev.rules" "${pkgdir}/usr/lib/udev/rules.d/95-polymath.rules"
}
# vim:set ts=2 sw=2 et:
Changes since previous scan
--- PKGBUILD @ 2026-09-11 00:19+++ PKGBUILD @ 2026-09-17 00:27@@ -1,21 +1,22 @@ # Maintainer: Doridian <archlinux at doridian dot net> pkgname=polymath-pkgver=1.4.5.6-pkgrel=3+pkgver=1.4.5.8+pkgrel=1 pkgdesc='Advanced keyboard layout customization tool for Flux keyboards' arch=('x86_64') url='https://fluxkeyboard.com/updates/' license=('custom') makedepends=('binutils' 'tar' 'zstd' 'xz') depends=(- 'alsa-lib' 'at-spi2-core' 'cairo' 'desktop-file-utils' 'fontconfig' 'freetype2'- 'fribidi' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 'gnutls' 'gtk3' 'harfbuzz'- 'krb5' 'libayatana-appindicator' 'libayatana-indicator' 'libbsd' 'libdbusmenu-glib'- 'libdrm' 'libepoxy' 'libgcrypt' 'libglvnd' 'libgpg-error' 'libpng' 'libpulse'- 'librsvg' 'libsecret' 'libva' 'libvdpau' 'libwebp' 'libx11' 'libxcb' 'libxext'- 'libxinerama' 'libxkbcommon' 'libxml2' 'libxpresent' 'libxrandr' 'libxss' 'libxv'- 'mesa' 'nettle' 'openssl' 'pango' 'systemd-libs' 'wayland' 'xz' 'zlib'+ 'alsa-lib' 'at-spi2-core' 'cairo' 'desktop-file-utils' 'fontconfig'+ 'freetype2' 'fribidi' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 'gnutls' 'gtk3'+ 'harfbuzz' 'krb5' 'libayatana-appindicator' 'libayatana-indicator' 'libbsd'+ 'libdbusmenu-glib' 'libdrm' 'libepoxy' 'libgcrypt' 'libglvnd' 'libgpg-error'+ 'libpng' 'libpulse' 'librsvg' 'libsecret' 'libusb' 'libva' 'libvdpau'+ 'libwebp' 'libx11' 'libxcb' 'libxext' 'libxinerama' 'libxkbcommon'+ 'libxml2-legacy' 'libxpresent' 'libxrandr' 'libxss' 'libxv' 'mesa' 'nettle3'+ 'openssl' 'pango' 'systemd-libs' 'wayland' 'xz' 'zlib' ) conflicts=('polymath-dev') options=('!strip' '!debug' '!lto')@@ -24,7 +25,7 @@ 'udev.rules' ) sha256sums=(- 'c1b7a0bc3dfcbae8fea7c9928b702c8f9317b5bd16b98e9e5c25fbcbe1ad146c'+ '829e30c73354225e699d8f0b709a764e5dd95e8424ecf7d55e4d42b6edc6db08' 'SKIP' ) Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 17:22:59 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 19:49:11 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |