lib32-romcheckfail-bin
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:12
"RomCheckFail.sh::https://web.archive.org/web/20210128143934if_/https://games.lastchancemedia.com/farbs/RomCheckFail.sh"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a shell script from web.archive.org (an archived copy of the original vendor host games.lastchancemedia.com/farbs/) and executes it with 'sh RomCheckFail.sh --noexec --target ...' to extract a nixstaller self-extracting archive. The sha256sum is pinned, which mitigates tampering with the archived copy itself. However, the concern is real: (1) the source is a web.archive.org snapshot rather than the original vendor host, meaning the original is unavailable and provenance relies entirely on the Wayback Machine's integrity; (2) the payload is a self-extracting installer script that bundles and installs prebuilt 32-bit binaries — these binaries are not independently verified beyond the outer script's checksum; (3) the inner 'instarchive_all' contents are not checksummed separately. This is a classic medium supply-chain risk: executed prebuilt binaries from a non-primary host with only partial integrity verification. Not clearly malicious, but the pattern of running an archived installer script to extract unverified binaries warrants medium severity.
PKGBUILD
1 offending line(s) highlightedpkgname=lib32-romcheckfail-bin
provides=('romcheckfail')
arch=('x86_64')
pkgdesc='A swirling glitch-soup of classic videogames, reforming every 10 seconds into a new playable mass. Won the TIGSource VGNG competition and some very nice press.'
pkgver=1.0
pkgrel=3
license=('custom:romcheckfail_eula')
depends=('lib32-sdl_mixer' 'lib32-sdl=1.2.15' 'lib32-libogg' 'lib32-libvorbis')
optdepends=('lib32-libpulse: PulseAudio output from game')
makedepends=('libarchive')
source=(
"RomCheckFail.sh::https://web.archive.org/web/20210128143934if_/https://games.lastchancemedia.com/farbs/RomCheckFail.sh"
"RomCheckFail.desktop"
)
sha256sums=('ae2b94bde8941728cc670890ccfc6dc2fd6ee6b41a9e05fffb0dd6eec5b09e85' 'SKIP')
options=(!debug !strip)
build() {
cd "$srcdir"
echo "-- Extracting nixstaller data:"
sh RomCheckFail.sh --noexec --target RomCheckFail_installer
mkdir -p binaries
echo "-- Extracting instarchive..."
bsdtar xf RomCheckFail_installer/instarchive_all -C binaries
cd "$srcdir/binaries/RomCheckFail"
echo "-- Removing unneeded libraries so that system versions are used"
rm lib/lib{vorbisfile,vorbis,SDL-1.2,ogg}.so*
}
package() {
mkdir -p "$pkgdir/opt/romcheckfail"
cp -r "$srcdir/binaries/RomCheckFail/." "$pkgdir/opt/romcheckfail/"
install -Dm644 "$srcdir/binaries/RomCheckFail/license" -t "${pkgdir}/usr/share/licenses/${pkgname}/"
install -Dm644 "$srcdir/binaries/RomCheckFail/bin/Farbs.png" "$pkgdir/usr/share/icons/hicolor/32x32/apps/RomCheckFail.png"
install -Dm644 "$srcdir/RomCheckFail.desktop" "$pkgdir/usr/share/applications/RomCheckFail.desktop"
}
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 |