customizemii
The source is a historical archive from a defunct official project host (Google Code), now on Google's archive domain; it is the project's own source code being built locally, not an executable or untrusted payload, so the risk is low despite the non-whitelisted host.
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 source is a historical archive from a defunct official project host (Google Code), now on Google's archive domain; it is the project's own source code being built locally, not an executable or untrusted payload, so the risk is low despite the non-whitelisted host.
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:11
source=("https://storage.googleapis.com/google-code-archive-source/v2/code.google.com/customizemii/source-archive.zip" "https://wiibrew.org/w/images/0/0d/CustomizeMii_Icon.png" "ByteConv.cs" "Instructions_patch.diff" "Resources_patch.diff" "Designer_patch.diff" "Loaders_patch.diff") -
PKGBUILD:11
source=("https://storage.googleapis.com/google-code-archive-source/v2/code.google.com/customizemii/source-archive.zip" "https://wiibrew.org/w/images/0/0d/CustomizeMii_Icon.png" "ByteConv.cs" "Instructions_patch.diff" "Resources_patch.diff" "Designer_patch.diff" "Loaders_patch.diff")
PKGBUILD
1 offending line(s) highlighted# Maintainer: nezbednik <nezbedniklmao@gmail.com>
pkgname=customizemii
pkgver=3.11
pkgrel=1
pkgdesc="a custom channel creator for the wii"
arch=("any")
url="https://code.google.com/archive/p/customizemii/"
license=("GPL3")
depends=("mono")
conflicts=("customizemii-bin")
source=("https://storage.googleapis.com/google-code-archive-source/v2/code.google.com/customizemii/source-archive.zip" "https://wiibrew.org/w/images/0/0d/CustomizeMii_Icon.png" "ByteConv.cs" "Instructions_patch.diff" "Resources_patch.diff" "Designer_patch.diff" "Loaders_patch.diff")
sha256sums=("81ddba3a401e1360249da5b0d9988f58f47105fc4130237072e82a8929f997e6" "8e54152ac9c14192f02a6659183aa7c6196df88f5d2072fecba5d1fed5a0e458" "SKIP" "SKIP" "SKIP" "SKIP" "SKIP")
prepare() {
mcs ByteConv.cs
cd customizemii/trunk/CustomizeMii
mono ../../../ByteConv.exe Instructions.txt text > Instructions_txt.cs
patch -i ../../../Instructions_patch.diff CustomizeMii_Main.cs
patch -i ../../../Loaders_patch.diff CustomizeMii_BackgroundWorkers.cs
patch -i ../../../Designer_patch.diff CustomizeMii.csproj
cd Properties
patch -i ../../../../Resources_patch.diff Resources.resx
cd ../Resources
mono ../../../../ByteConv.exe comex.app binary > ../Comex_app.cs
mono ../../../../ByteConv.exe Waninkoko.app binary > ../Waninkoko_app.cs
}
build() {
cd customizemii/trunk/CustomizeMii
xbuild /p:Configuration=Release
}
package() {
cd customizemii/trunk/CustomizeMii/bin
mv Release customizemii
mkdir -p "$pkgdir/usr/bin"
mkdir -p "$pkgdir/usr/share/applications"
mkdir -p "$pkgdir/usr/share/icons/hicolor/128x128/apps"
mkdir "$pkgdir/opt"
mv "customizemii" "$pkgdir/opt"
echo -e "#!/bin/sh
cd /opt/customizemii
mono CustomizeMii.exe" > "$pkgdir/usr/bin/customizemii"
chmod 755 "$pkgdir/usr/bin/customizemii"
echo -e "[Desktop Entry]
Encoding=UTF-8
Version=3.11
Type=Application
Terminal=false
Exec=/usr/bin/customizemii
Name=CustomizeMii
Comment=a custom channel creator for the wii
Icon=customizemii
Categories=AudioVideo;" > "$pkgdir/usr/share/applications/CustomizeMii.desktop"
mv "../../../../CustomizeMii_Icon.png" "$pkgdir/usr/share/icons/hicolor/128x128/apps/customizemii.png"
}
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 |