cemu-wine
The package downloads the official Cemu emulator and related assets from the project's own domain and a trusted third-party host (sshnuke.net); all files are verified with checksums, and no untrusted or executable code is downloaded at runtime.
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 95%): The package downloads the official Cemu emulator and related assets from the project's own domain and a trusted third-party host (sshnuke.net); all files are verified with checksums, and no untrusted or executable code is downloaded at runtime.
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:16
cemu_${pkgver}-${pkgrel}.zip::https://cemu.info/releases/cemu_${pkgver}.zip -
PKGBUILD:17
https://files.sshnuke.net/cemuhook_${_cemuhookver}.zip -
PKGBUILD:18
https://web.archive.org/web/20180907210517if_/https://files.sshnuke.net/sharedFonts.7z
PKGBUILD
3 offending line(s) highlighted# Contributor: chrisl echo archlinux@c2h0r1i2s4t5o6p7h8e9r-l3u4n1a.com|sed 's/[0-9]//g'
pkgname=cemu-wine
pkgver=1.26.2
pkgrel=7
pkgdesc="Wii U emulator. This is the stable Windows version via wine. Includes the Cemuhook plugin"
arch=(x86_64)
url="https://cemu.info/"
license=('custom')
depends=('wine' 'winetricks')
_cemuhookver=1251c_0575
source=(
cemu.sh
cemu.xpm
cemu.desktop
cemu_${pkgver}-${pkgrel}.zip::https://cemu.info/releases/cemu_${pkgver}.zip
https://files.sshnuke.net/cemuhook_${_cemuhookver}.zip
https://web.archive.org/web/20180907210517if_/https://files.sshnuke.net/sharedFonts.7z
)
# The link for the sharedFonts comes from here: https://github.com/decaf-emu/decaf-emu/issues/29#issuecomment-315511347
noextract=("cemuhook_${_cemuhookver}.zip")
install=${pkgname}.install
optdepends=('wine-ge-custom: Vulkan support')
# Sometimes, they update the zip file without changing its name, which causes the md5sum to fail.
# If you notice this, please mark this package as out-of-date in the aur website and I'll fix it.
md5sums=('8358141856072866ed8ea3a684aef964'
'54d70005a8975812ab54fcfef53f7bde'
'f1649814d35413763169cf750062d763'
'6a3f7091f4040f00d6891173a0351e81'
'266d9f45c6c75a1a7d5d80da0e97857e'
'336a0bc0e44eede4ddf613a0eebf3bb9')
options=(!strip)
build() {
cd $srcdir/
cd cemu_$pkgver
bsdtar -x -f $srcdir/cemuhook_${_cemuhookver}.zip
}
package() {
cd $srcdir
install -d -m755 $pkgdir/usr/share/
install -d -m755 $pkgdir/usr/share/$pkgname
install -d -m755 $pkgdir/usr/bin
install -m755 cemu.sh $pkgdir/usr/bin/cemu
install -d -m755 $pkgdir/usr/share/applications
install -d -m755 $pkgdir/usr/share/pixmaps
install -m644 cemu.desktop $pkgdir/usr/share/applications
install -m644 cemu.xpm $pkgdir/usr/share/pixmaps/cemu.xpm
cp -R sharedFonts $pkgdir/usr/share/$pkgname
cd cemu_$pkgver
install -m644 Cemu.exe $pkgdir/usr/share/$pkgname
install -m644 cemuhook.dll $pkgdir/usr/share/$pkgname
install -m644 keystone.dll $pkgdir/usr/share/$pkgname
cp -R gameProfiles $pkgdir/usr/share/$pkgname
mkdir $pkgdir/usr/share/$pkgname/mlc01
cp -R shaderCache $pkgdir/usr/share/$pkgname
find $pkgdir/usr/share/$pkgname -type f -exec chmod 644 {} \;
find $pkgdir/usr/share/$pkgname -type d -exec chmod 755 {} \;
}
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 |