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.
Upstream (GitHub) caused delay on this scan — not Repobility.
  • Clone from GitHub took 36.72s for a 46.1 MB repo slow.
  • Repobility's analysis ran in 16.99s after the clone landed.

chopratejas/headroom

https://github.com/chopratejas/headroom · scanned 2026-06-02 20:56 UTC (2 days, 12 hours ago) · 10 languages

1201 findings (321 legacy + 880 scanner) 11/13 scanners ran 95th percentile · Python · large (100-500K LoC) Scanner says 46 (higher by 42)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 days, 12 hours ago · v2 · 761 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 100.0 0.20 20.00
documentation_score 100.0 0.15 15.00
practices_score 96.0 0.15 14.40
code_quality 45.0 0.10 4.50
Overall 1.00 87.9
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 `clear_cache` without auth dependency — headroom/proxy/server.py:2433
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 headroom/proxy/server.py:2433.
headroom/proxy/server.py:2433
#2
FastAPI POST `ccr_retrieve` without auth dependency — headroom/proxy/server.py:2442
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 headroom/proxy/server.py:2442.
headroom/proxy/server.py:2442
#3
FastAPI POST `telemetry_import` without auth dependency — headroom/proxy/server.py:2626
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 headroom/proxy/server.py:2626.
headroom/proxy/server.py:2626
#4
FastAPI POST `ccr_handle_tool_call` without auth dependency — headroom/proxy/server.py:2806
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 headroom/proxy/server.py:2806.
headroom/proxy/server.py:2806
#5
FastAPI POST `compress_messages` without auth dependency — headroom/proxy/server.py:2910
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 headroom/proxy/server.py:2910.
headroom/proxy/server.py:2910
#6
FastAPI POST `anthropic_messages` without auth dependency — headroom/providers/proxy_routes.py:318
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 headroom/providers/proxy_routes.py:318.
headroom/providers/proxy_routes.py:318
#7
FastAPI POST `anthropic_count_tokens` without auth dependency — headroom/providers/proxy_routes.py:322
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 headroom/providers/proxy_routes.py:322.
headroom/providers/proxy_routes.py:322
#8
FastAPI POST `anthropic_batch_create` without auth dependency — headroom/providers/proxy_routes.py:331
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 headroom/providers/proxy_routes.py:331.
headroom/providers/proxy_routes.py:331
#9
FastAPI POST `anthropic_batch_cancel` without auth dependency — headroom/providers/proxy_routes.py:347
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 headroom/providers/proxy_routes.py:347.
headroom/providers/proxy_routes.py:347
#10
FastAPI POST `openai_chat` without auth dependency — headroom/providers/proxy_routes.py:351
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 headroom/providers/proxy_routes.py:351.
headroom/providers/proxy_routes.py:351

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/04f454c6-373b-476d-b668-bef91275fe42/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/04f454c6-373b-476d-b668-bef91275fe42/

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.