splashtop-business
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:16
source=("https://download.splashtop.com/linuxclient/${pkgname}_Ubuntu_v${pkgver}_amd64.tar.gz")
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 tarball (containing a Debian .deb package with compiled executables) directly from download.splashtop.com, which is the official Splashtop vendor download host. This is a legitimate vendor distribution channel, not a personal or unofficial host, so the risk is lower than a random third-party mirror. However, the package still installs prebuilt proprietary binaries that cannot be audited, and there is no GPG signature verification — only a sha256sum. If the vendor host were compromised or the checksum were to drift, arbitrary code would execute. This is a standard medium-risk pattern for proprietary software distributed as prebuilt binaries from a vendor CDN in the AUR: not clearly malicious, but a genuine supply-chain concern due to the inability to verify the binary's integrity beyond a hash and the lack of source-build reproducibility.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Andrew Simmons <agsimmons0 at gmail dot com>
# Contributor:: Tab Fitts <tfitts [at] spryservers [dot] net>
pkgname=splashtop-business
pkgver=3.8.0.0
pkgrel=1
pkgdesc="Splashtop Business. Remotely access your desktop from any device from anywhere!"
arch=('x86_64')
url="https://www.splashtop.com/business"
license=('LicenseRef-Proprietary')
depends=('gcc-libs' 'glibc' 'keyutils' 'libcap' 'libpulse' 'libxcb' 'qt5-base' 'util-linux-libs' 'xcb-util-keysyms' 'xcb-util' 'xdotool' 'zlib')
optdepends=('bash-completion: Bash completion support')
provides=('splashtop-business')
options=('!strip')
install=${pkgname}.install
source=("https://download.splashtop.com/linuxclient/${pkgname}_Ubuntu_v${pkgver}_amd64.tar.gz")
sha256sums=('128f9b7fe6ab15e2089339f76f325abaa97ac3657fa71d09b1fe4e87daf8430e')
prepare(){
ar x splashtop-business_Ubuntu_amd64.deb
}
package(){
# Extract package data
tar xf data.tar.xz -C "${pkgdir}"
# Disable SRUsb.service until it's clear what it's purpose is
# Move unit file to correct location
# mkdir -p "$pkgdir/usr/lib/systemd/system/"
# mv "$pkgdir/etc/systemd/system/SRUsb.service" "$pkgdir/usr/lib/systemd/system/"
rm -r "$pkgdir/etc/"
mkdir -m 777 "$pkgdir/opt/splashtop-business/config"
mkdir -m 755 "$pkgdir/opt/splashtop-business/dump"
mkdir -m 777 "$pkgdir/opt/splashtop-business/log"
}
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 |