super-mario-4-jugadores
The package downloads a game data archive from archive.org and a binary runner from GitHub; the data file is from a non-whitelisted but plausible archival source, and the runner is from a trusted maintainer's repository, posing low risk as no unreviewed remote code execution is involved.
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 downloads a game data archive from archive.org and a binary runner from GitHub; the data file is from a non-whitelisted but plausible archival source, and the runner is from a trusted maintainer's repository, posing low risk as no unreviewed remote code execution is involved.
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:13
source=("SM4J.zip::https://archive.org/download/infoserver/SM4JLegacy%202.0.5Fixv3_1.zip"
PKGBUILD
1 offending line(s) highlighted# Maintainer: YidaozhanYa <yidaozhan_ya@outlook.com>
# Original PKGBUILD by Mario Finelli <mario at finel dot li>
pkgname=super-mario-4-jugadores
pkgver=2.0.5_3
pkgrel=4
pkgdesc="A fangame of Super Mario Bros."
arch=('i686' 'x86_64')
url="https://carlosxdjavgames.altervista.org/archivos/134/"
license=('custom')
depends=('desktop-file-utils' 'lib32-openssl-1.0' 'lib32-glu' 'lib32-openal')
makedepends=('p7zip' 'wget')
source=("SM4J.zip::https://archive.org/download/infoserver/SM4JLegacy%202.0.5Fixv3_1.zip"
"${pkgname}.png"
"${pkgname}.desktop"
"License.txt"
"runner::https://github.com/YidaozhanYa/yoyogames-runner-bin/raw/main/runner")
install="${pkgname}.install"
sha256sums=('103223132040355a7724cf69d80e01762c600253a7c7d343dd26a4efa4481427'
'8352f56fa923bc8e283ff091ffac508169d4563d92bab4ede2285bddbfe09cd9'
'973a5fdf29f81a18fa97f1a926d639e8615057666b906f05238b12a74e740e15'
'e2333a34a96432b05241bf72e71f7b16207fa50e3165250cfc1008e360738b68'
'cca9b7a85a55c1b8cfa1e7ea5e7ed2b7468627464424f178e15b05df919045f0')
package() {
7z x "SM4J.zip" -o"${pkgdir}/usr/share/${pkgname}/assets"
# correct filesystem permissions
find "${pkgdir}" -type d -execdir chmod 755 {} +
install -Dm0644 "License.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
mv "${pkgdir}/usr/share/${pkgname}/assets/data.win" "${pkgdir}/usr/share/${pkgname}/assets/game.unx"
rm "${pkgdir}/usr/share/${pkgname}/assets/SM4JLegacy.exe"
install -Dm0755 runner "${pkgdir}/usr/share/${pkgname}/SM4JLegacy"
mkdir "${pkgdir}/usr/bin"
ln -s "/usr/share/${pkgname}/SM4JLegacy" "${pkgdir}/usr/bin/super-mario-4-jugadores"
install -Dm0644 ${pkgname}.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
install -Dm0644 ${pkgname}.desktop "${pkgdir}/usr/share/applications/${pkgname}.desktop"
}
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 |