motivewave
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
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")
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# Maintainer: <xavierbaez at gmail dot com>
# Contributor: Patrik Sundberg <patrik.sundberg at gmail dot com>
pkgname=motivewave
pkgver=6.9.12
pkgrel=1
pkgdesc="Advanced trading and charting application."
arch=('x86_64')
url="https://www.motivewave.com"
license=('custom')
depends=('bc' 'ffmpeg' 'gtk2' 'gtk3' 'java-runtime' 'xorg-xrandr')
_build_id=524
source=("${pkgname}-${pkgver}.deb::https://downloads.motivewave.com/builds/${_build_id}/motivewave_${pkgver}_amd64.deb")
sha512sums=('028b72a30526a1a6181b887e3bd7458b65506c382db7f8251a5b043520147849849147533945a3ae6dd42c9a5c6c19f61e91e68d78c42cde2deb557383b50a15')
package() {
bsdtar -xf data.tar.xz --no-same-owner -C "$pkgdir/"
chmod -R g-w "$pkgdir/usr"
chown -R root:root "$pkgdir"
mkdir -pv "$pkgdir/usr/bin"
ln -sv "/usr/share/motivewave/run.sh" "$pkgdir/usr/bin/motivewave"
install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" "$pkgdir/usr/share/$pkgname/license.html"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |