multiworld-gg-git
The pip installations are part of building the project from its own source repository using standard development tools; all dependencies are pulled from official or project-associated Git repositories, and no untrusted remote code execution occurs.
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 pip installations are part of building the project from its own source repository using standard development tools; all dependencies are pulled from official or project-associated Git repositories, and no untrusted remote code execution occurs.
2 higher static findings superseded - not the current verdict (shown for transparency)
pip_install_external
`pip install <package>` fetches an unpinned package from PyPI at build time, outside source=() and makepkg's checksums.
-
PKGBUILD:30
uv pip install --quiet -r requirements.txt -
PKGBUILD:34
ls worlds/*/requirements.txt | xargs -l uv pip install --quiet --overrides=requirements-override.txt -r -
PKGBUILD:35
uv pip install --quiet pip cx-Freeze==8.4.0
alt_pkg_manager_install
A non-pip/npm package manager (pipx, uv, poetry, cargo install, go install, gem, conda…) fetches and builds an external package at build time, outside source=() and makepkg's checksums.
-
PKGBUILD:30
uv pip install --quiet -r requirements.txt -
PKGBUILD:35
uv pip install --quiet pip cx-Freeze==8.4.0
PKGBUILD
3 offending line(s) highlighted# Maintainer: Forest Ames <fox dot ames at smallfox dot io>
_pkgname="multiworld-gg"
pkgname="${_pkgname}-git"
pkgver=r9734
pkgrel=1
pkgdesc="MultiworldGG Multi-Game Randomizer and Server - Fork of Archipelago"
arch=('x86_64')
url="https://github.com/MultiworldGG/MultiworldGG"
license=('GPL-3.0')
provides=('multiworld-gg')
conflicts=('multiworld-gg')
depends=('python' 'glibc' 'libstdc++' 'libgcc' 'openssl' 'zlib' 'expat')
optdepends=('xdg-terminal-exec: Better terminal support')
makedepends=('uv' 'git')
checkdepends=('uv')
_author="MultiworldGG"
_branch="main"
source=("${_pkgname}::git+https://github.com/${_author}/MultiworldGG.git#branch=${_branch}")
sha256sums=('SKIP')
pkgver() {
cd "$srcdir/${_pkgname}"
git rev-list --count HEAD | sed 's/\([0-9][0-9]*\)/r\1/'
}
build() {
cd "$srcdir/${_pkgname}"
uv venv --allow-existing --python 3.13
. .venv/bin/activate
uv pip install --quiet -r requirements.txt
cat <<EOF >"requirements-override.txt" # Works around build errors related to dated gclib deps
pyfastyaz0yay0 @ git+https://github.com/LagoLunatic/PyFastYaz0Yay0.git@00e19626ab17621416d4b9055b17f0ea3fea66f3
EOF
ls worlds/*/requirements.txt | xargs -l uv pip install --quiet --overrides=requirements-override.txt -r
uv pip install --quiet pip cx-Freeze==8.4.0 # Used directly by the setup script
python setup.py build_exe -b build/MultiworldGG
}
# check() {
# Tests take >2 hours to run on my machine and there aren't any platform tests relevant to packaging that I can tell
# cd "$srcdir/${_pkgname}"
# uv venv --allow-existing --python 3.13
# . .venv/bin/activate
# uv pip install --quiet -r requirements.txt
# uv pip install --quiet pytest
# uv pip install --quiet flask flask_caching pony waitress Flask-Compress # Needed for several tests
# cat <<EOF >"conftest.py"
# import sys
# collect_ignore = [
# "worlds/dk64/randomizer/CollectibleLogicFiles/TestBananaTotals.py",
# "worlds/minecraft/test/TestAdvancements.py",
# "worlds/minecraft/test/TestDataLoad.py",
# "worlds/minecraft/test/TestEntrances.py",
# "worlds/minecraft/test/TestOptions.py",
# "worlds/poe/test/test_generation.py",
# "worlds/smo/TestClient.py",
# "worlds/toontown/test/TestFishing.py",
# "worlds/toontown/test/TestTreasures.py",
# "worlds/tp/tests/test_shuffle_options.py",
# "worlds/tp/tests/test_tests.py",
# "worlds/poe/test/test_boss_validation.py",
# "worlds/poe/test/test_client_commands.py",
# "worlds/poe/test/test_rarity_validation.py",
# "worlds/poe/test/test_text_updates.py",
# "worlds/poe/test/test_validation_logic.py"
# ]
# EOF
# pytest -s
# }
package() {
install -d "$pkgdir/opt"
cp -r "$srcdir/${_pkgname}/build/MultiworldGG" "$pkgdir/opt/"
chown -R :games "$pkgdir/opt/MultiworldGG"
chmod -R g+w "$pkgdir/opt/MultiworldGG"
mkdir -p "$pkgdir/usr/share/applications"
cat <<EOF >"$pkgdir/usr/share/applications/MultiworldGG.desktop"
[Desktop Entry]
Version=1.0
Exec=/opt/MultiworldGG/MultiworldGGLauncher
Path=/opt/MultiworldGG/
Name=MultiworldGG
Type=Application
Icon=/opt/MultiworldGG/icon.png
Categories=Game;
Keywords=multi-game;randomizer;
EOF
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 3 |
| 2026-09-16 00:03:17 | Low | 3 |
| 2026-09-15 00:25:31 | Low | 3 |
| 2026-09-14 00:27:57 | Low | 3 |
| 2026-09-13 00:19:54 | Low | 3 |
| 2026-09-12 00:25:17 | Low | 3 |
| 2026-09-11 00:19:22 | Low | 3 |
| 2026-09-10 00:22:44 | Low | 3 |
| 2026-09-09 00:04:09 | Low | 3 |
| 2026-09-08 00:18:08 | Low | 3 |
| 2026-09-07 00:30:15 | Low | 3 |
| 2026-09-06 00:17:06 | Low | 3 |
| 2026-09-05 00:16:27 | Low | 3 |
| 2026-09-04 00:03:13 | Low | 3 |
| 2026-09-03 00:15:47 | Low | 3 |
| 2026-09-02 00:02:31 | Low | 3 |
| 2026-09-01 00:11:19 | Low | 3 |
| 2026-08-31 00:19:57 | Low | 3 |
| 2026-08-30 00:04:14 | Low | 3 |
| 2026-08-29 00:29:17 | Low | 3 |