polarity-md

maintainer feriixu · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged 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

LOW AI review downgraded a static finding 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)
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:12 source=("${pkgbase}-${pkgver}.zip::https://polarity.productions/polarity-md/downloads/PolarityMD-linux-beta8.zip")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: feriixu <aur.maintainer.mail.9lofw@passmail.net>
2
3pkgbase=polarity-md
4pkgname=('polarity-md' 'polarity-md-vst3' 'polarity-md-clap')
5pkgver=0.beta8
6pkgrel=1
7arch=('x86_64')
8url="https://polarity.productions/polarity-md/"
9license=('custom')
10depends=('webkit2gtk-4.1' 'gtk3' 'glib2' 'libsoup3')
11
12source=("${pkgbase}-${pkgver}.zip::https://polarity.productions/polarity-md/downloads/PolarityMD-linux-beta8.zip")
13sha256sums=('0de1a95c9ac29a96466f889724c086ea9ee634980414f2f261c7ccedec0fbfa0')
14
15prepare() {
16 cd "${srcdir}"
17 bsdtar -xf "${pkgbase}-${pkgver}.zip"
18}
19
20_pkg_install_license() {
21 local lic
22 lic="$(find "${srcdir}" -maxdepth 6 -type f \( -iname 'license*' -o -iname 'copying*' \) -print -quit)"
23 if [[ -n "${lic}" ]]; then
24 install -D -m644 "${lic}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
25 else
26 install -D -m644 /dev/stdin "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" <<'EOF'
27Polarity-MD is distributed by upstream. See terms on the project page:
28https://polarity.productions/polarity-md/
29EOF
30 fi
31}
32
33
34package_polarity-md-vst3() {
35 pkgdesc="Polarity-MD Four-band dynamics with upward + downward compression, per-band clipping. OTT style. (VST3) - prebuilt binary"
36 provides=('polarity-md-vst3')
37 conflicts=('polarity-md-vst3')
38
39 install -d "${pkgdir}/usr/lib/vst3"
40 cp -a "${srcdir}/VST3/Polarity-MD.vst3" "${pkgdir}/usr/lib/vst3/"
41
42 _pkg_install_license
43}
44
45package_polarity-md-clap() {
46 pkgdesc="Polarity-MD Four-band dynamics with upward + downward compression, per-band clipping. OTT style. (CLAP) - prebuilt binary"
47 provides=('polarity-md-clap')
48 conflicts=('polarity-md-clap')
49
50 install -d "${pkgdir}/usr/lib/clap"
51 install -m755 "${srcdir}/CLAP/Polarity-MD.clap" "${pkgdir}/usr/lib/clap/Polarity-MD.clap"
52
53 _pkg_install_license
54}
55
56package_polarity-md() {
57 pkgdesc="Polarity-MD meta package (installs VST3 + CLAP) Four-band dynamics with upward + downward compression, per-band clipping. OTT style."
58 depends+=('polarity-md-vst3' 'polarity-md-clap')
59 provides=('polarity-md')
60 conflicts=('polarity-md')
61
62 _pkg_install_license
63}
64

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 LOW 2

Report a package

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

0 / 4000
Your suggestion