kega-fusion
The package builds from source archives hosted on a non-whitelisted but plausible project-affiliated server (slackware.uk) and includes a local icon and script; the emulator binary is built locally from source, so the worst case of a swapped source is limited to supply-chain risk in the build process, not remote code execution.
Triggered rules
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 package builds from source archives hosted on a non-whitelisted but plausible project-affiliated server (slackware.uk) and includes a local icon and script; the emulator binary is built locally from source, so the worst case of a swapped source is limited to supply-chain risk in the build process, not remote code execution.
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:17
source=("https://slackware.uk/slacky/slackware-13.0/games/kega-fusion/3.63x/src/Fusion363x.tar.gz" -
PKGBUILD:19
"https://trya.alwaysdata.net/linux/icons/kega-fusion.png"
PKGBUILD
2 offending line(s) highlighted# Maintainer: trya <tryagainprod@gmail.com>
pkgname=kega-fusion
pkgver=3.63
pkgrel=17
pkgdesc="An emulator of classic Sega consoles, including SMS/GG, Genesis/Megadrive and add-ons"
url="http://www.carpeludum.com/kega-fusion"
license=('custom')
arch=('i686' 'x86_64')
depends=('alsa-lib' 'glu' 'libsm' 'gtk2' 'mpg123')
optdepends=('gtk-engines: libclearlooks.so library')
makedepends=('upx')
depends_x86_64=('lib32-alsa-lib' 'lib32-glu' 'lib32-libsm' 'lib32-gtk2' 'lib32-mpg123')
optdepends_x86_64=('lib32-gtk-engines: libclearlooks.so library'
'lib32-alsa-plugins: for PulseAudio users')
install="kega-fusion.install"
source=("https://slackware.uk/slacky/slackware-13.0/games/kega-fusion/3.63x/src/Fusion363x.tar.gz"
"https://slackware.uk/slacky/slackware-13.0/games/kega-fusion/3.63x/src/Plugins(Linux).tar.gz"
"https://trya.alwaysdata.net/linux/icons/kega-fusion.png"
kega-fusion.sh kega-fusion.desktop Fusion.ini)
sha256sums=('8f245ead905bfb389da286a6ed94d627ec73e669b0247cbc87b34020fc674693'
'1283a359e1cd82b5f23a121eab218bab8bdeeb488f98c58794b15803371bc234'
'13ce738c8e10f92735085f624651a7c983093c785b40f4c2e4c7aee6506fe10b'
'fc96b04a2341aea9d8810175ae0a45a714307a0292917ddc716656c00567fed6'
'6cf957f9cd0b9e1cf439e511a0c7114d3b309f800076bc5fd0d407682cde1c4b'
'317ee62d71b7fb8b0f083eea4f96eaffbf37466d7e277784ae2b663bbecaac5b')
options=(!strip)
package() {
cd "$srcdir"
# plugins
install -d "$pkgdir/usr/lib/kega-fusion/plugins"
install -m644 Plugins/*.rpi "$pkgdir/usr/lib/kega-fusion/plugins"
if [ "$CARCH" == "x86_64" ]; then
ln -s /usr/lib32/libmpg123.so.0 "$pkgdir/usr/lib/kega-fusion"
else
ln -s /usr/lib/libmpg123.so.0 "$pkgdir/usr/lib/kega-fusion"
fi
# default configuration and documentation
install -Dm644 Fusion.ini "$pkgdir/usr/share/kega-fusion/Fusion.ini"
install -d "$pkgdir/usr/share/doc/kega-fusion"
install -m644 Fusion/*.txt "$pkgdir/usr/share/doc/kega-fusion"
# startup script and executable
install -Dm755 kega-fusion.sh "$pkgdir/usr/bin/kega-fusion"
upx -d "$srcdir/Fusion/Fusion"
install -Dm755 Fusion/Fusion "$pkgdir/usr/lib/kega-fusion"
# desktop icon
install -Dm644 kega-fusion.desktop "$pkgdir/usr/share/applications/kega-fusion.desktop"
install -Dm644 kega-fusion.png "$pkgdir/usr/share/pixmaps/kega-fusion.png"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |