tightvnc

maintainer zkhr6 · 17 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads source code and a data file (rgb.txt) from non-whitelisted but plausibly official hosts; building from source is normal for AUR, and the rgb.txt file is non-executable data, posing minimal risk even if the host were compromised.

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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads source code and a data file (rgb.txt) from non-whitelisted but plausibly official hosts; building from source is normal for AUR, and the rgb.txt file is non-executable data, posing minimal risk even if the host were compromised.

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:16 source=("http://downloads.sf.net/sourceforge/vnc-tight/$pkgname-${pkgver}_unixsrc.tar.bz2"
  • PKGBUILD:17 'http://people.csail.mit.edu/jaffer/Color/rgb.txt'
  • PKGBUILD:19 'tightvnc.png::http://www.tightvnc.com/logo/tightvnc-logo-90x90.png')

PKGBUILD

3 offending line(s) highlighted
1# Maintainer: Alexander Rødseth <rodseth@gmail.com>
2# Contributor: Paul Mattal <paul@archlinux.org>
3# Contributor: Andrew Hills <hills.as@gmail.com>
4# Contributor: John <graysky@archlinux.us>
5
6pkgname=tightvnc
7pkgver=1.3.10
8pkgrel=10
9pkgdesc='VNC server and viewer'
10arch=('x86_64' 'i686')
11license=('GPL')
12url='http://www.tightvnc.com/'
13depends=('libjpeg' 'zlib' 'libxaw' 'libxp' 'xorg-xauth' 'perl')
14makedepends=('imake' 'setconf' 'gendesk')
15options=('!makeflags')
16source=("http://downloads.sf.net/sourceforge/vnc-tight/$pkgname-${pkgver}_unixsrc.tar.bz2"
17 'http://people.csail.mit.edu/jaffer/Color/rgb.txt'
18 'vncserver.service'
19 'tightvnc.png::http://www.tightvnc.com/logo/tightvnc-logo-90x90.png')
20sha256sums=('f48c70fea08d03744ae18df6b1499976362f16934eda3275cead87baad585c0d'
21 'af6c056a95ae725f98534db22b9a4916d17f2356fdca84a4a038211a82fa8a73'
22 'ccadf1fc708fad601e6113464d6c533a629f6dc9116f6071347cd0b465c1f48b'
23 '9059bdfe62231fc645a35c3fe694c7e97e2bdeb5e3e23ce8eab2961e583219a8')
24
25prepare() {
26 gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --exec vncviewer \
27 --name 'TightVNC Viewer' --categories 'Application;Network'
28
29 cd vnc_unixsrc
30 setconf vncserver '$vncClasses' \"/usr/share/tightvnc\"\;
31 setconf vncserver '$fontPath' \
32 \"/usr/share/fonts/misc/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/,/usr/share/fonts/Type1/\"\;
33 sed -i 's:/lib/cpp:/usr/bin/cpp:' Xvnc/config/cf/linux.cf
34}
35
36build() {
37 cd vnc_unixsrc
38
39 xmkmf
40 make World
41
42 cd Xvnc
43 ./configure
44 setconf programs/Xserver/dix/Makefile DEFAULTRGBDATABASE '/usr/share/tightvnc/rgb'
45 setconf programs/Xserver/os/Makefile PROTO_DEFINES "-D_XOPEN_SOURCE=500L"
46 setconf lib/font/fc/Makefile PROTO_DEFINES "-D_XOPEN_SOURCE=500L"
47
48 make
49}
50
51package() {
52 cd vnc_unixsrc
53
54 install -d "$pkgdir/usr/bin"
55 install -d "$pkgdir/usr/share/man/man1"
56 install -d "$pkgdir/usr/share/$pkgname"
57
58 ./vncinstall "$pkgdir/usr/bin" "$pkgdir/usr/share/man"
59
60 cd "$srcdir"
61 install -Dm644 vnc_unixsrc/classes/* \
62 $pkgdir/usr/share/$pkgname
63 install -Dm644 rgb.txt $pkgdir/usr/share/$pkgname/rgb.txt
64 install -Dm644 $pkgname.desktop \
65 $pkgdir/usr/share/applications/$pkgname.desktop
66 install -Dm644 $pkgname.png \
67 $pkgdir/usr/share/pixmaps/$pkgname.png
68 install -Dm644 vncserver.service \
69 $pkgdir/usr/lib/systemd/system/vncserver.service
70}
71
72# vim:set ts=2 sw=2 et:
73

Scan history

Scanned at (UTC)SeverityRules
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 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 LOW 2

Report a package

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

0 / 4000
Your suggestion