Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

Pumpkin-MC/Pumpkin

https://github.com/Pumpkin-MC/Pumpkin · scanned 2026-07-23 19:34 UTC (1 month, 2 weeks ago)

45 raw signals (0 security + 45 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v7 · 43 actionable findings from 1 signal source. 2 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Repository scanned at 89.6/100 with 70.0% coverage. It contains 2843 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 45 findings — concentrated in quality (34), cicd (5), dependencies (4). Risk profile is low: 0 critical, 0 high, 12 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 43 of 43 actionable findings. 45 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph cicd CI/CD security conf 1.00 3 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v7 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
3 files, 3 locations
.github/workflows/docker.yml:44
.github/workflows/rust.yml:144
.github/workflows/typos.yml:20
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/docker.yml CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/rust.yml CI/CD securitySupply chainGithub actions
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 127 placeholder/mock markers across 60 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
9 test file(s) for 1680 source file(s) (ratio 0.01). Consider adding integration or unit tests for critical paths.
Coverage
medium System graph dependencies dependencies conf 0.90 Vulnerable dependency atomic-polyfill 1.0.3: RUSTSEC-2023-0089
OSV.dev reports `atomic-polyfill` at version `1.0.3` (resolved in `Cargo.lock`) is affected by RUSTSEC-2023-0089. Note: `atomic-polyfill` is a transitive dependency — pulled in by another package, not declared directly in a manifest. atomic-polyfill is unmaintained Advisory: https://osv.dev/vulne…
Cargo.lock ScaOsvRustsec 2023 0089
medium System graph dependencies dependencies conf 1.00 Vulnerable dependency proc-macro-error2 2.0.1: RUSTSEC-2026-0173
OSV.dev reports `proc-macro-error2` at version `2.0.1` (resolved in `Cargo.lock`) is affected by RUSTSEC-2026-0173. proc-macro-error2 is unmaintained Advisory: https://osv.dev/vulnerability/RUSTSEC-2026-0173 Fix: upgrade `proc-macro-error2` past the affected range per the advisory.
Cargo.toml ScaOsvRustsec 2026 0173
medium System graph dependencies dependencies conf 1.00 Vulnerable dependency rsa 0.10.0-rc.18: RUSTSEC-2023-0071
OSV.dev reports `rsa` at version `0.10.0-rc.18` (resolved in `Cargo.lock`) is affected by RUSTSEC-2023-0071 (aka CVE-2023-49092). Marvin Attack: potential key recovery through timing sidechannels Aliases: CVE-2023-49092, GHSA-4grx-2x9w-596c, GHSA-c38w-74pg-36hr Advisory: https://osv.dev/vulnerabi…
Cargo.toml ScaOsvRustsec 2023 0071
medium System graph dependencies dependencies conf 1.00 Vulnerable dependency wasmtime-wasi 45.0.2: RUSTSEC-2026-0188
OSV.dev reports `wasmtime-wasi` at version `45.0.2` (resolved in `pumpkin-protocol/fuzz/Cargo.lock`) is affected by RUSTSEC-2026-0188 (aka CVE-2026-58494). WASI hard links and renames bypass wasmtime-wasi's FilePerms for destination Aliases: CVE-2026-58494, GHSA-4ch3-9j33-3pmj Advisory: https://o…
pumpkin-protocol/fuzz/Cargo.lock ScaOsvRustsec 2026 0188
low System graph quality Maintenance conf 1.00 469 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: alpine:3.24
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Dockerfile:18 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: rust:1-alpine3.23
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Dockerfile:1 containersPinned dependencies
low System graph quality Complexity conf 1.00 Very large file: pumpkin-codegen/src/block.rs (1558 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pumpkin-codegen/src/configured_feature.rs (1709 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pumpkin-codegen/src/item.rs (1683 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pumpkin-codegen/src/noise_router.rs (1491 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pumpkin-data/src/generated/bedrock_creative.rs (10121 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pumpkin-data/src/generated/chest_loot.rs (5554 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pumpkin-data/src/generated/configured_features_generated.rs (4966 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pumpkin-data/src/generated/entity_type.rs (11326 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pumpkin-data/src/generated/item_id_remap.rs (1797 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pumpkin-data/src/generated/noise_router.rs (9400 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pumpkin-data/src/generated/packet.rs (3474 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pumpkin-data/src/generated/placed_features_generated.rs (7741 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pumpkin-data/src/generated/recipes.rs (21209 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pumpkin-data/src/generated/sound.rs (9308 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pumpkin-data/src/generated/sound_id_remap.rs (1178 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pumpkin-data/src/generated/tracked_data.rs (3987 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pumpkin-data/src/generated/villager.rs (4679 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pumpkin-inventory/src/screen_handler.rs (1384 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pumpkin-world/src/chunk_system/schedule.rs (1435 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pumpkin-world/src/generation/noise/aquifer_sampler.rs (2610 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pumpkin-world/src/generation/proto_chunk.rs (1500 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pumpkin/src/entity/living.rs (2957 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pumpkin/src/entity/mod.rs (3669 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pumpkin/src/entity/player.rs (5269 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pumpkin/src/net/bedrock/mod.rs (1416 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pumpkin/src/net/bedrock/play.rs (2211 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pumpkin/src/net/java/play.rs (2922 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pumpkin/src/plugin/loader/wasm/wasm_host/wit/v0_1/generated_packets.rs (2708 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pumpkin/src/plugin/loader/wasm/wasm_host/wit/v0_1/player.rs (2163 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: pumpkin/src/world/mod.rs (5458 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/37eeff43-6dda-4abd-9a98-2222b06e55ca/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/37eeff43-6dda-4abd-9a98-2222b06e55ca/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.