xojo

maintainer orphaned · 5 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a prebuilt binary from a CDN host that is not on the whitelist, but it is plausibly the official Xojo release infrastructure; the package installs only the official application and associated data, with no evidence of malicious behavior or remote code execution.

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 prebuilt binary from a CDN host that is not on the whitelist, but it is plausibly the official Xojo release infrastructure; the package installs only the official application and associated data, with no evidence of malicious behavior or remote code execution.

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:12 source=("http://41160df63757fc043cfd-66287f38a83954e31a54d1dbe33e0650.r4.cf2.rackcdn.com/Xojo$_pkgvershort/xojo$_pkgvershort.tgz"

PKGBUILD

1 offending line(s) highlighted
1# Contributor: Schala <schalaalexiazeal@gmail.com>
2# Contributor: Ng Oon-Ee <n g o o n e e dot t a l k AT g m a i l DOT c o m>
3# Maintainer: TWPHoenix1982 <rene DOT landscheidt AT gmx DOT de>
4pkgname=xojo
5pkgver=2017r1
6_pkgvershort=2017r1
7pkgrel=3
8pkgdesc="A RAD environment based on BASIC that compiles native applications for Windows, Mac, Linux, the web and now with 64Bit and ARM V2 (Raspberry Pi 2) support."
9arch=(i686 x86_64)
10url="http://www.xojo.com"
11license=("custom")
12source=("http://41160df63757fc043cfd-66287f38a83954e31a54d1dbe33e0650.r4.cf2.rackcdn.com/Xojo$_pkgvershort/xojo$_pkgvershort.tgz"
13"xojo.desktop"
14"lingua.desktop"
15"RemoteDebuggerDesktop.desktop")
16##"xojo.xpm")
17##[[ $CARCH == i686 ]] && depends=(gtk2 expat glib2 glibc mesa icu gcc-libs) && makedepends=(lib32-libtinfo libtinfo)
18##makedepends=(lib32-webkitgtk2)
19[[ $CARCH == i686 ]] && depends=(gtk2 expat glib2 glibc mesa icu gcc-libs) && makedepends=(lib32-libtinfo)
20##[[ $CARCH == x86_64 ]] && depends=(lib32-gtk2 lib32-expat lib32-glib2 lib32-glibc
21##lib32-mesa lib32-icu lib32-gcc-libs) && makedepends=(lib32-webkitgtk2)
22[[ $CARCH == x86_64 ]] && depends=(lib32-gtk2 lib32-expat lib32-glib2 lib32-glibc lib32-mesa
23lib32-icu lib32-gcc-libs) && makedepends=(lib32-libtinfo libtinfo)
24sha256sums=('93265d7a62df5fe53cc48fbd527768d77f5361700863cc1e8138fbbfd20b8182'
25 '17250f624de25bb575a3ca5d3158a60cba95248c624d71959c0bcb823384e9ee'
26 '7b084164ba9430b389a500a551a0cec5283f4eaa54dc27c01e7f0aa477e69612'
27 '024cbfa8d23766b54aed636a52708f656776a45d6109cde3ca4278d463958e97')
28## '024cbfa8d23766b54aed636a52708f656776a45d6109cde3ca4278d463958e97')
29options=(!strip)
30
31package() {
32 cd $srcdir
33 #mv "xojo2016r4.1" "xojo$_pkgvershort"
34 find . -name '.DS_Store' -exec rm {} \;
35 find "./xojo$_pkgvershort/Extras" -type d \( -name 'OS X' -o -name 'Windows' -o -name 'Visual Studio*' -o -name 'Xcode' \) |
36 xargs -rtl1 -I {} rm -r {}
37 mkdir -p "$pkgdir/usr/bin" "$pkgdir/opt" "$pkgdir/usr/share/licenses/xojo" "$pkgdir/usr/lib32"
38 cp -r "xojo$_pkgvershort" "$pkgdir/opt/xojo"
39 ##cp "xojo.xpm" "$pkgdir/opt/xojo" Now Shipped with the App again.
40 # Reparieren der Dateirechte
41 chmod 755 "$pkgdir/opt/xojo/Xojo Resources/Linux/HoudiniAssistant"
42 chmod 755 "$pkgdir/opt/xojo/Xojo Resources/Linux/libc++.so.1"
43 chmod 755 "$pkgdir/opt/xojo/Xojo Resources/SDKStubs/linux-arm/libgcc_s.so.1"
44 chmod 755 "$pkgdir/opt/xojo/Xojo Libs/XojoGUIFramework32.so"
45 chmod 755 "$pkgdir/opt/xojo/Xojo Libs/libc++.so.1"
46 #chmod 755 "$pkgdir/opt/xojo/Xojo Resoources/Linux/ld.mcld"
47 #chmod 755 "$pkgdir/opt/xojo/Xojo Resources/Linux/lld"
48 ln -s "/usr/lib32/libtinfo.so.6" "$pkgdir/usr/lib32/libtinfo.so.5"
49 #ln -s "/opt/xojo/Xojo Resources/Linux/libc++.so.1" "$pkgdir/usr/lib32/libc++.so.1"
50 ln -s "/opt/xojo/Xojo" "$pkgdir/usr/bin/Xojo"
51 ln -s "/opt/xojo/Extras/Lingua/Lingua Linux" "$pkgdir/usr/bin/Lingua"
52 ln -s "/opt/xojo/Extras/Remote Debugger Desktop/Linux/Remote Debugger Desktop" "$pkgdir/usr/bin/RemoteDebuggerDesktop"
53 ln -s "/opt/xojo/Extras/RemoteDebugger Console/Linux/RemoteDebuggerConsole" "$pkgdir/usr/bin/RemoteDebuggerConsole"
54 install -Dm644 "$srcdir/xojo.desktop" "$pkgdir/usr/share/applications/xojo.desktop"
55 install -m644 "$srcdir/lingua.desktop" "$pkgdir/usr/share/applications/"
56 install -m644 "$srcdir/RemoteDebuggerDesktop.desktop" "$pkgdir/usr/share/applications/"
57 install -Dm644 "$pkgdir/opt/xojo/xojo.xpm" "$pkgdir/usr/share/pixmaps/xojo.xpm"
58 ln -s "/opt/xojo/Read Mes/License Agreement.txt" "$pkgdir/usr/share/licenses/xojo/License Agreement.txt"
59 ln -s "/opt/xojo/Extras/Plugin SDK/Plug-In SDK License.txt" "$pkgdir/usr/share/licenses/xojo/Plug-In SDK License.txt"
60 ln -s "/opt/xojo/Extras/Plugin SDK/Plugin Converter/License.txt" "$pkgdir/usr/share/licenses/xojo/Plugin Converter License.txt"
61 ln -s "/opt/xojo/Read Mes/Third Party Licenses and Notices.txt" "$pkgdir/usr/share/licenses/xojo/Third Party Licenses and Notices.txt"
62}
63

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