kdrive-bin
maintainer Frankkkkk
· 25 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt AppImage from a non-standard host (download.storage.infomaniak.com), which is not on common trust whitelists; while likely legitimate, the unverifiable nature of the executable binary from a swappable host presents a supply-chain risk if the domain were compromised.
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:11
source=(https://download.storage.infomaniak.com/drive/desktopclient/kDrive-$pkgver-amd64.AppImage
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 85%): The package downloads a prebuilt AppImage from a non-standard host (download.storage.infomaniak.com), which is not on common trust whitelists; while likely legitimate, the unverifiable nature of the executable binary from a swappable host presents a supply-chain risk if the domain were compromised.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Frank Villaro-Dixon <f@vi-di.fr>
2
# Old-Maintainer: Eric Engestrom <aur [at] engestrom [dot] ch>
3
4
pkgname=kdrive-bin
5
pkgver=3.8.5.2
6
pkgrel=1
7
pkgdesc='Infomaniak Drive desktop synchronization client (pre-compiled version)'
8
url='https://drive.infomaniak.com'
9
arch=(x86_64)
10
license=(GPL2)
11
source=(https://download.storage.infomaniak.com/drive/desktopclient/kDrive-$pkgver-amd64.AppImage
12
kDrive.desktop
13
kDrive.png)
14
sha256sums=('f1e73b77e1c8f3d19208a47c7af801b55cb6a84cddaf33e5f7bb4fbef4736402'
15
'c4616b0ddbb137aef453f7031f5285b727addfa26f035a9ecbe62e1c6f195c5d'
16
'b142e3a06de916f47e8666bddc74dfe37249616fd578ab9ae63b17a945d46813')
17
depends=(org.freedesktop.secrets # for session persistence
18
fuse2)
19
conflicts=(kdrive)
20
provides=(kdrive)
21
options=(!strip)
22
23
package() {
24
# App
25
install -Dm755 kDrive-$pkgver-amd64.AppImage "$pkgdir"/usr/bin/kDrive
26
27
# Desktop shortcut
28
desktop-file-install --dir "$pkgdir"/usr/share/applications kDrive.desktop
29
install -Dm644 kDrive.png "$pkgdir"/usr/share/icons/hicolor/512x512/apps/kDrive.png
30
}
31
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 |