gate88
maintainer TrialnError
· 8 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's official domain (queasygames.com), which is not on the standard whitelist but plausibly legitimate; it contains game data and a binary, but no remote code execution or malicious behavior is evident.
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 90%): The source is a tarball from the project's official domain (queasygames.com), which is not on the standard whitelist but plausibly legitimate; it contains game data and a binary, but no remote code execution or malicious behavior is evident.
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:17
source=(http://www.queasygames.com/gate88/Gate88_$pkgver.tar.gz
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: badcast
2
# Contributor: Lex Black <autumn-wind at web dot de>
3
# Contributor: Typhoon
4
# Contributer: Klepto <geomoch@gmail.com>
5
6
pkgname=gate88
7
pkgver=Mar19_05
8
pkgrel=4
9
pkgdesc="An abstract realtime strategy/action game in space"
10
arch=('i686' 'x86_64')
11
url="http://www.queasygames.com/gate88/"
12
license=("custom")
13
groups=('games')
14
depends=(libvorbis mesa desktop-file-utils gtk-update-icon-cache)
15
depends_i686=(sdl sdl_mixer sdl_net)
16
depends_x86_64=(lib32-sdl lib32-sdl_mixer lib32-sdl_net)
17
source=(http://www.queasygames.com/gate88/Gate88_$pkgver.tar.gz
18
gate88
19
gate88.desktop
20
gate88.png)
21
md5sums=('57b3d8432462954947b8737bbab81e91'
22
'ec20608ab2f0b34625befd31aae03bcb'
23
'ed2f767b002d320631952d4bf3bf2ac9'
24
'c193292eea050401134ef3c83ba07a0e')
25
26
27
package() {
28
chmod -R a+r $srcdir/Gate88_$pkgver
29
chmod a+x $srcdir/Gate88_$pkgver/sound \
30
$srcdir/Gate88_$pkgver/music \
31
$srcdir/Gate88_$pkgver/music/non-ingame
32
33
mkdir -p $pkgdir/usr/share/$pkgname/
34
cp -a $srcdir/Gate88_${pkgver}/music \
35
$srcdir/Gate88_${pkgver}/sound \
36
$srcdir/Gate88_${pkgver}/gate88 \
37
$pkgdir/usr/share/$pkgname
38
39
install -D $srcdir/Gate88_${pkgver}/lib/libstdc++-libc6.2-2.so.3 -t "$pkgdir/usr/share/$pkgname/lib"
40
41
install -D $srcdir/Gate88_${pkgver}/*.conf -t "$pkgdir/etc/$pkgname"
42
install -D $srcdir/Gate88_${pkgver}/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
43
44
install -D $srcdir/$pkgname.png -t "$pkgdir/usr/share/$pkgname"
45
install -D $srcdir/$pkgname.desktop -t "$pkgdir/usr/share/applications"
46
install -D $srcdir/$pkgname -t "$pkgdir/usr/bin/"
47
}
48
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 |