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

Scan timing: clone 3.03s · analysis 29.95s · 5.0 MB · GitHub preflight 437ms

xbrxr03/clawos

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

787 raw signals (303 security + 484 graph) 48th percentile · Python · medium (20-100K LoC) System graph score 76 (lower by 14)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 19 hours ago · v2 · 383 actionable findings from 2 signal sources. 162 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 60.0 0.15 9.00
security_score 21.1 0.25 5.28
testing_score 78.0 0.20 15.60
documentation_score 93.7 0.15 14.05
practices_score 86.0 0.15 12.90
code_quality 49.0 0.10 4.90
Overall 1.00 61.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 `api_submit_task` without auth dependency — archive/legacy/dashboard-backend/service.py:185
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 archive/legacy/dashboard-backend/service.py:185.
archive/legacy/dashboard-backend/service.py:185
#2
FastAPI POST `api_approve` without auth dependency — archive/legacy/dashboard-backend/service.py:242
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 archive/legacy/dashboard-backend/service.py:242.
archive/legacy/dashboard-backend/service.py:242
#3
FastAPI POST `api_deny` without auth dependency — archive/legacy/dashboard-backend/service.py:247
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 archive/legacy/dashboard-backend/service.py:247.
archive/legacy/dashboard-backend/service.py:247
#4
FastAPI POST `api_pull_model` without auth dependency — archive/legacy/dashboard-backend/service.py:282
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 archive/legacy/dashboard-backend/service.py:282.
archive/legacy/dashboard-backend/service.py:282
#5
FastAPI DELETE `api_delete_model` without auth dependency — archive/legacy/dashboard-backend/service.py:289
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 archive/legacy/dashboard-backend/service.py:289.
archive/legacy/dashboard-backend/service.py:289
#6
FastAPI POST `api_delegate` without auth dependency — archive/legacy/dashboard-backend/service.py:568
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 archive/legacy/dashboard-backend/service.py:568.
archive/legacy/dashboard-backend/service.py:568
#7
FastAPI POST `api_agent_reset` without auth dependency — archive/legacy/dashboard-backend/service.py:612
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 archive/legacy/dashboard-backend/service.py:612.
archive/legacy/dashboard-backend/service.py:612
#8
FastAPI POST `api_nexus_chat` without auth dependency — archive/legacy/dashboard-backend/service.py:624
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 archive/legacy/dashboard-backend/service.py:624.
archive/legacy/dashboard-backend/service.py:624
#9
FastAPI POST `api_workflow_run` without auth dependency — archive/legacy/dashboard-backend/service.py:662
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 archive/legacy/dashboard-backend/service.py:662.
archive/legacy/dashboard-backend/service.py:662
#10
FastAPI POST `omi_transcript` without auth dependency — services/dashd/api.py:2407
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 services/dashd/api.py:2407.
services/dashd/api.py:2407

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/c909edc4-e5b0-4649-b779-d5b64f392b1d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/c909edc4-e5b0-4649-b779-d5b64f392b1d/

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.