customizemii-bin

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

The package downloads a prebuilt RAR archive containing a .exe binary (CustomizeMii.exe) from google-code-archive-downloads.storage.googleapis.com and executes it via mono. While this is the official Google Code Archive storage bucket (a legitimate Google-operated mirror of the old Google Code hosting), the binary itself is a prebuilt executable with no source build — users must trust the archived binary. The sha256sum provides integrity verification against tampering in transit, which mitigates the supply-chain risk somewhat. However, executing a prebuilt .NET/mono binary from an archived project host without source compilation is a genuine medium-severity concern: if the archived binary was ever compromised or replaced, users would run arbitrary code. The pattern is common in AUR -bin packages but the combination of a prebuilt executable, a non-mainstream archive host, and mono execution warrants keeping this at medium rather than clean.

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:11 source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/customizemii/CustomizeMii%203.11.rar" "https://wiibrew.org/w/images/0/0d/CustomizeMii_Icon.png")
  • PKGBUILD:11 source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/customizemii/CustomizeMii%203.11.rar" "https://wiibrew.org/w/images/0/0d/CustomizeMii_Icon.png")
Medium AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The package downloads a prebuilt RAR archive containing a .exe binary (CustomizeMii.exe) from google-code-archive-downloads.storage.googleapis.com and executes it via mono. While this is the official Google Code Archive storage bucket (a legitimate Google-operated mirror of the old Google Code hosting), the binary itself is a prebuilt executable with no source build — users must trust the archived binary. The sha256sum provides integrity verification against tampering in transit, which mitigates the supply-chain risk somewhat. However, executing a prebuilt .NET/mono binary from an archived project host without source compilation is a genuine medium-severity concern: if the archived binary was ever compromised or replaced, users would run arbitrary code. The pattern is common in AUR -bin packages but the combination of a prebuilt executable, a non-mainstream archive host, and mono execution warrants keeping this at medium rather than clean.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: nezbednik <nezbedniklmao@gmail.com>
2pkgname=customizemii-bin
3pkgver=3.11
4pkgrel=1
5pkgdesc="a custom channel creator for the wii"
6arch=("any")
7url="https://code.google.com/archive/p/customizemii/"
8license=("GPL3")
9depends=("mono")
10makedepends=("unrar")
11source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/customizemii/CustomizeMii%203.11.rar" "https://wiibrew.org/w/images/0/0d/CustomizeMii_Icon.png")
12noextract=("CustomizeMii%203.11.rar")
13sha256sums=("7e62e26f44933a071b0e30a2b21581dfdea0106011a680153ac13852aba1b919" "8e54152ac9c14192f02a6659183aa7c6196df88f5d2072fecba5d1fed5a0e458")
14prepare() {
15 mkdir "customizemii"
16 unrar x "CustomizeMii%203.11.rar" -y -op "customizemii"
17}
18
19package() {
20 mkdir -p "$pkgdir/usr/bin"
21 mkdir -p "$pkgdir/usr/share/applications"
22 mkdir -p "$pkgdir/usr/share/icons/hicolor/128x128/apps"
23 mkdir "$pkgdir/opt"
24 mv "customizemii" "$pkgdir/opt"
25 echo -e "#!/bin/sh
26cd /opt/customizemii
27mono CustomizeMii.exe" > "$pkgdir/usr/bin/customizemii"
28 chmod 755 "$pkgdir/usr/bin/customizemii"
29 echo -e "[Desktop Entry]
30Encoding=UTF-8
31Version=3.11
32Type=Application
33Terminal=false
34Exec=/usr/bin/customizemii
35Name=CustomizeMii
36Comment=a custom channel creator for the wii
37Icon=customizemii
38Categories=AudioVideo;" > "$pkgdir/usr/share/applications/CustomizeMii.desktop"
39 mv "CustomizeMii_Icon.png" "$pkgdir/usr/share/icons/hicolor/128x128/apps/customizemii.png"
40}
41

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