kokua-opensim

MEDIUM
maintainer orphaned 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

This PKGBUILD installs a prebuilt binary tarball (a full Second Life/OpenSim viewer) from SourceForge via a CDN mirror (netix.dl.sourceforge.net). SourceForge CDN mirrors are legitimate and the URL pattern matches the official SourceForge download infrastructure — netix is a known SourceForge mirror node, not a personal host. However, the package also pulls an icon PNG from a personal Dropbox link (dropbox.com/s/...), which is an unofficial, user-controlled host. More importantly, the core concern is that a prebuilt x86_64 binary blob is being installed to /opt and executed directly — this is the classic medium-risk pattern for AUR packages: executed code from a source that cannot be independently verified as the canonical upstream build. The md5sums provide weak integrity guarantees (MD5 is broken for collision resistance). The SourceForge project 'kokua.team-purple.p' appears to be the legitimate upstream project page for Kokua viewer. Overall this is a real but not clearly malicious supply-chain concern: prebuilt binary from a plausible but not cryptographically verified source, plus a Dropbox asset. Rated medium.

Triggered rules

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:19 "https://www.dropbox.com/s/5p6io8zqc33idwh/kokua_icon.png"
Medium AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): This PKGBUILD installs a prebuilt binary tarball (a full Second Life/OpenSim viewer) from SourceForge via a CDN mirror (netix.dl.sourceforge.net). SourceForge CDN mirrors are legitimate and the URL pattern matches the official SourceForge download infrastructure — netix is a known SourceForge mirror node, not a personal host. However, the package also pulls an icon PNG from a personal Dropbox link (dropbox.com/s/...), which is an unofficial, user-controlled host. More importantly, the core concern is that a prebuilt x86_64 binary blob is being installed to /opt and executed directly — this is the classic medium-risk pattern for AUR packages: executed code from a source that cannot be independently verified as the canonical upstream build. The md5sums provide weak integrity guarantees (MD5 is broken for collision resistance). The SourceForge project 'kokua.team-purple.p' appears to be the legitimate upstream project page for Kokua viewer. Overall this is a real but not clearly malicious supply-chain concern: prebuilt binary from a plausible but not cryptographically verified source, plus a Dropbox asset. Rated medium.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: GordonGR <ntheo1979@gmail.com>
2# Contributor: mikers <mikeonthecomputer@gmail.com>
3# Contributor: Splex
4
5pkgname=kokua-opensim
6pkgver=4.2.2.41800
7_pkgver=4_2_2_41800
8_pkgprever=4.2.2
9pkgrel=1
10pkgdesc="An Open Source third party viewer for Open Simulator (opensim) grids, only."
11url="http://www.kokuaviewer.org"
12license=('GPL')
13arch=('i686' 'x86_64')
14depends=('apr-util' 'gtk2' 'libgl' 'libidn' 'libjpeg-turbo' 'mesa' 'nss' 'sdl' 'glu' 'pangox-compat')
15optdepends=('libpulse: for PulseAudio support' 'alsa-lib: for ALSA support' 'nvidia-utils: for NVIDIA support' 'pepper-flash: for inworld Flash support' 'gstreamer0.10: for video support, may need good, bad and ugly plugins' 'lib32-freealut: for OpenAL support')
16conflicts=('kokua-secondlife')
17
18source=("https://netix.dl.sourceforge.net/project/kokua.team-purple.p/Kokua-OS/Linux64Bit/KokuaOS_RLV_64_${_pkgver}_x86_64.tar.txz"
19 "https://www.dropbox.com/s/5p6io8zqc33idwh/kokua_icon.png"
20 'kokua-opensim.desktop'
21 'kokua-opensim.launcher')
22md5sums=('75407ffe38350644138dd36c9930af04'
23 '58ffa08dac5f50fb6ffefa79ce369653'
24 'a5b15ff4dd93dbfc01ee6d7c799728d0'
25 'dd2d31fddb0b67846c1dfd3bfed88859')
26
27package() {
28cd $srcdir
29
30# Rename Data Directory
31mv KokuaOS_RLV_64_${_pkgver}_$CARCH kokua-opensim
32
33# Install Desktop File
34install -D -m644 $srcdir/kokua-opensim.desktop \
35 $pkgdir/usr/share/applications/kokua-opensim.desktop
36
37# Install Icon File
38install -D -m644 $srcdir/kokua_icon.png \
39 $pkgdir/usr/share/pixmaps/kokua-opensim.png
40
41# Install Launcher
42install -D -m755 $srcdir/kokua-opensim.launcher \
43 $pkgdir/usr/bin/kokua-opensim
44
45# Move Data to Destination Directory
46install -d $pkgdir/opt
47mv kokua-opensim $pkgdir/opt/
48
49# Change Permissions of files to root:games
50chown -R root:games $pkgdir/opt/kokua-opensim
51chmod -R g+rw $pkgdir/opt/kokua-opensim
52
53# Make Binary Group-Executable
54chmod g+x $pkgdir/opt/kokua-opensim/kokua
55
56# Do not re-register the application with the desktop system at every launch, saves from locally installed desktop files.
57sed -i 's|./etc/refresh_desktop_app_entry.sh|#./etc/refresh_desktop_app_entry.sh|' $pkgdir/opt/kokua-opensim/kokua
58
59}
60

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2
2026-08-30 00:04:14 Medium 2
2026-08-29 00:29:17 Medium 2

Report a package

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

0 / 4000
Your suggestion