polymath

MEDIUM
maintainer Doridian 2 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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:24 "https://fluxkeyboard.com/updates/polymath/linux/deb/polymath_${pkgver}_amd64.deb"
Medium AI review 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
1# Maintainer: Doridian <archlinux at doridian dot net>
2
3pkgname=polymath
4pkgver=1.4.5.8
5pkgrel=1
6pkgdesc='Advanced keyboard layout customization tool for Flux keyboards'
7arch=('x86_64')
8url='https://fluxkeyboard.com/updates/'
9license=('custom')
10makedepends=('binutils' 'tar' 'zstd' 'xz')
11depends=(
12 'alsa-lib' 'at-spi2-core' 'cairo' 'desktop-file-utils' 'fontconfig'
13 'freetype2' 'fribidi' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 'gnutls' 'gtk3'
14 'harfbuzz' 'krb5' 'libayatana-appindicator' 'libayatana-indicator' 'libbsd'
15 'libdbusmenu-glib' 'libdrm' 'libepoxy' 'libgcrypt' 'libglvnd' 'libgpg-error'
16 'libpng' 'libpulse' 'librsvg' 'libsecret' 'libusb' 'libva' 'libvdpau'
17 'libwebp' 'libx11' 'libxcb' 'libxext' 'libxinerama' 'libxkbcommon'
18 'libxml2-legacy' 'libxpresent' 'libxrandr' 'libxss' 'libxv' 'mesa' 'nettle3'
19 'openssl' 'pango' 'systemd-libs' 'wayland' 'xz' 'zlib'
20)
21conflicts=('polymath-dev')
22options=('!strip' '!debug' '!lto')
23source=(
24 "https://fluxkeyboard.com/updates/polymath/linux/deb/polymath_${pkgver}_amd64.deb"
25 'udev.rules'
26)
27sha256sums=(
28 '829e30c73354225e699d8f0b709a764e5dd95e8424ecf7d55e4d42b6edc6db08'
29 'SKIP'
30)
31
32build() {
33 cd "${srcdir}"
34 rm -rf data && mkdir data
35
36 tar -C data -xf data.tar*
37
38 rm -rf data/etc/polkit-1
39 chmod -R g-w data
40}
41
42package() {
43 mkdir "${pkgdir}/opt"
44 cp -r "${srcdir}/data/opt/polymath" "${pkgdir}/opt/"
45 cp -r "${srcdir}/data/usr" "${pkgdir}/"
46 install -Dm644 "${srcdir}/udev.rules" "${pkgdir}/usr/lib/udev/rules.d/95-polymath.rules"
47}
48
49# vim:set ts=2 sw=2 et:
50

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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion