gba-graphics-editor
Triggered rules
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:10
source=(https://www.hackromtools.info/downloads/gba/HackRomTools%20-%20GBAGraphicsEditor.7z
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt Windows executable (inside a password-protected 7z archive) from hackromtools.info, which is a third-party, non-official host with no verifiable upstream provenance. The password ('HackRomTools') is trivial and adds no real integrity protection. Only the archive itself has an md5sum; the wrapper shell script, .desktop file, and icon all have 'SKIP' checksums, meaning the locally-supplied launcher script is not integrity-checked. The Windows binary is then run under Wine. This is a genuine supply-chain concern: if hackromtools.info is compromised or the binary is replaced, users would execute arbitrary Windows code under Wine. However, there is no evidence of active malice — this appears to be a legitimate ROM-hacking tool distributed from its author's own site, which is a common pattern for niche GBA homebrew/hacking utilities. The risk is real but not clearly malicious, fitting the medium classification.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Sterophonick
pkgname=gba-graphics-editor
_pkgname='gba-graphics-editor'
pkgver=v2.3
pkgrel=1
pkgdesc='Scan compressed and uncompress graphics from GBA ROMs.'
arch=(x86_64 i686)
depends=('wine' 'winetricks')
source=(https://www.hackromtools.info/downloads/gba/HackRomTools%20-%20GBAGraphicsEditor.7z
gba-graphics-editor
gba-graphics-editor.desktop
gba-graphics-editor.png)
md5sums=('100653275bbf916531a0b206f9eb33d6'
'SKIP'
'SKIP'
'SKIP')
prepare() {
7z x "HackRomTools%20-%20GBAGraphicsEditor.7z" -o$srcdir -pHackRomTools
}
package() {
cd $srcdir
install -Dm755 gba-graphics-editor $pkgdir/usr/bin/gba-graphics-editor
install -Dm644 gba-graphics-editor.desktop $pkgdir/usr/share/applications/gba-graphics-editor.desktop
install -Dm644 gba-graphics-editor.png $pkgdir/usr/share/pixmaps/gba-graphics-editor.png
mkdir -p $pkgdir/usr/share/gba-graphics-editor
install -Dm644 "HackRomTools - GBA Graphics Editor"/* $pkgdir/usr/share/gba-graphics-editor
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |