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

BigBodyCobain/Shadowbroker

https://github.com/BigBodyCobain/Shadowbroker.git · scanned 2026-05-18 19:19 UTC (2 weeks, 3 days ago) · 10 languages

972 findings (182 legacy + 790 scanner) 8/10 scanners ran 82nd percentile · Python · large (100-500K LoC) Scanner says 60 (higher by 23)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 weeks, 3 days ago · v2 · 577 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 97.0 0.20 19.40
documentation_score 81.0 0.15 12.15
practices_score 87.0 0.15 13.05
code_quality 45.0 0.10 4.50
Overall 1.00 83.1
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 desktop-shell/tauri-skeleton/build.sh
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 desktop-shell/tauri-skeleton/build.sh:48; move to env var / secrets manager.
desktop-shell/tauri-skeleton/build.sh:48
#2
Possible secret in desktop-shell/tauri-skeleton/build.sh
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 desktop-shell/tauri-skeleton/build.sh:136; move to env var / secrets manager.
desktop-shell/tauri-skeleton/build.sh:136
#3
FastAPI POST `mesh_send` without auth dependency — backend/routers/mesh_public.py:597
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 backend/routers/mesh_public.py:597.
backend/routers/mesh_public.py:597
#4
FastAPI POST `mesh_vote` without auth dependency — backend/routers/mesh_public.py:1033
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 backend/routers/mesh_public.py:1033.
backend/routers/mesh_public.py:1033
#5
FastAPI POST `mesh_report` without auth dependency — backend/routers/mesh_public.py:1105
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 backend/routers/mesh_public.py:1105.
backend/routers/mesh_public.py:1105
#6
FastAPI POST `mesh_identity_rotate` without auth dependency — backend/routers/mesh_public.py:1209
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 backend/routers/mesh_public.py:1209.
backend/routers/mesh_public.py:1209
#7
FastAPI POST `mesh_identity_revoke` without auth dependency — backend/routers/mesh_public.py:1294
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 backend/routers/mesh_public.py:1294.
backend/routers/mesh_public.py:1294
#8
FastAPI POST `gate_create` without auth dependency — backend/routers/mesh_public.py:1359
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 backend/routers/mesh_public.py:1359.
backend/routers/mesh_public.py:1359
#9
FastAPI POST `gate_message` without auth dependency — backend/routers/mesh_public.py:1446
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 backend/routers/mesh_public.py:1446.
backend/routers/mesh_public.py:1446
#10
FastAPI POST `infonet_sync_post` without auth dependency — backend/routers/mesh_public.py:1521
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 backend/routers/mesh_public.py:1521.
backend/routers/mesh_public.py:1521

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/ace85012-9f8f-420e-9261-5db673c5b483/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/ace85012-9f8f-420e-9261-5db673c5b483/

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.