paperspace
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=("https://assets.paperspace.com/native-app/prod/linux/PaperspaceInstaller-${pkgver}"
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 installer from assets.paperspace.com (the official Paperspace CDN for their native app) and executes it during prepare(). While assets.paperspace.com is the legitimate vendor distribution host for Paperspace's native Linux client (not a personal or unofficial host), executing a downloaded binary installer during the build phase is a genuine supply-chain concern: if the CDN were compromised or the URL were silently redirected, arbitrary code would execute on the builder's machine. The sha256sum pinning mitigates this somewhat, but the pattern of running a closed-source installer binary (rather than extracting it) is a real medium-severity concern. The host itself appears to be the official vendor CDN, which reduces the risk compared to a personal host, but the executed-binary-from-network pattern warrants medium rather than clean/low.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Jacek Szafarkiewicz <szafar@linux.pl>
pkgname=paperspace
pkgver=11.9.12.5782
pkgrel=0
pkgdesc='Paperspace Receiver'
arch=('x86_64')
license=('custom')
url='https://www.paperspace.com/app'
makedepends=('patchelf')
depends=('gcc-libs' 'libglvnd' 'libxext' 'libxcb')
optdepends=('libva: For hardware accelerated decoding')
source=("https://assets.paperspace.com/native-app/prod/linux/PaperspaceInstaller-${pkgver}"
paperspace-installer-noninteractive.qs.in
paperspace.sh
paperspace.desktop)
sha256sums=('6310c2da243d5da577e015ac45c5a9d45cb22b31c39edc8af9adb2c4f2ea1258'
'4dddf0c7212de5db2c51a8b212b95632bfc92d635e46a136e299308f9de8db0c'
'32231f483b9ad1369936b7157d5160597014fb418b453f7216b51b9e2b074772'
'c0e86c830576155c38f37ce3fcca9e9f5bd813c77870092d80f364b2e90fc676')
prepare() {
cd "$srcdir"
sed "s;@INSTALL_DIR@;$srcdir/paperspace;" paperspace-installer-noninteractive.qs.in > paperspace-installer-noninteractive.qs
chmod +x ./PaperspaceInstaller-${pkgver}
./PaperspaceInstaller-${pkgver} -platform minimal --verbose --script paperspace-installer-noninteractive.qs
rm -f "$HOME/.local/share/applications/Paperspace.desktop"
rm paperspace/InstallationLog.txt
rm paperspace/maintenancetool*
}
build() {
cd "$srcdir"
patchelf --set-rpath '$ORIGIN/lib' paperspace/Paperspace
find paperspace/lib -type f -exec patchelf --set-rpath '$ORIGIN' {} +
}
package() {
cd "$srcdir"
mkdir -pv "$pkgdir/usr/bin" "$pkgdir/usr/lib"
cp -av "$srcdir/paperspace" "$pkgdir/usr/lib/paperspace"
install -Dvm755 "$srcdir/paperspace.sh" "$pkgdir/usr/bin/paperspace"
install -Dvm644 "$srcdir/paperspace.desktop" "$pkgdir/usr/share/applications/paperspace.desktop"
install -Dvm644 "$srcdir/paperspace/linux-icon-310x310.png" "$pkgdir/usr/share/pixmaps/paperspace.png"
}
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 |