remoteit-desktop-bin
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:17
source=("https://downloads.remote.it/desktop/v${pkgver}/Remote.It-Installer-amd64.deb")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt binary .deb from downloads.remote.it, which is the official vendor download host for the Remote.it product. This is a legitimate vendor distribution channel, not a personal or unofficial host. However, the package uses only an MD5 checksum (cryptographically weak, collision-vulnerable) rather than SHA256/SHA512, providing minimal integrity protection. The artifact is a prebuilt Electron/Chromium-based desktop application binary that gets extracted and installed directly — no source build, no reproducibility. This is a classic 'binary blob from vendor' pattern: the risk is real (silent swap, weak checksum) but not clearly malicious. The host is the official vendor CDN, which reduces but does not eliminate supply-chain concern. Rating remains MEDIUM due to: (1) prebuilt binary execution, (2) only MD5 integrity check, (3) no GPG signature verification.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Luca Anastasio <anastasio dot lu at gmail dot com>
pkgname=remoteit-desktop-bin
pkgver=3.41.0
pkgrel=1
pkgdesc="Remote.it cross platform desktop application for creating and hosting connections"
url="https://remote.it/"
arch=('i686' 'x86_64')
license=('custom')
depends=('alsa-lib' 'atk' 'at-spi2-atk' 'at-spi2-core' 'cairo' 'dbus' 'desktop-file-utils' 'discord' 'expat' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'hicolor-icon-theme' 'libappindicator-gtk3' 'libcups' 'libdrm' 'libnotify' 'libsecret' 'libx11' 'libxcb' 'libxcomposite' 'libxdamage' 'libxext' 'libxfixes' 'libxkbcommon' 'libxrandr' 'libxss' 'libxtst' 'mesa' 'nspr' 'nss' 'pango' 'util-linux-libs' 'xdg-utils')
optdepends=()
makedepends=()
conflicts=('remoteit' 'remoteit-desktop')
replaces=()
backup=()
options=('!strip' '!emptydirs')
install=${pkgname}.install
source=("https://downloads.remote.it/desktop/v${pkgver}/Remote.It-Installer-amd64.deb")
md5sums=('afa7284958cc13b3aec193d2bb83cb1a')
package() {
tar xf data.tar.xz -C "${pkgdir}"
install -D -m644 "${pkgdir}/opt/Remote.It/LICENSES.chromium.html" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
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 |