coolvlviewer

maintainer toastercup · 10 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a tarball from the project's own domain (sldev.free.fr), which is plausibly the official source; building from project-owned infrastructure is normal for AUR packages, even on non-whitelisted hosts.

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 source is a tarball from the project's own domain (sldev.free.fr), which is plausibly the official source; building from project-owned infrastructure is normal for AUR packages, even on non-whitelisted hosts.

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:65 "http://sldev.free.fr/sources/CoolVLViewer-src-${pkgver//./}.tar.bz2"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Alex Tharp <alex at toastercup dot io>
2_appname="coolvlviewer"
3pkgname="${_appname}"
4provides=("${_appname}")
5conflicts=("${_appname}")
6pkgver=1.32.2.44
7pkgrel=1
8pkgdesc="A third-party viewer for Second Life and OpenSim grids (built from source)"
9url="http://sldev.free.fr"
10license=("GPL-2.0-or-later")
11arch=("x86_64")
12depends=(
13 "apr-util"
14 "atk"
15 "gconf"
16 "glib2>=2.32"
17 "glu"
18 "lib32-libidn"
19 "lib32-libsndfile"
20 "lib32-util-linux"
21 "lib32-zlib"
22 "libcups"
23 "libgl"
24 "libidn"
25 "libxcomposite"
26 "libxcrypt-compat"
27 "libxcursor"
28 "libxrandr"
29 "libxss"
30 "libxtst"
31 "mesa"
32 "pangox-compat"
33 "sdl"
34)
35optdepends=(
36 "alsa-lib: for ALSA support"
37 "gst-plugins-bad: for video support"
38 "gst-plugins-good: for video support"
39 "gst-plugins-ugly: for video support"
40 "lib32-alsa-lib: for ALSA support"
41 "lib32-freealut: for OpenAL support"
42 "lib32-libidn11: for voice support"
43 "libpulse: for PulseAudio support"
44 "nvidia-utils: for NVIDIA support"
45 "pepper-flash: for inworld Flash support"
46 "wine: for SLVoice support"
47)
48makedepends=(
49 "bison"
50 "bzip2"
51 "cmake"
52 "flex"
53 "glibc"
54 "lib32-libxinerama"
55 "libgl"
56 "libidn"
57 "libx11"
58 "libxinerama"
59 "libxrender"
60 "make"
61 "python"
62)
63install="${_appname}.install"
64source=(
65 "http://sldev.free.fr/sources/CoolVLViewer-src-${pkgver//./}.tar.bz2"
66 "${_appname}.desktop"
67)
68sha1sums=(
69 "392cfbef689c3a65ebe374ad6cfa03456942abb4"
70 "314763ee16ca2e2224c402ec18bf5b24157ce8b8"
71)
72
73build() {
74 cd "${srcdir}/linden"
75
76 # TODO: Investigate optimizations, e.g. --tune --usesystemlib --lto
77 # See what can be gleaned from e.g. https://github.com/secondlife/viewer/blob/88a2e54/.github/workflows/build.yaml
78 ./linux-build.sh
79}
80
81package() {
82 install -D -m644 "${srcdir}/${_appname}.desktop" "${pkgdir}/usr/share/applications/${_appname}.desktop"
83 install -D -m755 "${srcdir}/linden/indra/viewer-linux-x86_64-release/newview/CoolVLViewer-x86_64-${pkgver}/cvlv_icon.png" "${pkgdir}/usr/share/pixmaps/clvl_icon.png"
84 install -D -m644 "${srcdir}/linden/indra/viewer-linux-x86_64-release/newview/CoolVLViewer-x86_64-${pkgver}/licenses.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
85
86 # Move Data to Destination Directory
87 install -d "${pkgdir}/opt/"
88 mv "${_appname}/" "${pkgdir}/opt/"
89
90 # Change Permissions of files to root:games
91 chown -R root:games "${pkgdir}/opt/${_appname}"
92 chmod -R g+rw "${pkgdir}/opt/${_appname}"
93
94 # Make Binary Group-Executable
95 chmod g+x "${pkgdir}/opt/${_appname}/cool_vl_viewer"
96
97 install -d "${pkgdir}/usr/bin"
98 ln -s "/opt/${_appname}/cool_vl_viewer" "${pkgdir}/usr/bin/${_appname}"
99}
100

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