gaiasky
maintainer langurmonkey
· 10 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a university-hosted domain plausibly affiliated with the project, used to build the package; it is not an unverifiable prebuilt executable or remote code execution, and the checksum is provided, making the risk low.
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 source is a tarball from a university-hosted domain plausibly affiliated with the project, used to build the package; it is not an unverifiable prebuilt executable or remote code execution, and the checksum is provided, making the risk low.
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:14
source=("https://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/${_versionstr//_/-}/$pkgname-${_versionstr//_/-}.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
#Maintainer: Toni Sagrista Selles <tsagrista@ari.uni-heidelberg.de>
2
pkgname=gaiasky
3
pkgver=3.8.0
4
pkgrel=1
5
epoch=3
6
_versionstr=3.8.0.aa0f9c68c
7
_srcname="$pkgname-${_versionstr//_/-}"
8
pkgdesc="Open source 3D universe simulator for desktop and VR with support for more than a billion objects"
9
arch=(x86_64)
10
url="https://gaiasky.space"
11
license=('MPL')
12
depends=('java-runtime>=26' 'xorg-xrandr')
13
changelog=releasenotes.txt
14
source=("https://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/${_versionstr//_/-}/$pkgname-${_versionstr//_/-}.tar.gz")
15
noextract=()
16
sha256sums=("057c50b387c8df186f2fff8cac7aedae1358bbd509daf99a7c1a5278e5bbe859")
17
validpgpkeys=()
18
19
prepare() {
20
cd "$srcdir/$_srcname"
21
}
22
23
build() {
24
:
25
}
26
27
check() {
28
:
29
}
30
31
package() {
32
cd "$srcdir/$_srcname"
33
34
# Install the main application files
35
install -d "$pkgdir/opt/gaiasky/"
36
cp -dr --no-preserve=ownership . "$pkgdir/opt/gaiasky/"
37
38
# Create the symlink in /usr/bin
39
install -d "$pkgdir/usr/bin/"
40
ln -s /opt/gaiasky/gaiasky "$pkgdir/usr/bin/gaiasky"
41
42
# Install the desktop file
43
install -Dm644 "gaiasky.desktop" "$pkgdir/usr/share/applications/gaiasky.desktop"
44
45
# Install the man page
46
install -Dm644 "gaiasky.6.gz" "$pkgdir/usr/share/man/man6/gaiasky.6.gz"
47
}
48
49
Changes since previous scan
--- PKGBUILD @ 2026-07-23 00:14+++ PKGBUILD @ 2026-08-03 00:08@@ -1,9 +1,9 @@ #Maintainer: Toni Sagrista Selles <tsagrista@ari.uni-heidelberg.de> pkgname=gaiasky-pkgver=3.7.4+pkgver=3.8.0 pkgrel=1 epoch=3-_versionstr=3.7.4.932d351e1+_versionstr=3.8.0.aa0f9c68c _srcname="$pkgname-${_versionstr//_/-}" pkgdesc="Open source 3D universe simulator for desktop and VR with support for more than a billion objects" arch=(x86_64)@@ -13,7 +13,7 @@ changelog=releasenotes.txt source=("https://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/${_versionstr//_/-}/$pkgname-${_versionstr//_/-}.tar.gz") noextract=()-sha256sums=("cb7124d2993aadd2c86343056546a7a314ed02a37152d0d43df4c427a76db21d")+sha256sums=("057c50b387c8df186f2fff8cac7aedae1358bbd509daf99a7c1a5278e5bbe859") validpgpkeys=() prepare() {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 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 13:24:23 | MEDIUM | 1 |
| 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 |