polarity-md
The package downloads a prebuilt binary from the project's official domain, which is not on the whitelist but is plausibly legitimate; the worst case of a swapped source would be code execution, but the host is the project's own and checksums are provided, reducing risk.
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 prebuilt binary from the project's official domain, which is not on the whitelist but is plausibly legitimate; the worst case of a swapped source would be code execution, but the host is the project's own and checksums are provided, reducing risk.
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:12
source=("${pkgbase}-${pkgver}.zip::https://polarity.productions/polarity-md/downloads/PolarityMD-linux-beta8.zip")
PKGBUILD
1 offending line(s) highlighted# Maintainer: feriixu <aur.maintainer.mail.9lofw@passmail.net>
pkgbase=polarity-md
pkgname=('polarity-md' 'polarity-md-vst3' 'polarity-md-clap')
pkgver=0.beta8
pkgrel=1
arch=('x86_64')
url="https://polarity.productions/polarity-md/"
license=('custom')
depends=('webkit2gtk-4.1' 'gtk3' 'glib2' 'libsoup3')
source=("${pkgbase}-${pkgver}.zip::https://polarity.productions/polarity-md/downloads/PolarityMD-linux-beta8.zip")
sha256sums=('0de1a95c9ac29a96466f889724c086ea9ee634980414f2f261c7ccedec0fbfa0')
prepare() {
cd "${srcdir}"
bsdtar -xf "${pkgbase}-${pkgver}.zip"
}
_pkg_install_license() {
local lic
lic="$(find "${srcdir}" -maxdepth 6 -type f \( -iname 'license*' -o -iname 'copying*' \) -print -quit)"
if [[ -n "${lic}" ]]; then
install -D -m644 "${lic}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
else
install -D -m644 /dev/stdin "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" <<'EOF'
Polarity-MD is distributed by upstream. See terms on the project page:
https://polarity.productions/polarity-md/
EOF
fi
}
package_polarity-md-vst3() {
pkgdesc="Polarity-MD Four-band dynamics with upward + downward compression, per-band clipping. OTT style. (VST3) - prebuilt binary"
provides=('polarity-md-vst3')
conflicts=('polarity-md-vst3')
install -d "${pkgdir}/usr/lib/vst3"
cp -a "${srcdir}/VST3/Polarity-MD.vst3" "${pkgdir}/usr/lib/vst3/"
_pkg_install_license
}
package_polarity-md-clap() {
pkgdesc="Polarity-MD Four-band dynamics with upward + downward compression, per-band clipping. OTT style. (CLAP) - prebuilt binary"
provides=('polarity-md-clap')
conflicts=('polarity-md-clap')
install -d "${pkgdir}/usr/lib/clap"
install -m755 "${srcdir}/CLAP/Polarity-MD.clap" "${pkgdir}/usr/lib/clap/Polarity-MD.clap"
_pkg_install_license
}
package_polarity-md() {
pkgdesc="Polarity-MD meta package (installs VST3 + CLAP) Four-band dynamics with upward + downward compression, per-band clipping. OTT style."
depends+=('polarity-md-vst3' 'polarity-md-clap')
provides=('polarity-md')
conflicts=('polarity-md')
_pkg_install_license
}
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 |