giana

LOW
maintainer kleintux 9 votes scanned 2026-09-17 00:27:14.276658
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
5pkgname=giana
6pkgver=1.10
7pkgrel=2
8pkgdesc="'Giana's Return', unofficial sequel to the (in)famous Mario clone 'Great Giana Sisters'"
9arch=('i686' 'x86_64')
10url="https://www.gianas-return.de/"
11license=('custom: Freeware')
12depends=('sdl_mixer' 'zlib' 'glut' 'glu')
13optdepends=('libmodplug: better music decoder')
14install=$pkgname.install
15source=("https://www.retroguru.com/gianas-return/gianas-return-v.latest-linux.tar.gz"
16 "$pkgname.sh"
17 "$pkgname.desktop"
18 "$pkgname-fs.desktop")
19sha256sums=('f0351b060689758a3fde813fc75288c1c565e1462b872a0e78de8847f3420f78'
20 '0468a24a04256865381f5dd0c92dfed4ed6f594270760f32678ebe2cb9bc1b5c'
21 'ea2452f45c2edeb9acac12294ff759e465e010fa997cc2fdf9d2ab57af76a0d9'
22 '80aa0cd19c742199c69b7c1778f28c8f75aa6646c2b3a26ae6eed608b2d6a7a4')
23options=(!strip)
24
25package() {
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)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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