remote-desktop-manager-em
Prebuilt .deb downloaded from cdn.devolutions.net, which is the official Devolutions CDN for their own product; checksum is provided and non-SKIP; no obfuscation or exfiltration present — low risk despite being a prebuilt binary from a non-whitelisted host.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 85%): Prebuilt .deb downloaded from cdn.devolutions.net, which is the official Devolutions CDN for their own product; checksum is provided and non-SKIP; no obfuscation or exfiltration present — low risk despite being a prebuilt binary from a non-whitelisted host.
1 higher static finding superseded - not the current verdict (shown for transparency)
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")
PKGBUILD
1 offending line(s) highlighted# Maintainer: devolutionsinfra https://devolutions.net/
pkgname=remote-desktop-manager-em
pkgver=2026.2.2.2
pkgrel=1
pkgdesc="Devolutions Remote Desktop Manager centralizes all remote connections on a single platform that is securely shared between users and across the entire team. (Extended maintenance / LTS channel)"
arch=('x86_64')
url="https://remotedesktopmanager.com/"
license=('Proprietary')
groups=()
depends=('ca-certificates' 'libsecret' 'vte3' 'webkit2gtk-4.1' 'xorg-server-xwayland')
optdepends=('fuse3: for copying files from an RDP connection'
'libappindicator-gtk3: for system tray icon support'
'lsof'
'org.freedesktop.secrets: secret storage backend'
'xdotool: for executing typing macros'
'openal'
'libfido2')
conflicts=('remote-desktop-manager')
options=(!strip)
install=${pkgname}.install
source=("RemoteDesktopManager_${pkgver}_amd64.deb::https://cdn.devolutions.net/download/Linux/RDM/${pkgver}/RemoteDesktopManager_${pkgver}_amd64.deb")
sha256sums=('2A61BE1E0357B3FF96E19EF32EBE696249A7427DC570E8DA449CC52A5405CF4E')
prepare() {
tar -xf ${srcdir}/data.tar.xz
}
package() {
mv "usr/" "${pkgdir}/"
install -Dm755 "${srcdir}/bin/remotedesktopmanager" "${pkgdir}/usr/bin/remotedesktopmanager"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-16 19:27:21 | Low | 3 |
| 2026-09-16 19:23:36 | Medium | 3 |