idriveforlinux
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
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")
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# Maintainer: Arch Linux User <user@example.com>
pkgname=idriveforlinux
pkgver=1.8.0
pkgrel=1
pkgdesc='IDrive Online Backup native desktop application for Linux'
arch=('x86_64')
url='https://www.idrive.com/online-backup-linux'
license=('custom:IDrive')
depends=(
'alsa-lib'
'curl'
'cronie'
'dbus'
'desktop-file-utils'
'gcc-libs'
'glib2'
'glibc'
'gtk3'
'hicolor-icon-theme'
'icu'
'libappindicator-gtk3'
'libcups'
'libdrm'
'libglib-2.0.so'
'libnss_nis'
'libseccomp'
'libx11'
'libxcb'
'libxcomposite'
'libxcursor'
'libxdamage'
'libxext'
'libxfixes'
'libxinerama'
'libxkbcommon'
'libxkbcommon-x11'
'libxrandr'
'libxrender'
'libxss'
'nss'
'nspr'
'python-nautilus'
'python-gobject'
'python-psutil'
'python-watchdog'
'redis'
'rsync'
'sqlite3'
'systemd-libs'
'tar'
'xdotool'
)
optdepends=(
'nemo-python: Nemo file manager overlay icons'
'python-caja: Caja file manager overlay icons'
'dolphin: Dolphin file manager overlay icons'
)
install=idriveforlinux.install
source=("https://www.idrivedownloads.com/downloads/linux/linux-desktop/IDriveForLinux.deb")
sha256sums=('adc5d3fc36852b370d4b0c7fb65125375ddb850c482f6cec9e128187a59f90ac')
package() {
cd "${srcdir}"
ar x "IDriveForLinux.deb"
tar -xJf data.tar.xz -C "${pkgdir}"
mkdir -p "${pkgdir}/usr/bin"
ln -sf '/opt/IDriveForLinux/idriveforlinux' "${pkgdir}/usr/bin/idriveforlinux"
chmod 4755 "${pkgdir}/opt/IDriveForLinux/chrome-sandbox"
}
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 |