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

Scan timing: clone 4.12s · analysis 3.63s · 2.8 MB · GitHub API rate-limit (preflight)

P3pp3rF1y/SophisticatedStorage

https://github.com/P3pp3rF1y/SophisticatedStorage · scanned 2026-06-06 00:07 UTC (4 days, 2 hours ago) · 10 languages

29 raw signals (17 security + 12 graph) 0th percentile · Java · medium (20-100K LoC) System graph score 93 (lower by 34)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 2 hours ago · v2 · 11 actionable findings from 2 signal sources. 12 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 65.0 0.15 9.75
security_score 100.0 0.25 25.00
testing_score 15.0 0.20 3.00
documentation_score 20.0 0.15 3.00
practices_score 75.0 0.15 11.25
code_quality 72.3 0.10 7.23
Overall 1.00 59.2
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade C (59/100). Dimensions: security 100, maintainability 65. 17 findings (2 security). 28,594 lines analyzed.

Showing 7 of 11 actionable findings. 23 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 Binary file `gradle/wrapper/gradle-wrapper.jar` committed in source repo
`gradle/wrapper/gradle-wrapper.jar` is a .jar binary (43,453 bytes) committed to a repo that otherwise has 223 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.
gradle/wrapper/gradle-wrapper.jar:1
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 2 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `P3pp3rF1y/MultiWorkspace/.github/workflows/mod-build-template.yml` pinned to mutable ref `@1.21.x` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
lines 10
.github/workflows/gradle.yml:10 (2 hits)
CI/CD securitySupply chainGitHub Actions
medium Security checks quality Documentation No README file found
Create a README.md with: project name and description, installation instructions, usage examples, configuration options, and contribution guidelines.
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/gradle.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 12 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.
10 files, 12 locations
src/main/java/net/p3pp3rf1y/sophisticatedstorage/block/StorageLinkBlockEntity.java:23, 83 (2 hits)
src/main/java/net/p3pp3rf1y/sophisticatedstorage/client/render/ShulkerBoxDynamicModel.java:43, 47 (2 hits)
src/main/java/net/p3pp3rf1y/sophisticatedstorage/block/ShulkerBoxBlock.java:287
src/main/java/net/p3pp3rf1y/sophisticatedstorage/block/StorageConnectorBlockEntity.java:20
src/main/java/net/p3pp3rf1y/sophisticatedstorage/client/render/ChestDynamicModel.java:54
src/main/java/net/p3pp3rf1y/sophisticatedstorage/compat/recipeviewers/common/TierUpgradeRecipesMaker.java:73
src/main/java/net/p3pp3rf1y/sophisticatedstorage/compat/sb/SBCompat.java:16
src/main/java/net/p3pp3rf1y/sophisticatedstorage/crafting/StorageTierUpgradeShapelessRecipe.java:19
duplicationquality
low System graph quality Complexity conf 1.00 Very large file: src/test/java/net/p3pp3rf1y/sophisticatedstorage/upgrades/compression/CompressionInventoryPartTest.java (1049 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/72057a1b-764f-4d1e-b8cf-87c29226cede/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/72057a1b-764f-4d1e-b8cf-87c29226cede/

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.