idriveforlinux

MEDIUM
maintainer Sprungles 0 votes scanned 2026-09-17 00:27:14.276658
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
3pkgname=idriveforlinux
4pkgver=1.8.0
5pkgrel=1
6pkgdesc='IDrive Online Backup native desktop application for Linux'
7arch=('x86_64')
8url='https://www.idrive.com/online-backup-linux'
9license=('custom:IDrive')
10depends=(
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)
54optdepends=(
55 'nemo-python: Nemo file manager overlay icons'
56 'python-caja: Caja file manager overlay icons'
57 'dolphin: Dolphin file manager overlay icons'
58)
59install=idriveforlinux.install
60source=("https://www.idrivedownloads.com/downloads/linux/linux-desktop/IDriveForLinux.deb")
61sha256sums=('adc5d3fc36852b370d4b0c7fb65125375ddb850c482f6cec9e128187a59f90ac')
62
63package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion