[bundle] Update 18 worlds (worlds-wheels-2026-06-15)#26
Closed
oliver-the-multiworld-squirrel[bot] wants to merge 19 commits into
Closed
[bundle] Update 18 worlds (worlds-wheels-2026-06-15)#26oliver-the-multiworld-squirrel[bot] wants to merge 19 commits into
oliver-the-multiworld-squirrel[bot] wants to merge 19 commits into
Karen Head of Multiworld QA / Isolated QA Checks
failed
Jun 15, 2026 in 6m 40s
Fuzz failed for 18 world(s)
World generation (fuzzer) results
am2r — ✅ pass
| Check | Status | Notes |
|---|---|---|
fuzzer |
✅ pass | success=10 failure=0 timeout=0 ignored=0 rom=0 real=0 total=10 |
bandit |
❌ fail | 7 issues(s), we should look it over. |
pip-audit |
skipped | not run in the offline sandbox |
size |
✅ pass | a very reasonable 0.1MB / cap 250MB |
rom |
✅ pass | no illegal games here |
net |
1 top-level network module imports, these are probably ok, but check them out. | |
ruff |
captured | 30 lint findings |
Findings
bandit
- /work/extracted/worlds/am2r/Client.py:372 [B310/MEDIUM] Audit url open for permitted schemes. Allowing use of file:/ or custom schemes is often unexpected.
- /work/extracted/worlds/am2r/init.py:38 [B310/MEDIUM] Audit url open for permitted schemes. Allowing use of file:/ or custom schemes is often unexpected.
- /work/extracted/worlds/am2r/init.py:41 [B310/MEDIUM] Audit url open for permitted schemes. Allowing use of file:/ or custom schemes is often unexpected.
- /work/extracted/worlds/am2r/init.py:57 [B323/MEDIUM] By default, Python will create a secure, verified ssl context for use in such classes as HTTPSConnection. However, it still allows using an insecure context via the _create_unverified_context that reverts to the previous behavior that does not validate certificates or perform hostname checks.
- /work/extracted/worlds/am2r/init.py:190 [B310/MEDIUM] Audit url open for permitted schemes. Allowing use of file:/ or custom schemes is often unexpected.
- /work/extracted/worlds/am2r/init.py:193 [B310/MEDIUM] Audit url open for permitted schemes. Allowing use of file:/ or custom schemes is often unexpected.
- /work/extracted/worlds/am2r/init.py:209 [B323/MEDIUM] By default, Python will create a secure, verified ssl context for use in such classes as HTTPSConnection. However, it still allows using an insecure context via the _create_unverified_context that reverts to the previous behavior that does not validate certificates or perform hostname checks.
net
- worlds/am2r/init.py: top-level
import urllib.requestat line 17
ruff
- /work/extracted/worlds/am2r/Client.py:9 F401
worlds.terrariaimported but unused - /work/extracted/worlds/am2r/Client.py:29 E711 Comparison to
Noneshould becond is not None - /work/extracted/worlds/am2r/Client.py:193 F541 f-string without any placeholders
- /work/extracted/worlds/am2r/Client.py:195 F541 f-string without any placeholders
- /work/extracted/worlds/am2r/Client.py:371 E401 Multiple imports on one line
- /work/extracted/worlds/am2r/Client.py:498 E722 Do not use bare
except - /work/extracted/worlds/am2r/Client.py:716 F841 Local variable
eis assigned to but never used - /work/extracted/worlds/am2r/Client.py:725 E712 Avoid equality comparisons to
True; usedata_decoded["Deathlinked"]:for truth checks - /work/extracted/worlds/am2r/Client.py:754 F541 f-string without any placeholders
- /work/extracted/worlds/am2r/Client.py:775 F541 f-string without any placeholders
- /work/extracted/worlds/am2r/Client.py:784 F541 f-string without any placeholders
- /work/extracted/worlds/am2r/Client.py:785 F541 f-string without any placeholders
- /work/extracted/worlds/am2r/Client.py:802 F541 f-string without any placeholders
- /work/extracted/worlds/am2r/Client.py:832 F541 f-string without any placeholders
- /work/extracted/worlds/am2r/Client.py:992 E722 Do not use bare
except - …and 10 more
crosscode — ✅ pass
| Check | Status | Notes |
|---|---|---|
fuzzer |
✅ pass | success=4 failure=0 timeout=0 ignored=6 rom=0 real=0 total=10 |
bandit |
❌ fail | 1 issues(s), we should look it over. |
pip-audit |
skipped | not run in the offline sandbox |
size |
✅ pass | a very reasonable 1.8MB / cap 250MB |
rom |
✅ pass | no illegal games here |
net |
✅ pass | Only network I see is the one I'm responding on. |
ruff |
captured | 2477 lint findings |
Findings
bandit
- /work/extracted/worlds/crosscode/codegen/gen.py:43 [B701/HIGH] By default, jinja2 sets autoescape to False. Consider using autoescape=True or use the select_autoescape function to mitigate XSS vulnerabilities.
ruff
- /work/extracted/worlds/crosscode/init.py:11 F401
.world.CrossCodeWorldimported but unused; consider removing, adding to__all__, or using a redundant alias - /work/extracted/worlds/crosscode/init.py:12 F841 Local variable
eis assigned to but never used - /work/extracted/worlds/crosscode/codegen/gen.py:16 F401
..types.items.ProgressiveItemChainimported but unused - /work/extracted/worlds/crosscode/codegen/gen.py:16 F401
..types.items.ProgressiveItemChainSingleimported but unused - /work/extracted/worlds/crosscode/codegen/gen.py:16 F401
..types.items.ProgressiveItemSubchainimported but unused - /work/extracted/worlds/crosscode/codegen/gen.py:19 F811 Redefinition of unused
RegionsDatafrom line 15:RegionsDataredefined here - /work/extracted/worlds/crosscode/codegen/gen.py:317 E713 Test for membership should be
not in - /work/extracted/worlds/crosscode/codegen/lists.py:262 E711 Comparison to
Noneshould becond is not None - /work/extracted/worlds/crosscode/codegen/lists.py:362 F541 f-string without any placeholders
- /work/extracted/worlds/crosscode/codegen/lists.py:530 E711 Comparison to
Noneshould becond is not None - /work/extracted/worlds/crosscode/codegen/markers.py:117 E703 Statement ends with an unnecessary semicolon
- /work/extracted/worlds/crosscode/codegen/markers.py:118 E703 Statement ends with an unnecessary semicolon
- /work/extracted/worlds/crosscode/codegen/markers.py:137 E703 Statement ends with an unnecessary semicolon
- /work/extracted/worlds/crosscode/codegen/parse.py:5 F401
stringimported but unused - /work/extracted/worlds/crosscode/codegen/parse.py:16 F403
from ..types.condition import *used; unable to detect undefined names - …and 10 more
factorio_saws — ⚠️ warn
| Check | Status | Notes |
|---|---|---|
fuzzer |
success=4 failure=1 timeout=0 ignored=5 rom=0 real=1 total=10 | |
bandit |
❌ fail | 2 issues(s), we should look it over. |
pip-audit |
skipped | not run in the offline sandbox |
size |
✅ pass | a very reasonable 1.2MB / cap 250MB |
rom |
✅ pass | no illegal games here |
net |
✅ pass | Only network I see is the one I'm responding on. |
ruff |
captured | 13 lint findings |
Findings
bandit
- /work/extracted/worlds/factorio_saws/Client.py:651 [B103/MEDIUM] Chmod setting a permissive mask 0o755 on file (configure_sh).
- /work/extracted/worlds/factorio_saws/Mod.py:105 [B701/HIGH] By default, jinja2 sets autoescape to False. Consider using autoescape=True or use the select_autoescape function to mitigate XSS vulnerabilities.
ruff
- /work/extracted/worlds/factorio_saws/Client.py:19 F401
CommonClient.server_loopimported but unused - /work/extracted/worlds/factorio_saws/Mod.py:6 F401
shutilimported but unused - /work/extracted/worlds/factorio_saws/Mod.py:17 F401
.Technologies.useless_technologiesimported but unused - /work/extracted/worlds/factorio_saws/Options.py:12 E731 Do not assign a
lambdaexpression, use adef - /work/extracted/worlds/factorio_saws/Options.py:517 E721 Use
isandis notfor type comparisons, orisinstance()for isinstance checks - /work/extracted/worlds/factorio_saws/Technologies.py:25 E721 Use
isandis notfor type comparisons, orisinstance()for isinstance checks - /work/extracted/worlds/factorio_saws/Technologies.py:289 E713 Test for membership should be
not in - /work/extracted/worlds/factorio_saws/Technologies.py:351 F811 Redefinition of unused
recipesfrom line 338:recipesredefined here - /work/extracted/worlds/factorio_saws/init.py:19 F401
.Technologies.recipe_sourcesimported but unused; consider removing, adding to__all__, or using a redundant alias - /work/extracted/worlds/factorio_saws/init.py:21 F401
.Technologies.common_tech_tableimported but unused; consider removing, adding to__all__, or using a redundant alias - /work/extracted/worlds/factorio_saws/init.py:23 F401
.Technologies.stacking_itemsimported but unused; consider removing, adding to__all__, or using a redundant alias - /work/extracted/worlds/factorio_saws/init.py:23 F401
.Technologies.progressive_rowsimported but unused; consider removing, adding to__all__, or using a redundant alias - /work/extracted/worlds/factorio_saws/settings.py:1 F401
typingimported but unused
hk — ⚠️ warn
| Check | Status | Notes |
|---|---|---|
fuzzer |
success=5 failure=0 timeout=1 ignored=4 rom=0 real=0 total=10 | |
bandit |
✅ pass | Bandit didn't make out with anything worth mentioning. |
pip-audit |
skipped | not run in the offline sandbox |
size |
✅ pass | a very reasonable 4.6MB / cap 250MB |
rom |
✅ pass | no illegal games here |
net |
✅ pass | Only network I see is the one I'm responding on. |
ruff |
captured | no lint findings |
huniepop — ⚠️ warn
| Check | Status | Notes |
|---|---|---|
fuzzer |
success=9 failure=1 timeout=0 ignored=0 rom=0 real=1 total=10 | |
bandit |
✅ pass | Bandit didn't make out with anything worth mentioning. |
pip-audit |
skipped | not run in the offline sandbox |
size |
✅ pass | a very reasonable 0.2MB / cap 250MB |
rom |
✅ pass | no illegal games here |
net |
✅ pass | Only network I see is the one I'm responding on. |
ruff |
captured | 34 lint findings |
Findings
ruff
- /work/extracted/worlds/huniepop/CustomOption.py:82 E741 Ambiguous variable name:
l - /work/extracted/worlds/huniepop/CustomOption.py:88 E741 Ambiguous variable name:
l - /work/extracted/worlds/huniepop/CustomOption.py:94 E741 Ambiguous variable name:
l - /work/extracted/worlds/huniepop/CustomOption.py:100 E741 Ambiguous variable name:
l - /work/extracted/worlds/huniepop/CustomOption.py:114 E741 Ambiguous variable name:
l - /work/extracted/worlds/huniepop/CustomOption.py:120 E741 Ambiguous variable name:
l - /work/extracted/worlds/huniepop/CustomOption.py:125 E741 Ambiguous variable name:
l - /work/extracted/worlds/huniepop/CustomOption.py:130 E741 Ambiguous variable name:
l - /work/extracted/worlds/huniepop/CustomOption.py:137 E741 Ambiguous variable name:
l - /work/extracted/worlds/huniepop/CustomOption.py:174 E741 Ambiguous variable name:
l - /work/extracted/worlds/huniepop/CustomOption.py:180 E741 Ambiguous variable name:
l - /work/extracted/worlds/huniepop/CustomOption.py:186 E741 Ambiguous variable name:
l - /work/extracted/worlds/huniepop/CustomOption.py:192 E741 Ambiguous variable name:
l - /work/extracted/worlds/huniepop/CustomOption.py:197 E741 Ambiguous variable name:
l - /work/extracted/worlds/huniepop/CustomOption.py:202 E741 Ambiguous variable name:
l - …and 10 more
mlss — ✅ pass
| Check | Status | Notes |
|---|---|---|
fuzzer |
✅ pass | success=10 failure=0 timeout=0 ignored=0 rom=0 real=0 total=10 |
bandit |
✅ pass | Bandit didn't make out with anything worth mentioning. |
pip-audit |
skipped | not run in the offline sandbox |
size |
✅ pass | a very reasonable 0.4MB / cap 250MB |
rom |
✅ pass | no illegal games here |
net |
✅ pass | Only network I see is the one I'm responding on. |
ruff |
captured | 2 lint findings |
Findings
ruff
- /work/extracted/worlds/mlss/init.py:9 F401
.Locations.location_tableimported but unused; consider removing, adding to__all__, or using a redundant alias - /work/extracted/worlds/mlss/init.py:13 F401
.Client.MLSSClientimported but unused; consider removing, adding to__all__, or using a redundant alias
mmx3 — ✅ pass
| Check | Status | Notes |
|---|---|---|
fuzzer |
✅ pass | success=10 failure=0 timeout=0 ignored=0 rom=0 real=0 total=10 |
bandit |
❌ fail | 3 issues(s), we should look it over. |
pip-audit |
skipped | not run in the offline sandbox |
size |
✅ pass | a very reasonable 0.3MB / cap 250MB |
rom |
✅ pass | no illegal games here |
net |
✅ pass | Only network I see is the one I'm responding on. |
ruff |
captured | 50 lint findings |
Findings
bandit
- /work/extracted/worlds/mmx3/Rom.py:465 [B324/HIGH] Use of weak MD5 hash for security. Consider usedforsecurity=False
- /work/extracted/worlds/mmx3/Rom.py:469 [B324/HIGH] Use of weak MD5 hash for security. Consider usedforsecurity=False
- /work/extracted/worlds/mmx3/init.py:49 [B324/HIGH] Use of weak MD5 hash for security. Consider usedforsecurity=False
ruff
- /work/extracted/worlds/mmx3/Client.py:2 F401
asyncioimported but unused - /work/extracted/worlds/mmx3/Client.py:239 F541 f-string without any placeholders
- /work/extracted/worlds/mmx3/Client.py:256 F541 f-string without any placeholders
- /work/extracted/worlds/mmx3/Client.py:261 F541 f-string without any placeholders
- /work/extracted/worlds/mmx3/Client.py:387 F541 f-string without any placeholders
- /work/extracted/worlds/mmx3/Client.py:393 F541 f-string without any placeholders
- /work/extracted/worlds/mmx3/Client.py:442 F841 Local variable
sending_gameis assigned to but never used - /work/extracted/worlds/mmx3/Client.py:628 F541 f-string without any placeholders
- /work/extracted/worlds/mmx3/Client.py:1142 F541 f-string without any placeholders
- /work/extracted/worlds/mmx3/Client.py:1145 F541 f-string without any placeholders
- /work/extracted/worlds/mmx3/Client.py:1150 E722 Do not use bare
except - /work/extracted/worlds/mmx3/Client.py:1151 F541 f-string without any placeholders
- /work/extracted/worlds/mmx3/Client.py:1154 F541 f-string without any placeholders
- /work/extracted/worlds/mmx3/Client.py:1159 F541 f-string without any placeholders
- /work/extracted/worlds/mmx3/Client.py:1169 F541 f-string without any placeholders
- …and 10 more
nine_sols — ✅ pass
| Check | Status | Notes |
|---|---|---|
fuzzer |
✅ pass | success=3 failure=0 timeout=0 ignored=7 rom=0 real=0 total=10 |
bandit |
✅ pass | Bandit didn't make out with anything worth mentioning. |
pip-audit |
skipped | not run in the offline sandbox |
size |
✅ pass | a very reasonable 3.4MB / cap 250MB |
rom |
✅ pass | no illegal games here |
net |
✅ pass | Only network I see is the one I'm responding on. |
ruff |
captured | 29 lint findings |
Findings
ruff
- /work/extracted/worlds/nine_sols/init.py:1 F401
typing.Anyimported but unused - /work/extracted/worlds/nine_sols/init.py:11 F403
from .options import *used; unable to detect undefined names - /work/extracted/worlds/nine_sols/init.py:28 F405
ShuffleSolSealsmay be undefined, or defined from star imports - /work/extracted/worlds/nine_sols/init.py:29 F405
SealsForEigongmay be undefined, or defined from star imports - /work/extracted/worlds/nine_sols/init.py:30 F405
SealsForPrisonmay be undefined, or defined from star imports - /work/extracted/worlds/nine_sols/init.py:31 F405
SealsForEtherealmay be undefined, or defined from star imports - /work/extracted/worlds/nine_sols/init.py:34 F405
PreventWeakenedPrisonStatemay be undefined, or defined from star imports - /work/extracted/worlds/nine_sols/init.py:35 F405
SkipSoulscapePlatformingmay be undefined, or defined from star imports - /work/extracted/worlds/nine_sols/init.py:36 F405
PreventAnnoyingRunbacksmay be undefined, or defined from star imports - /work/extracted/worlds/nine_sols/init.py:37 F405
LogicDifficultymay be undefined, or defined from star imports - /work/extracted/worlds/nine_sols/init.py:40 F405
FirstRootNodemay be undefined, or defined from star imports - /work/extracted/worlds/nine_sols/init.py:41 F405
ShuffleSomeRootNodesmay be undefined, or defined from star imports - /work/extracted/worlds/nine_sols/init.py:44 F405
ShuffleGrapplemay be undefined, or defined from star imports - /work/extracted/worlds/nine_sols/init.py:45 F405
ShuffleWallClimbmay be undefined, or defined from star imports - /work/extracted/worlds/nine_sols/init.py:46 F405
ShuffleLedgeGrabmay be undefined, or defined from star imports - …and 10 more
oot — ⚠️ warn
| Check | Status | Notes |
|---|---|---|
fuzzer |
success=9 failure=1 timeout=0 ignored=0 rom=0 real=1 total=10 | |
bandit |
❌ fail | 4 issues(s), we should look it over. |
pip-audit |
skipped | not run in the offline sandbox |
size |
✅ pass | a very reasonable 8.3MB / cap 250MB |
rom |
✅ pass | no illegal games here |
net |
✅ pass | Only network I see is the one I'm responding on. |
ruff |
captured | 377 lint findings |
Findings
bandit
- /work/extracted/worlds/oot/RuleParser.py:257 [B307/MEDIUM] Use of possibly insecure function - consider using safer ast.literal_eval.
- /work/extracted/worlds/oot/RuleParser.py:269 [B307/MEDIUM] Use of possibly insecure function - consider using safer ast.literal_eval.
- /work/extracted/worlds/oot/RuleParser.py:279 [B307/MEDIUM] Use of possibly insecure function - consider using safer ast.literal_eval.
- /work/extracted/worlds/oot/RuleParser.py:410 [B307/MEDIUM] Use of possibly insecure function - consider using safer ast.literal_eval.
ruff
- /work/extracted/worlds/oot/ASM/build.py:156 E731 Do not assign a
lambdaexpression, use adef - /work/extracted/worlds/oot/ASM/rom_diff.py:3 F401
jsonimported but unused - /work/extracted/worlds/oot/Adjuster.py:15 F401
.Options.DpadDungeonMenuimported but unused - /work/extracted/worlds/oot/Adjuster.py:15 F401
.Options.SpeedupMusicForLastTriforcePieceimported but unused - /work/extracted/worlds/oot/Adjuster.py:15 F401
.Options.SlowdownMusicWhenLowhpimported but unused - /work/extracted/worlds/oot/Adjuster.py:16 F401
.Options.UninvertYAxisInFirstPersonCameraimported but unused - /work/extracted/worlds/oot/Adjuster.py:16 F401
.Options.InputViewerimported but unused - /work/extracted/worlds/oot/Adjuster.py:16 F401
.Options.DisableBattleMusicimported but unused - /work/extracted/worlds/oot/Adjuster.py:16 F401
.Options.CreditsMusicimported but unused - /work/extracted/worlds/oot/Adjuster.py:119 F401
tkinter.Tkimported but unused - /work/extracted/worlds/oot/Audiobank.py:2 F401
io.FileIOimported but unused - /work/extracted/worlds/oot/Audiobank.py:5 F401
.Rom.Romimported but unused - /work/extracted/worlds/oot/Audiobank.py:129 E721 Use
isandis notfor type comparisons, orisinstance()for isinstance checks - /work/extracted/worlds/oot/Audiobank.py:138 E721 Use
isandis notfor type comparisons, orisinstance()for isinstance checks - /work/extracted/worlds/oot/Audiobank.py:142 E721 Use
isandis notfor type comparisons, orisinstance()for isinstance checks - …and 10 more
papermario — ❌ fail
| Check | Status | Notes |
|---|---|---|
fuzzer |
❌ fail | success=1 failure=9 timeout=0 ignored=0 rom=0 real=9 total=10 |
bandit |
❌ fail | 4 issues(s), we should look it over. |
pip-audit |
skipped | not run in the offline sandbox |
size |
✅ pass | a very reasonable 2.5MB / cap 250MB |
rom |
✅ pass | no illegal games here |
net |
✅ pass | Only network I see is the one I'm responding on. |
ruff |
captured | 122 lint findings |
Findings
bandit
- /work/extracted/worlds/papermario/RuleParser.py:260 [B307/MEDIUM] Use of possibly insecure function - consider using safer ast.literal_eval.
- /work/extracted/worlds/papermario/RuleParser.py:271 [B307/MEDIUM] Use of possibly insecure function - consider using safer ast.literal_eval.
- /work/extracted/worlds/papermario/RuleParser.py:280 [B307/MEDIUM] Use of possibly insecure function - consider using safer ast.literal_eval.
- /work/extracted/worlds/papermario/RuleParser.py:406 [B307/MEDIUM] Use of possibly insecure function - consider using safer ast.literal_eval.
ruff
- /work/extracted/worlds/papermario/Entrance.py:40 E711 Comparison to
Noneshould becond is None - /work/extracted/worlds/papermario/ItemPool.py:4 F401
collections.namedtupleimported but unused - /work/extracted/worlds/papermario/ItemPool.py:5 F401
itertools.chainimported but unused - /work/extracted/worlds/papermario/ItemPool.py:7 F401
.data.chapter_logic.areas_by_chapterimported but unused - /work/extracted/worlds/papermario/ItemPool.py:11 F403
from .options import *used; unable to detect undefined names - /work/extracted/worlds/papermario/ItemPool.py:59 F405
SpiritRequirementsmay be undefined, or defined from star imports - /work/extracted/worlds/papermario/ItemPool.py:66 F405
SeedGoalmay be undefined, or defined from star imports - /work/extracted/worlds/papermario/ItemPool.py:120 F405
SpiritRequirementsmay be undefined, or defined from star imports - /work/extracted/worlds/papermario/ItemPool.py:139 F405
ShuffleKootFavorsmay be undefined, or defined from star imports - /work/extracted/worlds/papermario/ItemPool.py:141 F405
ShuffleKootFavorsmay be undefined, or defined from star imports - /work/extracted/worlds/papermario/ItemPool.py:148 F405
ShuffleKootFavorsmay be undefined, or defined from star imports - /work/extracted/worlds/papermario/ItemPool.py:155 F405
ShuffleLettersmay be undefined, or defined from star imports - /work/extracted/worlds/papermario/ItemPool.py:156 F405
ShuffleLettersmay be undefined, or defined from star imports - /work/extracted/worlds/papermario/ItemPool.py:158 F405
ShuffleLettersmay be undefined, or defined from star imports - /work/extracted/worlds/papermario/ItemPool.py:161 F405
ShuffleLettersmay be undefined, or defined from star imports - …and 10 more
poe — ✅ pass
| Check | Status | Notes |
|---|---|---|
fuzzer |
✅ pass | success=10 failure=0 timeout=0 ignored=0 rom=0 real=0 total=10 |
bandit |
❌ fail | 1 issues(s), we should look it over. |
pip-audit |
skipped | not run in the offline sandbox |
size |
✅ pass | a very reasonable 5.4MB / cap 250MB |
rom |
✅ pass | no illegal games here |
net |
1 top-level network module imports, these are probably ok, but check them out. | |
ruff |
captured | 95 lint findings |
Findings
bandit
- /work/extracted/worlds/poe/data/scrape_act_areas.py:13 [B310/MEDIUM] Audit url open for permitted schemes. Allowing use of file:/ or custom schemes is often unexpected.
net
- worlds/poe/data/scrape_act_areas.py: top-level
import urllib.requestat line 6
ruff
- /work/extracted/worlds/poe/Items.py:1 F401
randomimported but unused - /work/extracted/worlds/poe/Items.py:6 F401
worlds.poe.PathOfExileWorldimported but unused - /work/extracted/worlds/poe/Items.py:7 F401
worlds.poe.Options.PathOfExileOptionsimported but unused - /work/extracted/worlds/poe/Items.py:13 F401
worlds.poe.Locationsimported but unused - /work/extracted/worlds/poe/Items.py:14 F401
worlds.poe.Itemsimported but unused - /work/extracted/worlds/poe/Items.py:105 E701 Multiple statements on one line (colon)
- /work/extracted/worlds/poe/Items.py:113 E701 Multiple statements on one line (colon)
- /work/extracted/worlds/poe/Items.py:124 E701 Multiple statements on one line (colon)
- /work/extracted/worlds/poe/Items.py:132 E701 Multiple statements on one line (colon)
- /work/extracted/worlds/poe/Items.py:143 E701 Multiple statements on one line (colon)
- /work/extracted/worlds/poe/Items.py:151 E701 Multiple statements on one line (colon)
- /work/extracted/worlds/poe/Items.py:164 E701 Multiple statements on one line (colon)
- /work/extracted/worlds/poe/Items.py:172 E701 Multiple statements on one line (colon)
- /work/extracted/worlds/poe/Items.py:180 E701 Multiple statements on one line (colon)
- /work/extracted/worlds/poe/Locations.py:1 F401
jsonimported but unused - …and 10 more
pokemon_crystal — ✅ pass
| Check | Status | Notes |
|---|---|---|
fuzzer |
✅ pass | success=10 failure=0 timeout=0 ignored=0 rom=0 real=0 total=10 |
bandit |
✅ pass | Bandit didn't make out with anything worth mentioning. |
pip-audit |
skipped | not run in the offline sandbox |
size |
✅ pass | a very reasonable 2.3MB / cap 250MB |
rom |
✅ pass | no illegal games here |
net |
✅ pass | Only network I see is the one I'm responding on. |
ruff |
captured | 167 lint findings |
Findings
ruff
- /work/extracted/worlds/pokemon_crystal/init.py:1 F401
.client.PokemonCrystalClientimported but unused; consider removing, adding to__all__, or using a redundant alias - /work/extracted/worlds/pokemon_crystal/init.py:2 F401
.world.PokemonCrystalWebWorldimported but unused; consider removing, adding to__all__, or using a redundant alias - /work/extracted/worlds/pokemon_crystal/init.py:2 F401
.world.PokemonCrystalWorldimported but unused; consider removing, adding to__all__, or using a redundant alias - /work/extracted/worlds/pokemon_crystal/init.py:2 F401
.world.PokemonCrystalSettingsimported but unused; consider removing, adding to__all__, or using a redundant alias - /work/extracted/worlds/pokemon_crystal/breeding.py:12 E701 Multiple statements on one line (colon)
- /work/extracted/worlds/pokemon_crystal/breeding.py:17 E701 Multiple statements on one line (colon)
- /work/extracted/worlds/pokemon_crystal/breeding.py:29 E701 Multiple statements on one line (colon)
- /work/extracted/worlds/pokemon_crystal/breeding.py:57 E701 Multiple statements on one line (colon)
- /work/extracted/worlds/pokemon_crystal/breeding.py:62 E701 Multiple statements on one line (colon)
- /work/extracted/worlds/pokemon_crystal/breeding.py:71 E701 Multiple statements on one line (colon)
- /work/extracted/worlds/pokemon_crystal/breeding.py:72 E701 Multiple statements on one line (colon)
- /work/extracted/worlds/pokemon_crystal/breeding.py:75 E701 Multiple statements on one line (colon)
- /work/extracted/worlds/pokemon_crystal/breeding.py:87 E701 Multiple statements on one line (colon)
- /work/extracted/worlds/pokemon_crystal/client.py:406 E701 Multiple statements on one line (colon)
- /work/extracted/worlds/pokemon_crystal/client.py:974 E701 Multiple statements on one line (colon)
- …and 10 more
rabi_ribi — ⚠️ warn
| Check | Status | Notes |
|---|---|---|
fuzzer |
success=0 failure=0 timeout=0 ignored=10 rom=0 real=0 total=10 | |
bandit |
❌ fail | 4 issues(s), we should look it over. |
pip-audit |
skipped | not run in the offline sandbox |
size |
✅ pass | a very reasonable 0.9MB / cap 250MB |
rom |
✅ pass | no illegal games here |
net |
✅ pass | Only network I see is the one I'm responding on. |
ruff |
captured | 613 lint findings |
Findings
bandit
- /work/extracted/worlds/rabi_ribi/existing_randomizer/utility.py:157 [B307/MEDIUM] Use of possibly insecure function - consider using safer ast.literal_eval.
- /work/extracted/worlds/rabi_ribi/existing_randomizer/utility.py:163 [B307/MEDIUM] Use of possibly insecure function - consider using safer ast.literal_eval.
- /work/extracted/worlds/rabi_ribi/existing_randomizer/utility.py:450 [B324/HIGH] Use of weak MD5 hash for security. Consider usedforsecurity=False
- /work/extracted/worlds/rabi_ribi/existing_randomizer/utility.py:454 [B324/HIGH] Use of weak MD5 hash for security. Consider usedforsecurity=False
ruff
- /work/extracted/worlds/rabi_ribi/client/client.py:2 F401
astimported but unused - /work/extracted/worlds/rabi_ribi/client/client.py:108 E722 Do not use bare
except - /work/extracted/worlds/rabi_ribi/client/client.py:676 E722 Do not use bare
except - /work/extracted/worlds/rabi_ribi/data.py:171 E741 Ambiguous variable name:
l - /work/extracted/worlds/rabi_ribi/entrance_shuffle.py:56 E701 Multiple statements on one line (colon)
- /work/extracted/worlds/rabi_ribi/entrance_shuffle.py:64 E701 Multiple statements on one line (colon)
- /work/extracted/worlds/rabi_ribi/entrance_shuffle.py:126 E711 Comparison to
Noneshould becond is not None - /work/extracted/worlds/rabi_ribi/entrance_shuffle.py:138 E711 Comparison to
Noneshould becond is None - /work/extracted/worlds/rabi_ribi/entrance_shuffle.py:138 E701 Multiple statements on one line (colon)
- /work/extracted/worlds/rabi_ribi/existing_randomizer/allocation.py:1 E401 Multiple imports on one line
- /work/extracted/worlds/rabi_ribi/existing_randomizer/allocation.py:74 E701 Multiple statements on one line (colon)
- /work/extracted/worlds/rabi_ribi/existing_randomizer/allocation.py:104 E711 Comparison to
Noneshould becond is not None - /work/extracted/worlds/rabi_ribi/existing_randomizer/allocation.py:113 E701 Multiple statements on one line (colon)
- /work/extracted/worlds/rabi_ribi/existing_randomizer/allocation.py:122 E711 Comparison to
Noneshould becond is None - /work/extracted/worlds/rabi_ribi/existing_randomizer/allocation.py:122 E701 Multiple statements on one line (colon)
- …and 10 more
rotn — ✅ pass
| Check | Status | Notes |
|---|---|---|
fuzzer |
✅ pass | success=10 failure=0 timeout=0 ignored=0 rom=0 real=0 total=10 |
bandit |
✅ pass | Bandit didn't make out with anything worth mentioning. |
pip-audit |
skipped | not run in the offline sandbox |
size |
✅ pass | a very reasonable 0.1MB / cap 250MB |
rom |
✅ pass | no illegal games here |
net |
✅ pass | Only network I see is the one I'm responding on. |
ruff |
captured | 7 lint findings |
Findings
ruff
- /work/extracted/worlds/rotn/RiftCollections.py:330 E711 Comparison to
Noneshould becond is not None - /work/extracted/worlds/rotn/RiftCollections.py:334 E711 Comparison to
Noneshould becond is not None - /work/extracted/worlds/rotn/RiftCollections.py:338 E711 Comparison to
Noneshould becond is not None - /work/extracted/worlds/rotn/RiftCollections.py:342 E711 Comparison to
Noneshould becond is not None - /work/extracted/worlds/rotn/datagen.py:8 F401
.items.SongDataimported but unused - /work/extracted/worlds/rotn/items.py:1 F401
typing.Listimported but unused - /work/extracted/worlds/rotn/test/test_filtering.py:2 F401
typing.Listimported but unused
srb2 — ❌ fail
| Check | Status | Notes |
|---|---|---|
fuzzer |
❌ fail | success=1 failure=9 timeout=0 ignored=0 rom=0 real=9 total=10 |
bandit |
✅ pass | Bandit didn't make out with anything worth mentioning. |
pip-audit |
skipped | not run in the offline sandbox |
size |
✅ pass | a very reasonable 0.7MB / cap 250MB |
rom |
✅ pass | no illegal games here |
net |
✅ pass | Only network I see is the one I'm responding on. |
ruff |
captured | 74 lint findings |
Findings
ruff
- /work/extracted/worlds/srb2/Client.py:3 F401
collectionsimported but unused - /work/extracted/worlds/srb2/Client.py:8 F401
coloramaimported but unused - /work/extracted/worlds/srb2/Client.py:11 F401
functoolsimported but unused - /work/extracted/worlds/srb2/Client.py:12 F401
warningsimported but unused - /work/extracted/worlds/srb2/Client.py:18 E402 Module level import not at top of file
- /work/extracted/worlds/srb2/Client.py:19 E402 Module level import not at top of file
- /work/extracted/worlds/srb2/Client.py:19 F401
websocketsimported but unused - /work/extracted/worlds/srb2/Client.py:20 E402 Module level import not at top of file
- /work/extracted/worlds/srb2/Client.py:21 E402 Module level import not at top of file
- /work/extracted/worlds/srb2/Client.py:21 F401
structimported but unused - /work/extracted/worlds/srb2/Client.py:22 E402 Module level import not at top of file
- /work/extracted/worlds/srb2/Client.py:23 E402 Module level import not at top of file
- /work/extracted/worlds/srb2/Client.py:25 E402 Module level import not at top of file
- /work/extracted/worlds/srb2/Client.py:37 E402 Module level import not at top of file
- /work/extracted/worlds/srb2/Client.py:37 F401
MultiServer.CommandProcessorimported but unused - …and 10 more
tloz_ph — ⚠️ warn
| Check | Status | Notes |
|---|---|---|
fuzzer |
success=5 failure=5 timeout=0 ignored=0 rom=0 real=5 total=10 | |
bandit |
✅ pass | Bandit didn't make out with anything worth mentioning. |
pip-audit |
skipped | not run in the offline sandbox |
size |
✅ pass | a very reasonable 3.4MB / cap 250MB |
rom |
✅ pass | no illegal games here |
net |
✅ pass | Only network I see is the one I'm responding on. |
ruff |
captured | 1435 lint findings |
Findings
ruff
- /work/extracted/worlds/tloz_ph/Client.py:1 F401
dataclassesimported but unused - /work/extracted/worlds/tloz_ph/Client.py:5 F403
from .DSZeldaClient.DSZeldaClient import *used; unable to detect undefined names - /work/extracted/worlds/tloz_ph/Client.py:11 F401
typing.Iterableimported but unused - /work/extracted/worlds/tloz_ph/Client.py:14 F405
TYPE_CHECKINGmay be undefined, or defined from star imports - /work/extracted/worlds/tloz_ph/Client.py:57 F541 f-string without any placeholders
- /work/extracted/worlds/tloz_ph/Client.py:76 F541 f-string without any placeholders
- /work/extracted/worlds/tloz_ph/Client.py:111 F405
PHAddrmay be undefined, or defined from star imports - /work/extracted/worlds/tloz_ph/Client.py:111 F405
PHAddrmay be undefined, or defined from star imports - /work/extracted/worlds/tloz_ph/Client.py:112 F405
PHAddrmay be undefined, or defined from star imports - /work/extracted/worlds/tloz_ph/Client.py:112 F405
PHAddrmay be undefined, or defined from star imports - /work/extracted/worlds/tloz_ph/Client.py:113 F405
PHAddrmay be undefined, or defined from star imports - /work/extracted/worlds/tloz_ph/Client.py:113 F405
PHAddrmay be undefined, or defined from star imports - /work/extracted/worlds/tloz_ph/Client.py:114 F405
PHAddrmay be undefined, or defined from star imports - /work/extracted/worlds/tloz_ph/Client.py:114 F405
PHAddrmay be undefined, or defined from star imports - /work/extracted/worlds/tloz_ph/Client.py:114 F405
PHAddrmay be undefined, or defined from star imports - …and 10 more
ultrakill — ⚠️ warn
| Check | Status | Notes |
|---|---|---|
fuzzer |
success=0 failure=4 timeout=0 ignored=6 rom=0 real=4 total=10 | |
bandit |
✅ pass | Bandit didn't make out with anything worth mentioning. |
pip-audit |
skipped | not run in the offline sandbox |
size |
✅ pass | a very reasonable 0.5MB / cap 250MB |
rom |
✅ pass | no illegal games here |
net |
✅ pass | Only network I see is the one I'm responding on. |
ruff |
captured | 68 lint findings |
Findings
ruff
- /work/extracted/worlds/ultrakill/Options.py:1 E401 Multiple imports on one line
- /work/extracted/worlds/ultrakill/Options.py:3 F401
Options.Visibilityimported but unused - /work/extracted/worlds/ultrakill/init.py:1 F401
jsonimported but unused - /work/extracted/worlds/ultrakill/init.py:87 E711 Comparison to
Noneshould becond is not None - /work/extracted/worlds/ultrakill/init.py:380 E711 Comparison to
Noneshould becond is None - /work/extracted/worlds/ultrakill/init.py:439 E711 Comparison to
Noneshould becond is not None - /work/extracted/worlds/ultrakill/init.py:440 E713 Test for membership should be
not in - /work/extracted/worlds/ultrakill/init.py:506 E713 Test for membership should be
not in - /work/extracted/worlds/ultrakill/init.py:572 E711 Comparison to
Noneshould becond is None - /work/extracted/worlds/ultrakill/test/test_levels.py:1288 F811 Redefinition of unused
TestS7G2from line 1278:TestS7G2redefined here - /work/extracted/worlds/ultrakill/test/test_levels.py:2198 F811 Redefinition of unused
TestS12G8from line 2188:TestS12G8redefined here - /work/extracted/worlds/ultrakill/test/test_levels.py:2618 F811 Redefinition of unused
TestS14G8from line 2608:TestS14G8redefined here - /work/extracted/worlds/ultrakill/test/test_levels.py:3038 F811 Redefinition of unused
TestS17G8from line 3028:TestS17G8redefined here - /work/extracted/worlds/ultrakill/test/test_levels.py:3348 F811 Redefinition of unused
TestS17G100from line 3338:TestS17G100redefined here - /work/extracted/worlds/ultrakill/test/test_options.py:64 E741 Ambiguous variable name:
l - …and 10 more
wl4 — ✅ pass
| Check | Status | Notes |
|---|---|---|
fuzzer |
✅ pass | success=5 failure=0 timeout=0 ignored=5 rom=0 real=0 total=10 |
bandit |
✅ pass | Bandit didn't make out with anything worth mentioning. |
pip-audit |
skipped | not run in the offline sandbox |
size |
✅ pass | a very reasonable 0.2MB / cap 250MB |
rom |
✅ pass | no illegal games here |
net |
✅ pass | Only network I see is the one I'm responding on. |
ruff |
captured | no lint findings |
Loading