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

Snailclimb/JavaGuide

https://github.com/Snailclimb/JavaGuide · scanned 2026-06-05 04:42 UTC (5 hours, 18 minutes ago) · 10 languages

31 findings (13 legacy + 18 scanner) 11/13 scanners ran 69th percentile · Typescript · small (2-20K LoC) Scanner says 94 (lower by 19)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 hours, 18 minutes ago · v2 · 22 findings from 2 sources. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 60.0 0.15 9.00
security_score 100.0 0.25 25.00
testing_score 70.0 0.20 14.00
documentation_score 61.0 0.15 9.15
practices_score 70.0 0.15 10.50
code_quality 80.0 0.10 8.00
Overall 1.00 75.7
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

Top 9 actions, ranked by impact × ease. Severity drives impact; tag-based fix-clarity drives ease.

#1
No auth library detected
GapSeverity.MEDIUM Layer.SECURITY score 0.338
Why: medium severity
#2
Very low test-to-source ratio
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity
#3
`fetch()` without try/.catch or AbortSignal — sw.js:24
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Wrap the `fetch(...)` in `try { ... } catch` in sw.js:24, OR pass `{ signal: AbortSignal.timeout(N) }` so the call cancels deterministically.
#4
GitHub Action is tag-pinned rather than SHA-pinned
GapSeverity.LOW Layer.CICD score 0.100
Why: low severity
.github/workflows/test.yml:13
#5
GitHub Action is tag-pinned rather than SHA-pinned
GapSeverity.LOW Layer.CICD score 0.100
Why: low severity
.github/workflows/test.yml:19
#6
package.json defines install-time lifecycle scripts
GapSeverity.LOW Layer.CICD score 0.100
Why: low severity
package.json
#7
Commented-code block (5 lines) in sw.js:28
GapSeverity.INFO Layer.QUALITY score 0.034
Why: info severity · crashes are likely without this
Fix: If genuinely unused, remove the function; if framework-registered, add a docstring.
#8
No API endpoints detected
GapSeverity.INFO Layer.API score 0.025
Why: info severity
#9
No frontend routes/components detected
GapSeverity.INFO Layer.FRONTEND score 0.025
Why: info severity

Click "Find this gap" on any action above to jump to it on the Findings tab. Adjust the chip bar to filter by impact (severity), layer, or source.

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/54b016de-2795-48fe-a3d0-c2c867a4803d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/54b016de-2795-48fe-a3d0-c2c867a4803d/

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.