idriveforlinux
maintainer Sprungles
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
A prebuilt .deb binary is downloaded from idrivedownloads.com (not a widely recognized official domain, though plausibly IDrive's own download infrastructure) and installed directly without building from source; the checksum is present and fixed, reducing swap risk, but the executable is unverifiable and comes from a non-standard host that could be swapped.
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:60
source=("https://www.idrivedownloads.com/downloads/linux/linux-desktop/IDriveForLinux.deb")
MEDIUM
AI review
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 65%): A prebuilt .deb binary is downloaded from idrivedownloads.com (not a widely recognized official domain, though plausibly IDrive's own download infrastructure) and installed directly without building from source; the checksum is present and fixed, reducing swap risk, but the executable is unverifiable and comes from a non-standard host that could be swapped.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Arch Linux User <user@example.com>
2
3
pkgname=idriveforlinux
4
pkgver=1.8.0
5
pkgrel=1
6
pkgdesc='IDrive Online Backup native desktop application for Linux'
7
arch=('x86_64')
8
url='https://www.idrive.com/online-backup-linux'
9
license=('custom:IDrive')
10
depends=(
11
'alsa-lib'
12
'curl'
13
'cronie'
14
'dbus'
15
'desktop-file-utils'
16
'gcc-libs'
17
'glib2'
18
'glibc'
19
'gtk3'
20
'hicolor-icon-theme'
21
'icu'
22
'libappindicator-gtk3'
23
'libcups'
24
'libdrm'
25
'libglib-2.0.so'
26
'libnss_nis'
27
'libseccomp'
28
'libx11'
29
'libxcb'
30
'libxcomposite'
31
'libxcursor'
32
'libxdamage'
33
'libxext'
34
'libxfixes'
35
'libxinerama'
36
'libxkbcommon'
37
'libxkbcommon-x11'
38
'libxrandr'
39
'libxrender'
40
'libxss'
41
'nss'
42
'nspr'
43
'python-nautilus'
44
'python-gobject'
45
'python-psutil'
46
'python-watchdog'
47
'redis'
48
'rsync'
49
'sqlite3'
50
'systemd-libs'
51
'tar'
52
'xdotool'
53
)
54
optdepends=(
55
'nemo-python: Nemo file manager overlay icons'
56
'python-caja: Caja file manager overlay icons'
57
'dolphin: Dolphin file manager overlay icons'
58
)
59
install=idriveforlinux.install
60
source=("https://www.idrivedownloads.com/downloads/linux/linux-desktop/IDriveForLinux.deb")
61
sha256sums=('adc5d3fc36852b370d4b0c7fb65125375ddb850c482f6cec9e128187a59f90ac')
62
63
package() {
64
cd "${srcdir}"
65
66
ar x "IDriveForLinux.deb"
67
tar -xJf data.tar.xz -C "${pkgdir}"
68
69
mkdir -p "${pkgdir}/usr/bin"
70
ln -sf '/opt/IDriveForLinux/idriveforlinux' "${pkgdir}/usr/bin/idriveforlinux"
71
72
chmod 4755 "${pkgdir}/opt/IDriveForLinux/chrome-sandbox"
73
}
74
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 |