yzkof-gm-arcade-international

MEDIUM
maintainer orphaned 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The PKGBUILD downloads a prebuilt Windows executable (GM ARCADE.exe) from an Aliyun OSS bucket (xiaou-game.oss-cn-hangzhou.aliyuncs.com), which is a personal/unofficial cloud storage host rather than an official vendor release channel. The checksum is 'SKIP', so there is no integrity verification. The binary is then installed to /opt and executed via Wine. This is a genuine supply-chain concern: the OSS bucket owner could replace the zip at any time with a malicious payload, and there is no way to detect substitution. The pattern (prebuilt executable from unofficial personal host + no checksum) meets the medium threshold. It is not clearly malicious, but the risk is real and non-trivial.

Triggered rules

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:12 source=($pkgname.zip::https://xiaou-game.oss-cn-hangzhou.aliyuncs.com/GM%20ARCADE_V09.zip)
Medium AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt Windows executable (GM ARCADE.exe) from an Aliyun OSS bucket (xiaou-game.oss-cn-hangzhou.aliyuncs.com), which is a personal/unofficial cloud storage host rather than an official vendor release channel. The checksum is 'SKIP', so there is no integrity verification. The binary is then installed to /opt and executed via Wine. This is a genuine supply-chain concern: the OSS bucket owner could replace the zip at any time with a malicious payload, and there is no way to detect substitution. The pattern (prebuilt executable from unofficial personal host + no checksum) meets the medium threshold. It is not clearly malicious, but the risk is real and non-trivial.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Rafael Cruz <rafaelcruz at outlook dot com>
2
3pkgname=yzkof-gm-arcade-international
4pkgver=0.91
5pkgrel=1
6pkgdesc='Play retro games with or against any other player in the world.'
7url='http://www.yzkof.com/'
8arch=('any')
9license=('custom')
10depends=(wine lib32-mpg123)
11makedepends=(gendesk rsync icoutils)
12source=($pkgname.zip::https://xiaou-game.oss-cn-hangzhou.aliyuncs.com/GM%20ARCADE_V09.zip)
13md5sums=('SKIP')
14_tmpappfolder="GM ARCADE_V0.9"
15_oldexecapp="GM ARCADE.exe"
16_execapp="gm-arcade.exe"
17_wineprefix="prefix"
18
19prepare() {
20 msg "Preparing files..."
21 [ -f "$srcdir/$_tmpappfolder/$_execapp" ] && [ -f "$srcdir/$_tmpappfolder/$_oldexecapp" ] && rm "$srcdir/$_tmpappfolder/$_execapp"
22 # [ -f "$srcdir/$_tmpappfolder/$_oldexecapp" ] && mv "$srcdir/$_tmpappfolder/$_oldexecapp" "$srcdir/$_tmpappfolder/$_execapp"
23 msg "Generating icon..."
24 wrestool -x --output="$srcdir/icon.png" -t14 "$srcdir/$_tmpappfolder/${_oldexecapp}"
25 msg "Generating menu shortcut..."
26 gendesk -n -f --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name "Yzkof GM Arcade International" --exec "env WINEPREFIX=\"$HOME/.$pkgname/$_wineprefix\" wine \"/opt/$pkgname/$_oldexecapp\""
27}
28
29package() {
30 install -dm755 $HOME/.$pkgname/
31 install -dm755 $pkgdir/opt/
32 install -Dm644 "$srcdir/icon.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
33 install -Dm644 "$srcdir/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
34 msg "Copying files..."
35 #dont use variable below, bug on copy files
36 rsync -r --chmod=755 $srcdir/GM\ ARCADE_V0.9/* $pkgdir/opt/$pkgname/
37 chown -R $USER:users $pkgdir/opt/$pkgname/
38}
39

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2
2026-08-30 00:04:14 Medium 2
2026-08-29 00:29:17 Medium 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion