remote-desktop-manager

MEDIUM
maintainer tgm4883 13 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a prebuilt .deb binary from a non-whitelisted host (cdn.devolutions.net), which is not inherently malicious but presents a supply-chain risk if the host were compromised or the download redirected, as the binary is not built from source and could be silently replaced.

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:21 source=("RemoteDesktopManager_${pkgver}_amd64.deb::https://cdn.devolutions.net/download/Linux/RDM/${pkgver}/RemoteDesktopManager_${pkgver}_amd64.deb")
Medium AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb binary from a non-whitelisted host (cdn.devolutions.net), which is not inherently malicious but presents a supply-chain risk if the host were compromised or the download redirected, as the binary is not built from source and could be silently replaced.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Thomas Mashos <thomas at mashos dot com>
2# Maintainer: devolutionsinfra https://devolutions.net/
3pkgname=remote-desktop-manager
4pkgver=2026.2.2.2
5pkgrel=2
6pkgdesc="Devolutions Remote Desktop Manager centralizes all remote connections on a single platform that is securely shared between users and across the entire team."
7arch=('x86_64')
8url="https://remotedesktopmanager.com/"
9license=('Proprietary')
10groups=()
11depends=('ca-certificates' 'libsecret' 'vte3' 'webkit2gtk-4.1' 'xorg-server-xwayland')
12optdepends=('fuse3: for copying files from an RDP connection'
13 'libappindicator-gtk3: for system tray icon support'
14 'lsof'
15 'org.freedesktop.secrets: secret storage backend'
16 'xdotool: for executing typing macros'
17 'openal'
18 'libfido2')
19options=(!strip)
20install=${pkgname}.install
21source=("RemoteDesktopManager_${pkgver}_amd64.deb::https://cdn.devolutions.net/download/Linux/RDM/${pkgver}/RemoteDesktopManager_${pkgver}_amd64.deb")
22sha256sums=('2A61BE1E0357B3FF96E19EF32EBE696249A7427DC570E8DA449CC52A5405CF4E')
23
24prepare() {
25 tar -xf ${srcdir}/data.tar.xz
26}
27
28package() {
29 mv "usr/" "${pkgdir}/"
30 install -Dm755 "${srcdir}/bin/remotedesktopmanager" "${pkgdir}/usr/bin/remotedesktopmanager"
31}
32
33

Changes since previous scan

--- PKGBUILD @ 2026-09-04 00:03
+++ PKGBUILD @ 2026-09-17 00:27
@@ -14,7 +14,8 @@
'lsof'
'org.freedesktop.secrets: secret storage backend'
'xdotool: for executing typing macros'
- 'openal')
+ 'openal'
+ 'libfido2')
options=(!strip)
install=${pkgname}.install
source=("RemoteDesktopManager_${pkgver}_amd64.deb::https://cdn.devolutions.net/download/Linux/RDM/${pkgver}/RemoteDesktopManager_${pkgver}_amd64.deb")

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Medium 2
2026-09-16 17:23:26 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 17:58:35 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

Report a package

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

0 / 4000
Your suggestion