realvnc-vnc-viewer
The package downloads a prebuilt .deb from RealVNC's official downloads domain, which is plausibly the project's own release infrastructure; despite the static analyzer flag for a non-whitelisted host, the source is official and verifiable via checksum, and the build process is a normal extraction and wrapper script installation.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt .deb from RealVNC's official downloads domain, which is plausibly the project's own release infrastructure; despite the static analyzer flag for a non-whitelisted host, the source is official and verifiable via checksum, and the build process is a normal extraction and wrapper script installation.
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:17
source_x86_64=("https://downloads.realvnc.com/download/file/realvnc-connect-viewer/RealVNC-Connect-Viewer-${pkgver}-Linux-x64.deb")
PKGBUILD
1 offending line(s) highlighted# Maintainer: ava1ar <mail(at)ava1ar(dot)me>
# Maintainer: Kewl <xrjy@nygb.rh.bet(rot13)>
# Contributor: Star Brilliant <echo bTEzMjUzQGhvdG1haWwuY29tCg== | base64 -d>
_watch=('https://www.realvnc.com/en/connect/download/viewer/linux/' 'body' 'regex' 'RealVNC-Connect-Viewer-(\d[\d.]*\d+)-Linux-x64\.deb' 'pkgver')
pkgname=realvnc-vnc-viewer
pkgver=8.3.0
pkgrel=1
pkgdesc='VNC remote desktop client software by RealVNC'
arch=('x86_64')
url='https://www.realvnc.com/'
license=('custom')
depends=('atk' 'at-spi2-core' 'cairo' 'dbus' 'fontconfig' 'glib2' 'gtk3' 'libepoxy' 'pango' 'libx11' 'libxext')
optdepends=('cups' 'avahi')
conflicts=('realvnc-rvncconnect' 'tightvnc' 'tigervnc' 'turbovnc')
source_x86_64=("https://downloads.realvnc.com/download/file/realvnc-connect-viewer/RealVNC-Connect-Viewer-${pkgver}-Linux-x64.deb")
sha256sums_x86_64=('ef1d66e5fe457d7023e150f49e9c626609082aa014bf0ba7517a96d4362a6afb')
package() {
bsdtar --no-same-owner -xf "${srcdir}/data.tar.xz" -C "${pkgdir}"
install -Dm755 /dev/stdin "${pkgdir}/usr/bin/vncviewer" <<'EOF'
#!/bin/sh
if [ "${XDG_SESSION_TYPE:-}" = wayland ] || [ -n "${WAYLAND_DISPLAY:-}" ]; then
export GDK_BACKEND=x11
fi
if [ -z "$DBUS_SESSION_BUS_ADDRESS" ] && [ -z "$DBUS_SESSION_BUS_PID" ]; then
exec dbus-run-session -- /usr/lib/rvncconnect/rvncconnect "$@"
fi
exec /usr/lib/rvncconnect/rvncconnect "$@"
EOF
sed -i 's|^Exec=/usr/lib/rvncconnect/rvncconnect|Exec=/usr/bin/vncviewer|' \
"${pkgdir}/usr/share/applications/com.realvnc.rvncconnect.desktop"
sed -i 's|^Exec=/usr/lib/rvncconnect/rvncconnect|Exec=/usr/bin/vncviewer|' \
"${pkgdir}/usr/share/applications/com.realvnc.rvncconnect.connect.uri.desktop"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |