spideroak-one
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:20
source=("https://spideroak-releases.s3.us-east-2.amazonaws.com/spideroakone_${pkgver}_amd64.deb"
llm_review
The static rules found a suspicious pattern they could not resolve, so an AI model (anthropic/claude-4.6-sonnet-20260217) reviewed it and judged it MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt binary .deb from an S3 bucket (spideroak-releases.s3.us-east-2.amazonaws.com). SpiderOak is a real commercial product and this S3 bucket is plausibly their official release host, but it is not a canonical vendor website URL (like spideroak.com/downloads) — it's an S3 bucket that could in principle be misconfigured or substituted. The package installs an unverified prebuilt binary directly into the system. There is a sha256sum check, which mitigates substitution attacks at download time, but does not verify the binary's provenance or signing. The binary is executed code from a non-canonical host. This is a real but low-probability supply-chain concern: medium severity is appropriate. No piracy or broken flags apply.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Edmund Lodewijks < e dot lodewijks at gmail . com>
# Contributor: Matthew Brian Cohen <cohen at matthewbriancohen dot com>
# Contributor: Matt Warner <mattwarner001@gmail.com>
# Contributor: Alessio Sergi <asergi at archlinux dot us>
# Contributor: Limao Luo <luolimao@gmail.com>
pkgname=spideroak-one
_pkgname='SpiderOak One'
pkgver=7.5.2
pkgrel=1
pkgdesc="Secure file backup, sync and sharing client. SpiderOak One client."
arch=('x86_64')
url="https://crossclave.com/"
license=('LicenseRef-SpiderOakONE')
depends=('glibc' 'curl')
makedepends=()
provides=('spideroak')
options=('!strip')
install="${pkgname}".install
source=("https://spideroak-releases.s3.us-east-2.amazonaws.com/spideroakone_${pkgver}_amd64.deb"
'LICENSE')
sha256sums=('2c012c296b23d6281c215a7dedc6702d858507793d44a047afc5907853aacc35'
'62271420e251febb88cec99de1559002237ab980c2912e091d2f0d1b8bec7141')
package() {
tar -Jxf "${srcdir}"/data.tar.xz -C "$pkgdir"/
# We don't need APT files, nor menu files, and Arch Linux sets a higher
# `fs.inotify.max_user_watches` than what this configuration provides.
rm -r "$pkgdir"/etc/
install -Dm644 "$srcdir"/LICENSE "$pkgdir"/usr/share/licenses/$pkgname
}
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 |