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

Scan timing: clone 1.48s · analysis 16.85s · 3.3 MB · GitHub API rate-limit (preflight)

miracodeai/mira

https://github.com/miracodeai/mira · scanned 2026-06-05 15:00 UTC (5 days, 3 hours ago) · 10 languages

502 raw signals (208 security + 294 graph) 62nd percentile · Python · medium (20-100K LoC) System graph score 53 (higher by 18)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 3 hours ago · v2 · 270 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 11.9 0.25 2.98
testing_score 100.0 0.20 20.00
documentation_score 100.0 0.15 15.00
practices_score 97.0 0.15 14.55
code_quality 39.0 0.10 3.90
Overall 1.00 71.4
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 PUT `set_theme` without auth dependency — src/mira/dashboard/auth.py:91
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/mira/dashboard/auth.py:91.
src/mira/dashboard/auth.py:91
#2
FastAPI POST `create_user` without auth dependency — src/mira/dashboard/auth.py:114
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/mira/dashboard/auth.py:114.
src/mira/dashboard/auth.py:114
#3
FastAPI DELETE `delete_user` without auth dependency — src/mira/dashboard/auth.py:125
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/mira/dashboard/auth.py:125.
src/mira/dashboard/auth.py:125
#4
FastAPI PUT `set_global_settings` without auth dependency — src/mira/dashboard/api.py:440
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/mira/dashboard/api.py:440.
src/mira/dashboard/api.py:440
#5
FastAPI PUT `set_models` without auth dependency — src/mira/dashboard/api.py:486
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/mira/dashboard/api.py:486.
src/mira/dashboard/api.py:486
#6
FastAPI POST `keep_uninstall_data` without auth dependency — src/mira/dashboard/api.py:555
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/mira/dashboard/api.py:555.
src/mira/dashboard/api.py:555
#7
FastAPI POST `delete_uninstall_data` without auth dependency — src/mira/dashboard/api.py:562
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/mira/dashboard/api.py:562.
src/mira/dashboard/api.py:562
#8
FastAPI POST `sync_repos` without auth dependency — src/mira/dashboard/api.py:570
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/mira/dashboard/api.py:570.
src/mira/dashboard/api.py:570
#9
FastAPI POST `complete_setup` without auth dependency — src/mira/dashboard/api.py:679
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/mira/dashboard/api.py:679.
src/mira/dashboard/api.py:679
#10
FastAPI POST `create_context` without auth dependency — src/mira/dashboard/api.py:1347
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/mira/dashboard/api.py:1347.
src/mira/dashboard/api.py:1347

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/ceef786b-85b1-4201-8535-6d88dc0ad55d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/ceef786b-85b1-4201-8535-6d88dc0ad55d/

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.