realvnc-vnc-server
maintainer ava1ar
· 14 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads official RealVNC server binaries from the vendor's own domain (realvnc.com), which is the legitimate source; despite the static analyzer flag for a non-whitelisted host, this is a normal and expected source for the software, and the binaries are verified via provided sha256 checksums.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads official RealVNC server binaries from the vendor's own domain (realvnc.com), which is the legitimate source; despite the static analyzer flag for a non-whitelisted host, this is a normal and expected source for the software, and the binaries are verified via provided sha256 checksums.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:17
source_x86_64=("https://downloads.realvnc.com/download/file/vnc.files/VNC-Server-${pkgver}-Linux-x64.deb")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: ava1ar <mail(at)ava1ar(dot)me>
2
# Maintainer: Kewl <xrjy@nygb.rh.bet(rot13)>
3
# Contributor: Star Brilliant <echo bTEzMjUzQGhvdG1haWwuY29tCg== | base64 -d>
4
_watch=('https://www.realvnc.com/en/connect/download/vnc/linux/' 'body' 'regex' 'VNC-Server-(\d[\d.]*\d+)-Linux-x64\.deb' 'pkgver')
5
6
pkgname=realvnc-vnc-server
7
pkgver=7.18.0
8
pkgrel=1
9
pkgdesc='VNC remote desktop server software by RealVNC'
10
arch=('x86_64' 'armv7h' 'aarch64')
11
url='https://www.realvnc.com/'
12
license=('custom')
13
depends=('libsm' 'libxtst' 'xorg-xauth')
14
optdepends=('cups: Printer support')
15
install='realvnc-vnc-server.install'
16
conflicts=('tightvnc' 'tigervnc' 'turbovnc')
17
source_x86_64=("https://downloads.realvnc.com/download/file/vnc.files/VNC-Server-${pkgver}-Linux-x64.deb")
18
source_armv7h=("https://downloads.realvnc.com/download/file/vnc.files/VNC-Server-${pkgver}-Linux-ARM.deb")
19
source_aarch64=("https://downloads.realvnc.com/download/file/vnc.files/VNC-Server-${pkgver}-Linux-ARM64.deb")
20
sha256sums_x86_64=('f63f1b2285d1361da687e19c2753b87e96104ae4a134597d189fd6976a5852a5')
21
sha256sums_armv7h=('abb14896bb62fc9ea8b2847fdc1a1ed9902babbb2f296b7b1b47a72db901c3ba')
22
sha256sums_aarch64=('8cda2bd05d2336441d08b9b18a9f032d8918cf570c9129f53c1cb32841f49568')
23
24
package() {
25
bsdtar -xv -C "${pkgdir}" -f "${srcdir}/"data.tar.*
26
mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
27
ln -s /usr/share/doc/${pkgname}/copyright "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
28
}
29
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-03 00:08@@ -4,7 +4,7 @@ _watch=('https://www.realvnc.com/en/connect/download/vnc/linux/' 'body' 'regex' 'VNC-Server-(\d[\d.]*\d+)-Linux-x64\.deb' 'pkgver') pkgname=realvnc-vnc-server-pkgver=7.17.0+pkgver=7.18.0 pkgrel=1 pkgdesc='VNC remote desktop server software by RealVNC' arch=('x86_64' 'armv7h' 'aarch64')@@ -17,9 +17,9 @@ source_x86_64=("https://downloads.realvnc.com/download/file/vnc.files/VNC-Server-${pkgver}-Linux-x64.deb") source_armv7h=("https://downloads.realvnc.com/download/file/vnc.files/VNC-Server-${pkgver}-Linux-ARM.deb") source_aarch64=("https://downloads.realvnc.com/download/file/vnc.files/VNC-Server-${pkgver}-Linux-ARM64.deb")-sha256sums_x86_64=('3e000f1c0445e2a05cd2addd281cab383e1a5f5243ae33bfaeb058d92466a4eb')-sha256sums_armv7h=('5fa39cb0b0136dac761769a49386577a84b371b0c04d8760ce3a3a85e9af1054')-sha256sums_aarch64=('baeecbbe3d9b75b6abc4ee0ff34cb5a6fe9f300824a4587b4c76490bc4cf8db3')+sha256sums_x86_64=('f63f1b2285d1361da687e19c2753b87e96104ae4a134597d189fd6976a5852a5')+sha256sums_armv7h=('abb14896bb62fc9ea8b2847fdc1a1ed9902babbb2f296b7b1b47a72db901c3ba')+sha256sums_aarch64=('8cda2bd05d2336441d08b9b18a9f032d8918cf570c9129f53c1cb32841f49568') package() { bsdtar -xv -C "${pkgdir}" -f "${srcdir}/"data.tar.*Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 07:10:52 | MEDIUM | 1 |
| 2026-06-19 19:07:35 | CLEAN | 2 |
| 2026-06-18 16:11:54 | MEDIUM | 1 |