customizemii

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

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

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 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)
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-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
1# Maintainer: nezbednik <nezbedniklmao@gmail.com>
2pkgname=customizemii
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")
10conflicts=("customizemii-bin")
11source=("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")
12sha256sums=("81ddba3a401e1360249da5b0d9988f58f47105fc4130237072e82a8929f997e6" "8e54152ac9c14192f02a6659183aa7c6196df88f5d2072fecba5d1fed5a0e458" "SKIP" "SKIP" "SKIP" "SKIP" "SKIP")
13
14prepare() {
15 mcs ByteConv.cs
16 cd customizemii/trunk/CustomizeMii
17 mono ../../../ByteConv.exe Instructions.txt text > Instructions_txt.cs
18 patch -i ../../../Instructions_patch.diff CustomizeMii_Main.cs
19 patch -i ../../../Loaders_patch.diff CustomizeMii_BackgroundWorkers.cs
20 patch -i ../../../Designer_patch.diff CustomizeMii.csproj
21 cd Properties
22 patch -i ../../../../Resources_patch.diff Resources.resx
23 cd ../Resources
24 mono ../../../../ByteConv.exe comex.app binary > ../Comex_app.cs
25 mono ../../../../ByteConv.exe Waninkoko.app binary > ../Waninkoko_app.cs
26}
27
28build() {
29 cd customizemii/trunk/CustomizeMii
30 xbuild /p:Configuration=Release
31}
32
33package() {
34 cd customizemii/trunk/CustomizeMii/bin
35 mv Release customizemii
36 mkdir -p "$pkgdir/usr/bin"
37 mkdir -p "$pkgdir/usr/share/applications"
38 mkdir -p "$pkgdir/usr/share/icons/hicolor/128x128/apps"
39 mkdir "$pkgdir/opt"
40 mv "customizemii" "$pkgdir/opt"
41 echo -e "#!/bin/sh
42cd /opt/customizemii
43mono CustomizeMii.exe" > "$pkgdir/usr/bin/customizemii"
44 chmod 755 "$pkgdir/usr/bin/customizemii"
45 echo -e "[Desktop Entry]
46Encoding=UTF-8
47Version=3.11
48Type=Application
49Terminal=false
50Exec=/usr/bin/customizemii
51Name=CustomizeMii
52Comment=a custom channel creator for the wii
53Icon=customizemii
54Categories=AudioVideo;" > "$pkgdir/usr/share/applications/CustomizeMii.desktop"
55 mv "../../../../CustomizeMii_Icon.png" "$pkgdir/usr/share/icons/hicolor/128x128/apps/customizemii.png"
56}
57

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion