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

Scan timing: clone 2.29s · analysis 77.24s · 1.4 MB · GitHub API rate-limit (preflight)

Genesis1231/Eva01

https://github.com/Genesis1231/Eva01 · scanned 2026-06-05 13:23 UTC (5 days, 7 hours ago) · 10 languages

228 raw signals (118 security + 110 graph) 24th percentile · Python · small (2-20K LoC) System graph score 89 (lower by 32)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 7 hours ago · v2 · 121 actionable findings from 2 signal sources. 52 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 75.0 0.15 11.25
security_score 69.3 0.25 17.32
testing_score 0.0 0.20 0.00
documentation_score 82.0 0.15 12.30
practices_score 59.0 0.15 8.85
code_quality 78.0 0.10 7.80
Overall 1.00 57.5
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

Top 10 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
GitHub Actions workflow grants broad write permissions
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/pages.yml
#3
Very low test-to-source ratio
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity
#4
Network/subprocess call without timeout or try/except — eva/tools/_shared/video_analyzer.py:47
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Add a `timeout=N` argument and wrap in `try/except` in eva/tools/_shared/video_analyzer.py:47 to prevent hung calls.
#5
Frontend route `/canvas` has no Link/navigate to it — frontend/src/App.jsx
GapSeverity.MEDIUM Layer.QUALITY score 0.214
Why: medium severity · crashes are likely without this
Fix: Wrap the `fetch(...)` in `try { ... } catch` in frontend/src/App.jsx, OR pass `{ signal: AbortSignal.timeout(N) }` so the call cancels deterministically.
#6
Stray `console.log` in TS/JS — frontend/src/services/WebSocketService.js:33
GapSeverity.LOW Layer.FRONTEND score 0.170
Why: low severity · fix is short / mechanical
Fix: Delete or guard the `console.log` in frontend/src/services/WebSocketService.js:33.
#7
Possibly dead Python function: callback
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in config/record_void.py:78; if framework-registered, add a docstring.
config/record_void.py:78
#8
Possibly dead Python function: validate_language
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in config/language.py:19; if framework-registered, add a docstring.
config/language.py:19
#9
Possibly dead Python function: update_prompt
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in eva/utils/prompt/__init__.py:24; if framework-registered, add a docstring.
eva/utils/prompt/__init__.py:24
#10
Possibly dead Python function: provider_id
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in eva/database/embeddings.py:184; if framework-registered, add a docstring.
eva/database/embeddings.py:184

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/b414004c-c064-48b5-baa2-3aa625880003/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/b414004c-c064-48b5-baa2-3aa625880003/

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.