super-mario-4-jugadores
maintainer chiyuki0325
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
LOW
AI review downgraded a static finding
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)
MEDIUM
source=() URL on a non-standard host
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
1
# Maintainer: YidaozhanYa <yidaozhan_ya@outlook.com>
2
# Original PKGBUILD by Mario Finelli <mario at finel dot li>
3
4
pkgname=super-mario-4-jugadores
5
pkgver=2.0.5_3
6
pkgrel=4
7
pkgdesc="A fangame of Super Mario Bros."
8
arch=('i686' 'x86_64')
9
url="https://carlosxdjavgames.altervista.org/archivos/134/"
10
license=('custom')
11
depends=('desktop-file-utils' 'lib32-openssl-1.0' 'lib32-glu' 'lib32-openal')
12
makedepends=('p7zip' 'wget')
13
source=("SM4J.zip::https://archive.org/download/infoserver/SM4JLegacy%202.0.5Fixv3_1.zip"
14
"${pkgname}.png"
15
"${pkgname}.desktop"
16
"License.txt"
17
"runner::https://github.com/YidaozhanYa/yoyogames-runner-bin/raw/main/runner")
18
install="${pkgname}.install"
19
sha256sums=('103223132040355a7724cf69d80e01762c600253a7c7d343dd26a4efa4481427'
20
'8352f56fa923bc8e283ff091ffac508169d4563d92bab4ede2285bddbfe09cd9'
21
'973a5fdf29f81a18fa97f1a926d639e8615057666b906f05238b12a74e740e15'
22
'e2333a34a96432b05241bf72e71f7b16207fa50e3165250cfc1008e360738b68'
23
'cca9b7a85a55c1b8cfa1e7ea5e7ed2b7468627464424f178e15b05df919045f0')
24
25
package() {
26
7z x "SM4J.zip" -o"${pkgdir}/usr/share/${pkgname}/assets"
27
28
# correct filesystem permissions
29
find "${pkgdir}" -type d -execdir chmod 755 {} +
30
31
install -Dm0644 "License.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
32
mv "${pkgdir}/usr/share/${pkgname}/assets/data.win" "${pkgdir}/usr/share/${pkgname}/assets/game.unx"
33
rm "${pkgdir}/usr/share/${pkgname}/assets/SM4JLegacy.exe"
34
install -Dm0755 runner "${pkgdir}/usr/share/${pkgname}/SM4JLegacy"
35
mkdir "${pkgdir}/usr/bin"
36
ln -s "/usr/share/${pkgname}/SM4JLegacy" "${pkgdir}/usr/bin/super-mario-4-jugadores"
37
install -Dm0644 ${pkgname}.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
38
install -Dm0644 ${pkgname}.desktop "${pkgdir}/usr/share/applications/${pkgname}.desktop"
39
}
40
41
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |