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

Scan timing: clone 28.68s · analysis 21.78s · 80.5 MB · GitHub API rate-limit (preflight)

marin-community/marin

https://github.com/marin-community/marin · scanned 2026-06-05 20:17 UTC (4 days, 14 hours ago) · 10 languages

1740 raw signals (312 security + 1428 graph) 11/13 scanners ran 94th percentile · Python · large (100-500K LoC) System graph score 52 (higher by 38)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 14 hours ago · v2 · 589 actionable findings from 2 signal sources. 433 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 100.0 0.25 25.00
testing_score 100.0 0.20 20.00
documentation_score 99.0 0.15 14.85
practices_score 78.0 0.15 11.70
code_quality 55.0 0.10 5.50
Overall 1.00 89.8
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 10 actions, ranked by impact × ease. Severity drives impact; tag-based fix-clarity drives ease.

#1
FastAPI POST `create_protect_rule` without auth dependency — scripts/ops/storage/dashboard/server.py:756
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 scripts/ops/storage/dashboard/server.py:756.
scripts/ops/storage/dashboard/server.py:756
#2
FastAPI DELETE `remove_protect_rule` without auth dependency — scripts/ops/storage/dashboard/server.py:778
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 scripts/ops/storage/dashboard/server.py:778.
scripts/ops/storage/dashboard/server.py:778
#3
FastAPI POST `create_delete_rule` without auth dependency — scripts/ops/storage/dashboard/server.py:998
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 scripts/ops/storage/dashboard/server.py:998.
scripts/ops/storage/dashboard/server.py:998
#4
FastAPI DELETE `remove_delete_rule` without auth dependency — scripts/ops/storage/dashboard/server.py:1018
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 scripts/ops/storage/dashboard/server.py:1018.
scripts/ops/storage/dashboard/server.py:1018
#5
FastAPI POST `estimate_delete_patterns` without auth dependency — scripts/ops/storage/dashboard/server.py:1029
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 scripts/ops/storage/dashboard/server.py:1029.
scripts/ops/storage/dashboard/server.py:1029
#6
FastAPI POST `trigger_sync` without auth dependency — scripts/ops/storage/dashboard/server.py:1366
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 scripts/ops/storage/dashboard/server.py:1366.
scripts/ops/storage/dashboard/server.py:1366
#7
FastAPI POST `create_chat_completion` without auth dependency — lib/levanter/src/levanter/inference/openai.py:759
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 lib/levanter/src/levanter/inference/openai.py:759.
lib/levanter/src/levanter/inference/openai.py:759
#8
FastAPI POST `create_completion` without auth dependency — lib/levanter/src/levanter/inference/openai.py:763
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 lib/levanter/src/levanter/inference/openai.py:763.
lib/levanter/src/levanter/inference/openai.py:763
#9
FastAPI POST `fetch_tokens` without auth dependency — lib/levanter/src/levanter/inference/openai.py:767
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 lib/levanter/src/levanter/inference/openai.py:767.
lib/levanter/src/levanter/inference/openai.py:767
#10
Insecure pattern 'eval_used' in experiments/plantcad/exp1729_plantcad_eval.py:454
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
experiments/plantcad/exp1729_plantcad_eval.py:454

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/3265d277-6008-4ed1-b5b4-1344b358efda/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/3265d277-6008-4ed1-b5b4-1344b358efda/

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.