polymath-dev

MEDIUM
maintainer Doridian 1 votes scanned 2026-09-01 19:52:18.378090
View on AUR
Why flagged

Installs a prebuilt binary .deb from fluxkeyboard.com (a vendor domain, plausibly official), but it is a 'dev build' channel with a versioned URL that could be silently swapped; the bundled udev.rules has a SKIP'd checksum, though that file is non-executed data. The main concern is the prebuilt executable from a non-mainstream update channel rather than the project's primary release infrastructure, making it unverifiable beyond the sha256 on the .deb itself.

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:23 "https://fluxkeyboard.com/updates-dev/polymath/linux/deb/polymath_${pkgver}_amd64.deb"
Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Medium AI review llm_review

An AI model (anthropic/claude-sonnet-4.6) reviewed this and agrees it is MEDIUM (confidence 70%): Installs a prebuilt binary .deb from fluxkeyboard.com (a vendor domain, plausibly official), but it is a 'dev build' channel with a versioned URL that could be silently swapped; the bundled udev.rules has a SKIP'd checksum, though that file is non-executed data. The main concern is the prebuilt executable from a non-mainstream update channel rather than the project's primary release infrastructure, making it unverifiable beyond the sha256 on the .deb itself.

PKGBUILD

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

Scan history

Scanned at (UTC)SeverityRules
2026-09-01 19:52:18 Medium 3
2026-09-01 19:49:11 Medium 3

Report a package

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

0 / 4000
Your suggestion