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

Scan timing: clone 6.0s · analysis 65.41s · 22.6 MB · GitHub API rate-limit (preflight)

Yanyutin753/LambChat

https://github.com/Yanyutin753/LambChat · scanned 2026-06-05 18:29 UTC (4 days, 19 hours ago) · 10 languages

988 raw signals (334 security + 654 graph) 11th percentile · Typescript · large (100-500K LoC)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 19 hours ago · v2 · 445 actionable findings from 2 signal sources. 191 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 85.0 0.15 12.75
security_score 0.0 0.25 0.00
testing_score 100.0 0.20 20.00
documentation_score 99.4 0.15 14.91
practices_score 84.0 0.15 12.60
code_quality 24.2 0.10 2.42
Overall 1.00 62.7
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 `forgot_password` without auth dependency — src/api/routes/auth/verification.py:29
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/api/routes/auth/verification.py:29.
src/api/routes/auth/verification.py:29
#2
FastAPI POST `reset_password` without auth dependency — src/api/routes/auth/verification.py:117
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/api/routes/auth/verification.py:117.
src/api/routes/auth/verification.py:117
#3
FastAPI POST `verify_email` without auth dependency — src/api/routes/auth/verification.py:163
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/api/routes/auth/verification.py:163.
src/api/routes/auth/verification.py:163
#4
FastAPI POST `resend_verification` without auth dependency — src/api/routes/auth/verification.py:216
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/api/routes/auth/verification.py:216.
src/api/routes/auth/verification.py:216
#5
FastAPI POST `refresh_token` without auth dependency — src/api/routes/auth/core.py:144
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/api/routes/auth/core.py:144.
src/api/routes/auth/core.py:144
#6
Insecure pattern 'eval_used' in src/infra/mcp/quota.py:161
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
src/infra/mcp/quota.py:161
#7
Insecure pattern 'eval_used' in src/infra/task/recovery.py:435
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
src/infra/task/recovery.py:435
#8
Insecure pattern 'eval_used' in src/infra/task/startup_cleanup.py:232
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
src/infra/task/startup_cleanup.py:232
#9
Insecure pattern 'eval_used' in src/infra/task/concurrency.py:213
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
src/infra/task/concurrency.py:213
#10
Insecure pattern 'eval_used' in src/infra/memory/distributed.py:94
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
src/infra/memory/distributed.py:94

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/c2f396b1-928e-4ab7-b32a-7f17e0dd1d37/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/c2f396b1-928e-4ab7-b32a-7f17e0dd1d37/

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.