goomba-color
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:9
source=(https://www.dwedit.org/gba/goombacolor_2019_5_4.zip
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The package downloads a prebuilt binary bundle (goombacolor_2019_5_4.zip) from dwedit.org, a personal domain. The zip contains Windows executables (goombafront.exe, gbctrim.exe) and a GBA ROM (goomba.gba) that are installed and run via Wine. dwedit is a well-known GBA homebrew developer and Goomba Color is a legitimate GBA emulator for Game Boy/Color games, so this is not clearly malicious. However, the source is a personal/unofficial host with no reproducible build, the md5sum only covers the zip (not the other three local files which are SKIPped), and the executables are unverifiable prebuilt binaries executed at runtime via Wine. This constitutes a genuine supply-chain concern: if dwedit.org were compromised, arbitrary code would execute on the user's system. The SKIP checksums on goomba-front (a shell wrapper script that is installed as executable) are also a concern since that script is not in the source array with a verifiable hash. Overall this is a legitimate medium-risk package — real software from a known author on a personal host with unverifiable executed binaries.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Sterophonick
pkgname=goomba-color
_pkgname='goomba-color'
pkgver=2019.05.04
pkgrel=1
pkgdesc='DMG/CGB emulator for Game Boy Advance'
arch=(x86_64 i686)
depends=('wine' 'winetricks')
source=(https://www.dwedit.org/gba/goombacolor_2019_5_4.zip
goomba-front
goomba-front.desktop
goomba-front.png)
md5sums=('be58df7b75858b665e64898daaf6e3d3'
'SKIP'
'SKIP'
'SKIP')
options=(!debug !strip)
package() {
install -Dm755 goomba-front $pkgdir/usr/bin/goomba-front
install -Dm644 goomba-front.desktop $pkgdir/usr/share/applications/goomba-front.desktop
install -Dm644 goomba-front.png $pkgdir/usr/share/pixmaps/goomba-front.png
mkdir -p $pkgdir/usr/share/goomba-color
cp -r $srcdir/goombafront.exe $pkgdir/usr/share/goomba-color
cp -r $srcdir/gbctrim.exe $pkgdir/usr/share/goomba-color
cp -r $srcdir/goomba.gba $pkgdir/usr/share/goomba-color
chmod -R 777 $pkgdir/usr/share/goomba-color
}
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 |