giana
maintainer kleintux
· 9 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a legitimate, versioned tarball from the official retro game developer's domain (retroguru.com), hosting the game's own data and binaries; downloading from a non-whitelisted but official project host is normal for AUR packages and poses no inherent supply-chain risk.
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 legitimate, versioned tarball from the official retro game developer's domain (retroguru.com), hosting the game's own data and binaries; downloading from a non-whitelisted but official project host is normal for AUR packages and poses no inherent supply-chain risk.
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:15
source=("https://www.retroguru.com/gianas-return/gianas-return-v.latest-linux.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: kleintux <reg-archlinux AT klein DOT tuxli DOT ch>
2
# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
3
# Contributor: megadriver <megadriver at gmx dot com>
4
5
pkgname=giana
6
pkgver=1.10
7
pkgrel=2
8
pkgdesc="'Giana's Return', unofficial sequel to the (in)famous Mario clone 'Great Giana Sisters'"
9
arch=('i686' 'x86_64')
10
url="https://www.gianas-return.de/"
11
license=('custom: Freeware')
12
depends=('sdl_mixer' 'zlib' 'glut' 'glu')
13
optdepends=('libmodplug: better music decoder')
14
install=$pkgname.install
15
source=("https://www.retroguru.com/gianas-return/gianas-return-v.latest-linux.tar.gz"
16
"$pkgname.sh"
17
"$pkgname.desktop"
18
"$pkgname-fs.desktop")
19
sha256sums=('f0351b060689758a3fde813fc75288c1c565e1462b872a0e78de8847f3420f78'
20
'0468a24a04256865381f5dd0c92dfed4ed6f594270760f32678ebe2cb9bc1b5c'
21
'ea2452f45c2edeb9acac12294ff759e465e010fa997cc2fdf9d2ab57af76a0d9'
22
'80aa0cd19c742199c69b7c1778f28c8f75aa6646c2b3a26ae6eed608b2d6a7a4')
23
options=(!strip)
24
25
package() {
26
cd giana
27
28
# create folders
29
install -d "$pkgdir"/usr/{lib/$pkgname,share/{{doc,licenses}/$pkgname,$pkgname/data}}
30
31
# install architecture dependent executable
32
case $CARCH in
33
i686)
34
install -m755 giana_linux32 "$pkgdir"/usr/lib/$pkgname/$pkgname;;
35
x86_64)
36
install -m755 giana_linux64 "$pkgdir"/usr/lib/$pkgname/$pkgname;;
37
esac
38
39
# install launcher, data, text, icon, desktop and license files
40
install -Dm755 ../$pkgname.sh "$pkgdir"/usr/bin/$pkgname
41
install -m644 data/*.zda "$pkgdir"/usr/share/$pkgname/data
42
install -m644 *.txt "$pkgdir"/usr/share/doc/$pkgname
43
install -Dm644 $pkgname.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
44
install -Dm644 ../$pkgname.desktop "$pkgdir"/usr/share/applications/$pkgname.desktop
45
tail -n +44 readme.txt | head -n 8 > "$pkgdir"/usr/share/licenses/$pkgname/FREEWARE
46
}
47
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 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 |