motivewave

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

The PKGBUILD downloads a prebuilt binary .deb from downloads.motivewave.com, which is the official vendor download host for the MotiveWave trading application (not a personal or unofficial mirror). The sha512sum is present and pins the specific build. However, the package installs a closed-source, prebuilt binary application from a proprietary vendor's download server — this is a legitimate supply-chain concern because: (1) the binary is executed code, not data; (2) it comes from a vendor-controlled host rather than a well-audited distribution channel; (3) the .deb contains a run.sh script that is symlinked into /usr/bin and executed at runtime. This is a standard pattern for proprietary AUR packages (similar to google-chrome, spotify, etc.) and the checksum provides integrity verification. The risk is real but typical for this class of package — if the vendor's server were compromised or the build_id content swapped, the checksum would catch it. Rating remains MEDIUM as it is an executed binary from a non-standard (though official vendor) host, consistent with AUR proprietary binary package norms.

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:13 source=("${pkgname}-${pkgver}.deb::https://downloads.motivewave.com/builds/${_build_id}/motivewave_${pkgver}_amd64.deb")
Medium AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt binary .deb from downloads.motivewave.com, which is the official vendor download host for the MotiveWave trading application (not a personal or unofficial mirror). The sha512sum is present and pins the specific build. However, the package installs a closed-source, prebuilt binary application from a proprietary vendor's download server — this is a legitimate supply-chain concern because: (1) the binary is executed code, not data; (2) it comes from a vendor-controlled host rather than a well-audited distribution channel; (3) the .deb contains a run.sh script that is symlinked into /usr/bin and executed at runtime. This is a standard pattern for proprietary AUR packages (similar to google-chrome, spotify, etc.) and the checksum provides integrity verification. The risk is real but typical for this class of package — if the vendor's server were compromised or the build_id content swapped, the checksum would catch it. Rating remains MEDIUM as it is an executed binary from a non-standard (though official vendor) host, consistent with AUR proprietary binary package norms.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: <xavierbaez at gmail dot com>
2# Contributor: Patrik Sundberg <patrik.sundberg at gmail dot com>
3
4pkgname=motivewave
5pkgver=6.9.12
6pkgrel=1
7pkgdesc="Advanced trading and charting application."
8arch=('x86_64')
9url="https://www.motivewave.com"
10license=('custom')
11depends=('bc' 'ffmpeg' 'gtk2' 'gtk3' 'java-runtime' 'xorg-xrandr')
12_build_id=524
13source=("${pkgname}-${pkgver}.deb::https://downloads.motivewave.com/builds/${_build_id}/motivewave_${pkgver}_amd64.deb")
14sha512sums=('028b72a30526a1a6181b887e3bd7458b65506c382db7f8251a5b043520147849849147533945a3ae6dd42c9a5c6c19f61e91e68d78c42cde2deb557383b50a15')
15
16package() {
17 bsdtar -xf data.tar.xz --no-same-owner -C "$pkgdir/"
18
19 chmod -R g-w "$pkgdir/usr"
20 chown -R root:root "$pkgdir"
21 mkdir -pv "$pkgdir/usr/bin"
22 ln -sv "/usr/share/motivewave/run.sh" "$pkgdir/usr/bin/motivewave"
23 install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" "$pkgdir/usr/share/$pkgname/license.html"
24}
25

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 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 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2
2026-08-30 00:04:14 Medium 2
2026-08-29 00:29:17 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