expandrive
maintainer rezydev
· 1 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
Downloads a prebuilt proprietary .deb binary from the vendor's own official domain (expandrive.com) but with a SKIP'd checksum, meaning any silent swap of the binary at that URL cannot be detected; the source is the official vendor domain so it's not a random personal host, but the lack of checksum verification on an executable is a real supply-chain concern.
Triggered rules
MEDIUM
source=() URL on a non-standard host
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:22
source=("expandrive.deb::https://www.expandrive.com/api/download/expandrive?platform=linux&ext=deb")
MEDIUM
AI review
llm_review
An AI model (anthropic/claude-sonnet-4.6) reviewed this and agrees it is MEDIUM (confidence 70%): Downloads a prebuilt proprietary .deb binary from the vendor's own official domain (expandrive.com) but with a SKIP'd checksum, meaning any silent swap of the binary at that URL cannot be detected; the source is the official vendor domain so it's not a random personal host, but the lack of checksum verification on an executable is a real supply-chain concern.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Rezy Dev <me@rezydev.com>
2
3
pkgname=expandrive
4
pkgver=2026.6.11.862
5
pkgrel=1
6
pkgdesc='Mount cloud storage as native drives on Linux'
7
arch=('x86_64')
8
url='https://www.expandrive.com/'
9
license=('custom:proprietary')
10
depends=(
11
'alsa-lib'
12
'at-spi2-core'
13
'fuse2'
14
'gtk3'
15
'libnotify'
16
'libsecret'
17
'libxss'
18
'libxtst'
19
'nss'
20
'xdg-utils'
21
)
22
source=("expandrive.deb::https://www.expandrive.com/api/download/expandrive?platform=linux&ext=deb")
23
sha256sums=('SKIP')
24
25
prepare() {
26
mkdir -p "$srcdir/pkg"
27
bsdtar -xf "$srcdir/expandrive.deb" -C "$srcdir/pkg"
28
bsdtar -xf "$srcdir/pkg/data.tar.xz" -C "$srcdir/pkg"
29
rm -rf "$srcdir/pkg/opt/ExpanDrive/resources/app.asar.unpacked"
30
}
31
32
package() {
33
cp -R "$srcdir/pkg/opt/" "$pkgdir/opt/"
34
cp -R "$srcdir/pkg/usr/" "$pkgdir/usr/"
35
36
install -Dm644 "$srcdir/pkg/opt/ExpanDrive/LICENSE.electron.txt" \
37
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
38
}
39
40
post_install() {
41
ln -sf '/opt/ExpanDrive/expandrive' '/usr/local/bin/expandrive'
42
}
43
44
pre_remove() {
45
rm -f '/usr/local/bin/expandrive'
46
}
47
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 | 3 |
| 2026-07-31 00:14:10 | MEDIUM | 3 |
| 2026-07-30 00:17:23 | MEDIUM | 3 |
| 2026-07-29 00:25:53 | MEDIUM | 3 |
| 2026-07-28 00:07:28 | MEDIUM | 3 |
| 2026-07-27 00:24:32 | MEDIUM | 3 |
| 2026-07-26 00:07:32 | MEDIUM | 3 |
| 2026-07-25 00:13:44 | MEDIUM | 3 |
| 2026-07-24 00:02:28 | MEDIUM | 3 |
| 2026-07-23 00:14:47 | MEDIUM | 3 |
| 2026-07-22 00:29:32 | MEDIUM | 3 |
| 2026-07-21 00:24:15 | MEDIUM | 3 |
| 2026-07-20 00:19:49 | MEDIUM | 3 |
| 2026-07-19 00:17:08 | MEDIUM | 3 |
| 2026-07-18 07:59:17 | MEDIUM | 3 |
| 2026-07-18 07:57:03 | MEDIUM | 3 |