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.

Scan timing: clone 13.24s · analysis 10.88s · 27.8 MB · GitHub API rate-limit (preflight)

ArcReel/ArcReel

https://github.com/ArcReel/ArcReel · scanned 2026-05-31 01:24 UTC (5 days, 12 hours ago) · 10 languages

1042 findings (253 legacy + 789 scanner) 11/13 scanners ran 97th percentile · Python · large (100-500K LoC) Scanner says 54 (higher by 38)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 12 hours ago · v2 · last Δ +0.1 (diff) · 663 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 85.0 0.15 12.75
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 94.0 0.15 14.10
code_quality 60.0 0.10 6.00
Overall 1.00 92.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
Possible secret in scripts/probe_smoke.py
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in scripts/probe_smoke.py:70; move to env var / secrets manager.
scripts/probe_smoke.py:70
#2
Possible secret in server/auth.py
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in server/auth.py:250; move to env var / secrets manager.
server/auth.py:250
#3
FastAPI POST `restore_version` without auth dependency — server/routers/versions.py:165
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 server/routers/versions.py:165.
server/routers/versions.py:165
#4
FastAPI POST `import_project_archive` without auth dependency — server/routers/projects.py:138
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 server/routers/projects.py:138.
server/routers/projects.py:138
#5
FastAPI POST `create_export_token` without auth dependency — server/routers/projects.py:208
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 server/routers/projects.py:208.
server/routers/projects.py:208
#6
FastAPI POST `create_project` without auth dependency — server/routers/projects.py:434
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 server/routers/projects.py:434.
server/routers/projects.py:434
#7
FastAPI PATCH `update_project` without auth dependency — server/routers/projects.py:603
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 server/routers/projects.py:603.
server/routers/projects.py:603
#8
FastAPI DELETE `delete_project` without auth dependency — server/routers/projects.py:737
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 server/routers/projects.py:737.
server/routers/projects.py:737
#9
FastAPI PATCH `update_scene` without auth dependency — server/routers/projects.py:777
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 server/routers/projects.py:777.
server/routers/projects.py:777
#10
FastAPI PATCH `update_segment` without auth dependency — server/routers/projects.py:855
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 server/routers/projects.py:855.
server/routers/projects.py:855

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/dd36d6e3-11f5-44b3-8d7f-dfaaeda3f411/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/dd36d6e3-11f5-44b3-8d7f-dfaaeda3f411/

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.