motionbox-bin
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:15
https://s3-eu-west-1.amazonaws.com/omega.gg/get/MotionBox/MotionBox-$majver-$subver-linux64.tar.gz
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD installs a prebuilt binary tarball from an S3 bucket (omega.gg's official distribution bucket, matching the upstream vendor's own download infrastructure at omega.gg/MotionBox) with SKIP'd checksum. While omega.gg is the legitimate upstream vendor for MotionBox, using SKIP instead of a pinned sha256 means any future change to the tarball on S3 would go undetected. The binary is executed directly (/opt/MotionBox/usr/bin/MotionBox). This is a real supply-chain concern: no integrity verification on the most security-sensitive artifact (the binary). The desktop file and icon have proper checksums. The S3 host appears to be the official vendor distribution channel, not a personal/unofficial host, which reduces but does not eliminate the risk — S3 bucket misconfigurations or takeovers are a known attack vector. Overall this remains a medium: executed binary with no checksum from a cloud storage host.
PKGBUILD
1 offending line(s) highlightedpkgname=motionbox-bin
_pkgname=motionbox-bin
pkgver=3.0.0.3
majver=3.0.0
subver=3
pkgrel=1
pkgdesc="MotionBox is a Video Browser for Motion Freedom"
arch=("x86_64")
url="http://omega.gg/MotionBox/"
license=("GPL3")
provides=("motionbox")
conflicts=("motionbox")
depends=(vlc qt6-base)
source=(
https://s3-eu-west-1.amazonaws.com/omega.gg/get/MotionBox/MotionBox-$majver-$subver-linux64.tar.gz
https://github.com/G-P-L/AUR/raw/master/MotionBox/MotionBox.desktop
https://github.com/G-P-L/AUR/raw/master/MotionBox/MotionBox.png
)
sha256sums=(SKIP
'a467445d37f10dfec07fc2dbbb6d20b7fd75b215848861672839cd2760a67a21'
'7b0f4fb92e7bc5d23fbef1a0bb9381a63fa979f28a36b2f0b4b4619b13039b72')
options=(debug !strip)
package() {
install -d "$pkgdir/opt/MotionBox"
install -d "$pkgdir/usr/bin"
# Copy files and folders from the source tarball to /opt/MotionBox/.
mv "$srcdir/MotionBox-$majver-$subver/" "$srcdir/MotionBox/"
cp -r "$srcdir/MotionBox/" "$pkgdir/opt/"
# Copy application icon to /opt/MotionBox/.
install -Dm644 MotionBox.png "$pkgdir/opt/MotionBox/MotionBox.png"
# Copy desktop launcher to /usr/share/applications/.
install -Dm644 MotionBox.desktop "$pkgdir/usr/share/applications/MotionBox.desktop"
# Link binary to /usr/bin/.
ln -s /opt/MotionBox/usr/bin/MotionBox $pkgdir/usr/bin/MotionBox
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |