spideroak-one
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.
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-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 |