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

Scan timing: clone 2.51s · analysis 14.63s · 1.6 MB · GitHub preflight 465ms

Logical-Byte/endfield-essence-recognizer

https://github.com/Logical-Byte/endfield-essence-recognizer · scanned 2026-06-05 13:12 UTC (5 days, 9 hours ago) · 10 languages

399 raw signals (135 security + 264 graph) 75th percentile · Python · small (2-20K LoC) System graph score 67 (higher by 11)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 9 hours ago · v2 · 206 actionable findings from 2 signal sources. 60 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 100.0 0.15 15.00
security_score 40.3 0.25 10.07
testing_score 90.0 0.20 18.00
documentation_score 92.0 0.15 13.80
practices_score 92.0 0.15 13.80
code_quality 76.4 0.10 7.64
Overall 1.00 78.3
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
FastAPI POST `cancel_update` without auth dependency — src/endfield_essence_recognizer/api/routes/update.py:179
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in src/endfield_essence_recognizer/api/routes/update.py:179.
src/endfield_essence_recognizer/api/routes/update.py:179
#2
FastAPI POST `switch_profile` without auth dependency — src/endfield_essence_recognizer/api/routes/profiles.py:74
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in src/endfield_essence_recognizer/api/routes/profiles.py:74.
src/endfield_essence_recognizer/api/routes/profiles.py:74
#3
FastAPI POST `rename_profile` without auth dependency — src/endfield_essence_recognizer/api/routes/profiles.py:93
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in src/endfield_essence_recognizer/api/routes/profiles.py:93.
src/endfield_essence_recognizer/api/routes/profiles.py:93
#4
FastAPI POST `delete_profile` without auth dependency — src/endfield_essence_recognizer/api/routes/profiles.py:111
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in src/endfield_essence_recognizer/api/routes/profiles.py:111.
src/endfield_essence_recognizer/api/routes/profiles.py:111
#5
FastAPI POST `update_treasure_matrix` without auth dependency — src/endfield_essence_recognizer/api/routes/profiles.py:141
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in src/endfield_essence_recognizer/api/routes/profiles.py:141.
src/endfield_essence_recognizer/api/routes/profiles.py:141
#6
FastAPI POST `add_treasure_matrix_entry` without auth dependency — src/endfield_essence_recognizer/api/routes/profiles.py:161
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in src/endfield_essence_recognizer/api/routes/profiles.py:161.
src/endfield_essence_recognizer/api/routes/profiles.py:161
#7
FastAPI POST `remove_treasure_matrix_entry` without auth dependency — src/endfield_essence_recognizer/api/routes/profiles.py:184
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in src/endfield_essence_recognizer/api/routes/profiles.py:184.
src/endfield_essence_recognizer/api/routes/profiles.py:184
#8
FastAPI POST `get_farming_recommendation` without auth dependency — src/endfield_essence_recognizer/api/routes/profiles.py:210
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in src/endfield_essence_recognizer/api/routes/profiles.py:210.
src/endfield_essence_recognizer/api/routes/profiles.py:210
#9
FastAPI POST `get_batch_farming_recommendations` without auth dependency — src/endfield_essence_recognizer/api/routes/profiles.py:245
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in src/endfield_essence_recognizer/api/routes/profiles.py:245.
src/endfield_essence_recognizer/api/routes/profiles.py:245
#10
FastAPI POST `update_weapon_overview_filters` without auth dependency — src/endfield_essence_recognizer/api/routes/profiles.py:314
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in src/endfield_essence_recognizer/api/routes/profiles.py:314.
src/endfield_essence_recognizer/api/routes/profiles.py:314

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/0491da20-f5eb-44df-a491-2ebc3b77fdd3/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/0491da20-f5eb-44df-a491-2ebc3b77fdd3/

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.