polarity-md-clap

LOW
maintainer feriixu 0 votes base polarity-md scanned 2026-09-17 00:27:14.276658
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-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

Report a package

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

0 / 4000
Your suggestion