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.

alexreed122287/options-platform

https://github.com/alexreed122287/options-platform · scanned 2026-06-17 01:31 UTC (1 month, 2 weeks ago)

15 raw signals (0 security + 15 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ +1.4 (diff) · 15 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 78.1/100 with 77.8% coverage. It contains 212 nodes across 23 cross-layer flows, written primarily in mixed languages. Engine surfaced 15 findings — concentrated in security (11), quality (3), cicd (1). Risk profile is high: 0 critical, 9 high, 3 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 14 of 15 actionable findings. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high System graph security auth conf 1.00 FastAPI DELETE `watchlist_remove` without auth dependency — api/routes_market.py:114
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routes_market.py:114 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `journal_notes` without auth dependency — api/routes_trading.py:312
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routes_trading.py:312 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `alerts_mark_seen` without auth dependency — api/routes_trading.py:378
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routes_trading.py:378 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `journal_close` without auth dependency — api/routes_trading.py:320
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routes_trading.py:320 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `journal_sync` without auth dependency — api/routes_trading.py:340
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routes_trading.py:340 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `order_preview` without auth dependency — api/routes_trading.py:103
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routes_trading.py:103 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `order_submit` without auth dependency — api/routes_trading.py:162
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routes_trading.py:162 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `update_settings` without auth dependency — api/routes_settings.py:134
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routes_settings.py:134 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `watchlist_add` without auth dependency — api/routes_market.py:102
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routes_market.py:102 securityAuth fastapi unauth mutation
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/pages.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/index.html:706
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/index.html:706 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in web/index.html:377
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
web/index.html:377 Local storage auth token
low System graph quality Tests conf 1.00 Low test-to-source ratio
3 tests / 13 src (ratio 0.23).
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
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/c742eca8-bb25-44af-90c8-1a7ea405b400/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/c742eca8-bb25-44af-90c8-1a7ea405b400/

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.