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.
25 of your 67 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 28.09s · analysis 6.64s · 42.7 MB · GitHub API rate-limit (preflight)

armin-reichert/pacman-javafx

https://github.com/armin-reichert/pacman-javafx · scanned 2026-06-05 22:55 UTC (4 days, 5 hours ago) · 10 languages

122 raw signals (64 security + 58 graph) 11/13 scanners ran 13th percentile · Java · medium (20-100K LoC) System graph score 88 (lower by 27)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 5 hours ago · v2 · 15 actionable findings from 2 signal sources. 77 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 40.0 0.15 6.00
security_score 100.0 0.25 25.00
testing_score 15.0 0.20 3.00
documentation_score 64.0 0.15 9.60
practices_score 67.0 0.15 10.05
code_quality 80.0 0.10 8.00
Overall 1.00 61.6
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade C+ (62/100). Dimensions: security 100, maintainability 40. 64 findings (24 security). 56,560 lines analyzed.

Showing 8 of 15 actionable findings. 92 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.

high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `gradle/wrapper/gradle-wrapper.jar` committed in source repo: `gradle/wrapper/gradle-wrapper.jar` is a .jar binary (43,705 bytes) committed to a repo that otherwise has 623 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
gradle/wrapper/gradle-wrapper.jar:1
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 10 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `gradle/wrapper-validation-action` pinned to mutable ref `@v2`: `uses: gradle/wrapper-validation-action@v2` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. …
3 files, 10 locations
.github/workflows/build-installer-allgames.yml:47, 117 (4 hits)
.github/workflows/build-installer-arcade-pacman.yml:47, 117 (4 hits)
.github/workflows/build.yml:32 (2 hits)
CI/CD securitySupply chainGitHub Actions
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 36 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout@v4` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lo…
3 files, 36 locations
.github/workflows/build-installer-allgames.yml:31, 39, 63, 71, 79, 96, 102, 108 (16 hits)
.github/workflows/build-installer-arcade-pacman.yml:31, 39, 63, 71, 79, 96, 102, 108 (16 hits)
.github/workflows/build.yml:23, 26 (4 hits)
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/build-installer-allgames.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/build-installer-arcade-pacman.yml CI/CD securitySupply chainGithub actions
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). Either auth lives in custom code, in a separate service, or is missing.
auth
low Security checks quality Quality conf 0.60 30 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
12 files, 19 locations
pacman-app-arcade-pacmanxxl/src/main/java/de/amr/pacmanfx/arcade/pacman_xxl/pacman/PacManXXL_PacMan_UIConfig.java:52, 167, 194 (3 hits)
pacman-app-tengen-mspacman/src/main/java/de/amr/pacmanfx/tengenmspacman/model/TengenMsPacMan_GameModel.java:183, 253, 333 (3 hits)
pacman-app-arcade-pacmanxxl/src/main/java/de/amr/pacmanfx/arcade/pacman_xxl/ms_pacman/PacManXXL_MsPacMan_UIConfig.java:204, 210 (2 hits)
pacman-app-arcade-pacmanxxl/src/main/java/de/amr/pacmanfx/arcade/pacman_xxl/pacman/PacManXXL_PacMan_GameSceneConfig.java:22, 32 (2 hits)
pacman-app-tengen-mspacman/src/main/java/de/amr/pacmanfx/tengenmspacman/rendering/TengenMsPacMan_SpriteSheet.java:211, 212 (2 hits)
objparser/src/main/java/de/amr/objparser/ObjMtlFileParser.java:60
pacman-app-arcade-pacman/src/main/java/de/amr/pacmanfx/arcade/pacman/ArcadePacMan_GameSceneConfig.java:31
pacman-app-arcade-pacman/src/main/java/de/amr/pacmanfx/arcade/pacman/model/ArcadePacMan_LevelCounter.java:9
duplicationquality
low System graph quality Maintenance conf 1.00 101 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
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/68d15f06-9050-4af9-955c-8982eddee963/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/68d15f06-9050-4af9-955c-8982eddee963/

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.