gbata
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-4.6-sonnet-20260217) reviewed the full PKGBUILD and judged it LOW (confidence 82%): This package installs a Windows GUI tool (gbata.exe) to be run under Wine. The source is romhacking.net's S3 bucket (s3-external-1.amazonaws.com/romhacking-hacks/), which is the well-known ROMHacking.net file hosting infrastructure — a legitimate, long-standing ROM hacking community site. The gbata.exe is installed as data (Dm644, not executable) and launched via a Wine wrapper script. There is an md5sum for the zip file, providing basic integrity verification. The 'gbata' launcher script and .desktop/.png files are local to the AUR package (SKIP checksums, which is sloppy but common for locally-maintained wrapper files). The main concern is that the launcher script and desktop file have SKIP checksums and are not in the source tarball, meaning they come from the AUR git repo itself — standard AUR practice. No piracy concern: GBATA is freeware. The S3 host is romhacking.net's CDN, not a random personal bucket. Overall this is a low-risk, slightly sloppy packaging of a freeware Wine application.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:11
source=(https://s3-external-1.amazonaws.com/romhacking-hacks/utilities/%5B601%5Dgbata7a-en.zip
PKGBUILD
1 offending line(s) highlighted# Maintainer: Sterophonick
pkgname=gbata
_pkgname='gbata'
pkgver=0.7
pkgrel=1
pkgdesc='Game Boy Advance ROM viewer and patcher'
url='http://gbadat.altervista.org'
arch=(x86_64 i686)
depends=('wine' 'winetricks')
source=(https://s3-external-1.amazonaws.com/romhacking-hacks/utilities/%5B601%5Dgbata7a-en.zip
gbata
gbata.desktop
gbata.png)
md5sums=('e59501521166ffe4568fbb8fee59357f'
'SKIP'
'SKIP'
'SKIP')
package() {
cd $srcdir
install -Dm755 gbata $pkgdir/usr/bin/gbata
install -Dm644 gbata.desktop $pkgdir/usr/share/applications/gbata.desktop
install -Dm644 gbata.png $pkgdir/usr/share/pixmaps/gbata.png
mkdir -p $pkgdir/usr/share/gbata
install -Dm644 gbata.exe $pkgdir/usr/share/gbata
install -Dm644 readme.txt $pkgdir/usr/share/gbata
}
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 |