{"version": "2.1.0", "$schema": "https://json.schemastore.org/sarif-2.1.0.json", "runs": [{"tool": {"driver": {"name": "Repobility", "informationUri": "https://repobility.com", "rules": [{"id": "scanner-cf1abc26a1185f58", "name": "Possibly dead Python function: loop", "shortDescription": {"text": "Possibly dead Python function: loop"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ff2501d12324300d", "name": "Stray `console.log` in TS/JS \u2014 frontend/build.js:21", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 frontend/build.js:21"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6fff99bbb5022166", "name": "Insecure pattern 'eval_used' in dashboard.html:17", "shortDescription": {"text": "Insecure pattern 'eval_used' in dashboard.html:17"}, "fullDescription": {"text": "Found a known-risky pattern (eval_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-9121a7a91316da5e", "name": "Insecure pattern 'tls_verify_false' in main.py:600", "shortDescription": {"text": "Insecure pattern 'tls_verify_false' in main.py:600"}, "fullDescription": {"text": "Found a known-risky pattern (tls_verify_false). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-0528135d9dc0ee3c", "name": "Insecure pattern 'cors_wildcard' in main.py:77", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in main.py:77"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d469e9cef4598ad", "name": "Insecure pattern 'eval_used' in frontend/src/app.js:333", "shortDescription": {"text": "Insecure pattern 'eval_used' in frontend/src/app.js:333"}, "fullDescription": {"text": "Found a known-risky pattern (eval_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-bd77bdf5e25c4b8e", "name": "Very large file: mtf.py (1750 lines)", "shortDescription": {"text": "Very large file: mtf.py (1750 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a80784483474bd5a", "name": "Very large file: main.py (3563 lines)", "shortDescription": {"text": "Very large file: main.py (3563 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a9687547293db640", "name": "Very large file: frontend/src/app.js (10414 lines)", "shortDescription": {"text": "Very large file: frontend/src/app.js (10414 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-01f96f71d9907a8c", "name": "README lacks setup or run instructions", "shortDescription": {"text": "README lacks setup or run instructions"}, "fullDescription": {"text": "A README exists, but it does not contain common install/setup/run markers. This matches a frequent generated-code pattern: UI is present, operational handoff is thin."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 38 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, tests, operator-readme. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e2345e72e67278df", "name": "Commented-code block (5 lines) in mtf.py:55", "shortDescription": {"text": "Commented-code block (5 lines) in mtf.py:55"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-7a9e09694ce8348f", "name": "Legacy-named symbol `db_backup` in main.py:3514", "shortDescription": {"text": "Legacy-named symbol `db_backup` in main.py:3514"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8579c9d05435e199", "name": "Commented-code block (15 lines) in main.py:36", "shortDescription": {"text": "Commented-code block (15 lines) in main.py:36"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-bf1476e748719dd8", "name": "Network/subprocess call without timeout or try/except \u2014 main.py:3523", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 main.py:3523"}, "fullDescription": {"text": "`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d77d67b9a8da35ad", "name": "Blocking `time.sleep(...)` inside `async def _start_scraper_loop` \u2014 main.py:748", "shortDescription": {"text": "Blocking `time.sleep(...)` inside `async def _start_scraper_loop` \u2014 main.py:748"}, "fullDescription": {"text": "Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused \u2014 silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thread(...)`."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "high", "confidence": 1.0}}, {"id": "scanner-b7bb63027e6a83ad", "name": "Blocking `time.sleep(...)` inside `async def _start_scraper_loop` \u2014 main.py:759", "shortDescription": {"text": "Blocking `time.sleep(...)` inside `async def _start_scraper_loop` \u2014 main.py:759"}, "fullDescription": {"text": "Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused \u2014 silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thread(...)`."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "high", "confidence": 1.0}}, {"id": "scanner-0efce8f9181c1fe1", "name": "Blocking `time.sleep(...)` inside `async def _start_scraper_loop` \u2014 main.py:763", "shortDescription": {"text": "Blocking `time.sleep(...)` inside `async def _start_scraper_loop` \u2014 main.py:763"}, "fullDescription": {"text": "Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused \u2014 silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thread(...)`."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "high", "confidence": 1.0}}, {"id": "scanner-961c0f17df7492aa", "name": "Blocking `time.sleep(...)` inside `async def _start_tweet_loop` \u2014 main.py:1853", "shortDescription": {"text": "Blocking `time.sleep(...)` inside `async def _start_tweet_loop` \u2014 main.py:1853"}, "fullDescription": {"text": "Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused \u2014 silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thread(...)`."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "high", "confidence": 1.0}}, {"id": "scanner-6368e24b952d4db1", "name": "Blocking `time.sleep(...)` inside `async def _start_tweet_loop` \u2014 main.py:1859", "shortDescription": {"text": "Blocking `time.sleep(...)` inside `async def _start_tweet_loop` \u2014 main.py:1859"}, "fullDescription": {"text": "Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused \u2014 silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thread(...)`."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "high", "confidence": 1.0}}, {"id": "scanner-240c49bdd7387aad", "name": "Blocking `time.sleep(...)` inside `async def _start_recap_loop` \u2014 main.py:1979", "shortDescription": {"text": "Blocking `time.sleep(...)` inside `async def _start_recap_loop` \u2014 main.py:1979"}, "fullDescription": {"text": "Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused \u2014 silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thread(...)`."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "high", "confidence": 1.0}}, {"id": "scanner-c52f79f2fcc84eaf", "name": "Blocking `time.sleep(...)` inside `async def _start_recap_loop` \u2014 main.py:1983", "shortDescription": {"text": "Blocking `time.sleep(...)` inside `async def _start_recap_loop` \u2014 main.py:1983"}, "fullDescription": {"text": "Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused \u2014 silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thread(...)`."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "high", "confidence": 1.0}}, {"id": "scanner-eac78123a9871b92", "name": "Blocking `time.sleep(...)` inside `async def _start_briefing_loop` \u2014 main.py:2592", "shortDescription": {"text": "Blocking `time.sleep(...)` inside `async def _start_briefing_loop` \u2014 main.py:2592"}, "fullDescription": {"text": "Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused \u2014 silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thread(...)`."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "high", "confidence": 1.0}}, {"id": "scanner-5f2d0041baa1addd", "name": "Blocking `time.sleep(...)` inside `async def _start_briefing_loop` \u2014 main.py:2596", "shortDescription": {"text": "Blocking `time.sleep(...)` inside `async def _start_briefing_loop` \u2014 main.py:2596"}, "fullDescription": {"text": "Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused \u2014 silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thread(...)`."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "high", "confidence": 1.0}}, {"id": "scanner-2e1bdc9b1a4fc98e", "name": "Blocking `time.sleep(...)` inside `async def _start_backup_loop` \u2014 main.py:3553", "shortDescription": {"text": "Blocking `time.sleep(...)` inside `async def _start_backup_loop` \u2014 main.py:3553"}, "fullDescription": {"text": "Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused \u2014 silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thread(...)`."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "high", "confidence": 1.0}}, {"id": "scanner-19d34ced90dd2dd4", "name": "Blocking `time.sleep(...)` inside `async def _start_backup_loop` \u2014 main.py:3556", "shortDescription": {"text": "Blocking `time.sleep(...)` inside `async def _start_backup_loop` \u2014 main.py:3556"}, "fullDescription": {"text": "Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused \u2014 silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thread(...)`."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "high", "confidence": 1.0}}, {"id": "scanner-85f5b7bf1c6e5039", "name": "Commented-code block (6 lines) in deep_mtf_backtest.py:36", "shortDescription": {"text": "Commented-code block (6 lines) in deep_mtf_backtest.py:36"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e6801916fcb697c5", "name": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/src/app.js:769", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/src/app.js:769"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-02525d39071dd2c7", "name": "Near-duplicate function bodies in 5 places", "shortDescription": {"text": "Near-duplicate function bodies in 5 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nmain.py:loop, main.py:loop, main.py:loop, main.py:loop\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2c04133e54348533", "name": "Near-duplicate function bodies in 2 places", "shortDescription": {"text": "Near-duplicate function bodies in 2 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nmain.py:smt_divergence, main.py:smt\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8346c8366612a81e", "name": "FastAPI POST `save_accounts` without auth dependency \u2014 main.py:487", "shortDescription": {"text": "FastAPI POST `save_accounts` without auth dependency \u2014 main.py:487"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-1dab930fb1309f97", "name": "FastAPI POST `save_deal` without auth dependency \u2014 main.py:507", "shortDescription": {"text": "FastAPI POST `save_deal` without auth dependency \u2014 main.py:507"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-58134cb937dd2199", "name": "FastAPI DELETE `del_deal` without auth dependency \u2014 main.py:518", "shortDescription": {"text": "FastAPI DELETE `del_deal` without auth dependency \u2014 main.py:518"}, "fullDescription": {"text": "`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-7e99fac610cb0864", "name": "FastAPI POST `save_codes` without auth dependency \u2014 main.py:535", "shortDescription": {"text": "FastAPI POST `save_codes` without auth dependency \u2014 main.py:535"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-29a088b3cfab384a", "name": "FastAPI POST `scraper_scan_now` without auth dependency \u2014 main.py:727", "shortDescription": {"text": "FastAPI POST `scraper_scan_now` without auth dependency \u2014 main.py:727"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-ed74e659c60a84f3", "name": "FastAPI DELETE `scraper_dismiss` without auth dependency \u2014 main.py:735", "shortDescription": {"text": "FastAPI DELETE `scraper_dismiss` without auth dependency \u2014 main.py:735"}, "fullDescription": {"text": "`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-633f32bc33488b4d", "name": "FastAPI POST `setup_decision` without auth dependency \u2014 main.py:1373", "shortDescription": {"text": "FastAPI POST `setup_decision` without auth dependency \u2014 main.py:1373"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-56fd84be32dd1e71", "name": "FastAPI POST `manual_recap` without auth dependency \u2014 main.py:1965", "shortDescription": {"text": "FastAPI POST `manual_recap` without auth dependency \u2014 main.py:1965"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-d6ad8d58df0acd7a", "name": "FastAPI POST `postmortem` without auth dependency \u2014 main.py:2007", "shortDescription": {"text": "FastAPI POST `postmortem` without auth dependency \u2014 main.py:2007"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-51b8bd41cf9fa29c", "name": "FastAPI POST `chat` without auth dependency \u2014 main.py:2270", "shortDescription": {"text": "FastAPI POST `chat` without auth dependency \u2014 main.py:2270"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-acf51ba0bdedabf0", "name": "FastAPI POST `analyze` without auth dependency \u2014 main.py:2600", "shortDescription": {"text": "FastAPI POST `analyze` without auth dependency \u2014 main.py:2600"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-2b6d5ce74852ded3", "name": "FastAPI POST `indicator` without auth dependency \u2014 main.py:2674", "shortDescription": {"text": "FastAPI POST `indicator` without auth dependency \u2014 main.py:2674"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-1b053256cb01cc2e", "name": "FastAPI POST `save_journal` without auth dependency \u2014 main.py:2883", "shortDescription": {"text": "FastAPI POST `save_journal` without auth dependency \u2014 main.py:2883"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-26edbdc4bd863967", "name": "FastAPI POST `save_journal_quick` without auth dependency \u2014 main.py:2923", "shortDescription": {"text": "FastAPI POST `save_journal_quick` without auth dependency \u2014 main.py:2923"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-ebbe765a4990e14c", "name": "FastAPI DELETE `delete_journal` without auth dependency \u2014 main.py:3097", "shortDescription": {"text": "FastAPI DELETE `delete_journal` without auth dependency \u2014 main.py:3097"}, "fullDescription": {"text": "`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-cc3f5f0e1433c10e", "name": "FastAPI DELETE `clear_journal` without auth dependency \u2014 main.py:3110", "shortDescription": {"text": "FastAPI DELETE `clear_journal` without auth dependency \u2014 main.py:3110"}, "fullDescription": {"text": "`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-4ea0fa93941b84bb", "name": "FastAPI POST `manual_backup` without auth dependency \u2014 main.py:3538", "shortDescription": {"text": "FastAPI POST `manual_backup` without auth dependency \u2014 main.py:3538"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-618721b912bad1c2", "name": "Unused endpoint: POST /login", "shortDescription": {"text": "Unused endpoint: POST /login"}, "fullDescription": {"text": "`main.py` declares `POST /login` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-99fc36db98c134ce", "name": "Unused endpoint: POST /logout", "shortDescription": {"text": "Unused endpoint: POST /logout"}, "fullDescription": {"text": "`main.py` declares `POST /logout` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-e2631495c43f2a81", "name": "Unused endpoint: GET /prices", "shortDescription": {"text": "Unused endpoint: GET /prices"}, "fullDescription": {"text": "`main.py` declares `GET /prices` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c28d7b0c05be55f8", "name": "Unused endpoint: GET /candles", "shortDescription": {"text": "Unused endpoint: GET /candles"}, "fullDescription": {"text": "`main.py` declares `GET /candles` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f7fa7621d5da5a2c", "name": "Unused endpoint: GET /stress", "shortDescription": {"text": "Unused endpoint: GET /stress"}, "fullDescription": {"text": "`main.py` declares `GET /stress` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-21c7ff7b8ef22c44", "name": "Unused endpoint: GET /accounts", "shortDescription": {"text": "Unused endpoint: GET /accounts"}, "fullDescription": {"text": "`main.py` declares `GET /accounts` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c04406fe463e162f", "name": "Unused endpoint: POST /accounts", "shortDescription": {"text": "Unused endpoint: POST /accounts"}, "fullDescription": {"text": "`main.py` declares `POST /accounts` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d0f253034e0113c2", "name": "Unused endpoint: GET /deals", "shortDescription": {"text": "Unused endpoint: GET /deals"}, "fullDescription": {"text": "`main.py` declares `GET /deals` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7dd559e732df1227", "name": "Unused endpoint: POST /deals", "shortDescription": {"text": "Unused endpoint: POST /deals"}, "fullDescription": {"text": "`main.py` declares `POST /deals` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2d8acb9820c3d4b4", "name": "Unused endpoint: DELETE /deals/{did}", "shortDescription": {"text": "Unused endpoint: DELETE /deals/{did}"}, "fullDescription": {"text": "`main.py` declares `DELETE /deals/{did}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6adad37b3113113c", "name": "Unused endpoint: GET /codes", "shortDescription": {"text": "Unused endpoint: GET /codes"}, "fullDescription": {"text": "`main.py` declares `GET /codes` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ea811ed046b3867a", "name": "Unused endpoint: POST /codes", "shortDescription": {"text": "Unused endpoint: POST /codes"}, "fullDescription": {"text": "`main.py` declares `POST /codes` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d430d3d3556d75f9", "name": "Unused endpoint: GET /scraper/deals", "shortDescription": {"text": "Unused endpoint: GET /scraper/deals"}, "fullDescription": {"text": "`main.py` declares `GET /scraper/deals` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8796c5fff1eb52a3", "name": "Unused endpoint: POST /scraper/scan", "shortDescription": {"text": "Unused endpoint: POST /scraper/scan"}, "fullDescription": {"text": "`main.py` declares `POST /scraper/scan` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7752134fc32ab3a1", "name": "Unused endpoint: DELETE /scraper/deals/{did}", "shortDescription": {"text": "Unused endpoint: DELETE /scraper/deals/{did}"}, "fullDescription": {"text": "`main.py` declares `DELETE /scraper/deals/{did}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2bd68d61cc9afa6d", "name": "Unused endpoint: GET /levels", "shortDescription": {"text": "Unused endpoint: GET /levels"}, "fullDescription": {"text": "`main.py` declares `GET /levels` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6c45b14190c8385b", "name": "Unused endpoint: GET /signals", "shortDescription": {"text": "Unused endpoint: GET /signals"}, "fullDescription": {"text": "`main.py` declares `GET /signals` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6db10420df6db5b0", "name": "Unused endpoint: GET /telegram_test", "shortDescription": {"text": "Unused endpoint: GET /telegram_test"}, "fullDescription": {"text": "`main.py` declares `GET /telegram_test` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-35b54fd5afe2210d", "name": "Unused endpoint: GET /setups", "shortDescription": {"text": "Unused endpoint: GET /setups"}, "fullDescription": {"text": "`main.py` declares `GET /setups` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-e1a39c9f530b10a7", "name": "Unused endpoint: GET /mtf", "shortDescription": {"text": "Unused endpoint: GET /mtf"}, "fullDescription": {"text": "`main.py` declares `GET /mtf` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-94e5ab102916e334", "name": "Unused endpoint: POST /setups/decision", "shortDescription": {"text": "Unused endpoint: POST /setups/decision"}, "fullDescription": {"text": "`main.py` declares `POST /setups/decision` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-71008e89f1daf32f", "name": "Unused endpoint: GET /discretion", "shortDescription": {"text": "Unused endpoint: GET /discretion"}, "fullDescription": {"text": "`main.py` declares `GET /discretion` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f22b2880ee0bfd44", "name": "Unused endpoint: GET /news", "shortDescription": {"text": "Unused endpoint: GET /news"}, "fullDescription": {"text": "`main.py` declares `GET /news` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b37ace7bdaa9f08d", "name": "Unused endpoint: GET /tweets", "shortDescription": {"text": "Unused endpoint: GET /tweets"}, "fullDescription": {"text": "`main.py` declares `GET /tweets` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3a64a0644649d49c", "name": "Unused endpoint: POST /recap", "shortDescription": {"text": "Unused endpoint: POST /recap"}, "fullDescription": {"text": "`main.py` declares `POST /recap` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-0d5fa183913235fe", "name": "Unused endpoint: GET /lessons", "shortDescription": {"text": "Unused endpoint: GET /lessons"}, "fullDescription": {"text": "`main.py` declares `GET /lessons` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-687bae377da4119a", "name": "Unused endpoint: POST /postmortem", "shortDescription": {"text": "Unused endpoint: POST /postmortem"}, "fullDescription": {"text": "`main.py` declares `POST /postmortem` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-cff8da5fbc19c76d", "name": "Unused endpoint: POST /chat", "shortDescription": {"text": "Unused endpoint: POST /chat"}, "fullDescription": {"text": "`main.py` declares `POST /chat` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-441c9cf1a68ef8e7", "name": "Unused endpoint: GET /forecast", "shortDescription": {"text": "Unused endpoint: GET /forecast"}, "fullDescription": {"text": "`main.py` declares `GET /forecast` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5f9819d9ecb49931", "name": "Unused endpoint: GET /calendar", "shortDescription": {"text": "Unused endpoint: GET /calendar"}, "fullDescription": {"text": "`main.py` declares `GET /calendar` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2fac324bb039b212", "name": "Unused endpoint: GET /briefing", "shortDescription": {"text": "Unused endpoint: GET /briefing"}, "fullDescription": {"text": "`main.py` declares `GET /briefing` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-fca11d494725d7c3", "name": "Unused endpoint: POST /analyze", "shortDescription": {"text": "Unused endpoint: POST /analyze"}, "fullDescription": {"text": "`main.py` declares `POST /analyze` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b49be01833e72e05", "name": "Unused endpoint: POST /indicator", "shortDescription": {"text": "Unused endpoint: POST /indicator"}, "fullDescription": {"text": "`main.py` declares `POST /indicator` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-0d2a6c406cc1e0b0", "name": "Unused endpoint: POST /journal", "shortDescription": {"text": "Unused endpoint: POST /journal"}, "fullDescription": {"text": "`main.py` declares `POST /journal` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d617f4b414efb60b", "name": "Unused endpoint: POST /journal/quick", "shortDescription": {"text": "Unused endpoint: POST /journal/quick"}, "fullDescription": {"text": "`main.py` declares `POST /journal/quick` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-dd4fa3b61c85bb04", "name": "Unused endpoint: GET /screenshot/{entry_id}", "shortDescription": {"text": "Unused endpoint: GET /screenshot/{entry_id}"}, "fullDescription": {"text": "`main.py` declares `GET /screenshot/{entry_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4d0b75c541565cd9", "name": "Unused endpoint: GET /journal", "shortDescription": {"text": "Unused endpoint: GET /journal"}, "fullDescription": {"text": "`main.py` declares `GET /journal` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ff7f7f44656eb662", "name": "Unused endpoint: GET /journal/summary", "shortDescription": {"text": "Unused endpoint: GET /journal/summary"}, "fullDescription": {"text": "`main.py` declares `GET /journal/summary` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-907327840db6be82", "name": "Unused endpoint: DELETE /journal/{entry_id}", "shortDescription": {"text": "Unused endpoint: DELETE /journal/{entry_id}"}, "fullDescription": {"text": "`main.py` declares `DELETE /journal/{entry_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3f4db2920f1d88af", "name": "Unused endpoint: DELETE /journal", "shortDescription": {"text": "Unused endpoint: DELETE /journal"}, "fullDescription": {"text": "`main.py` declares `DELETE /journal` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-67db81ff589a2912", "name": "Unused endpoint: GET /alerts", "shortDescription": {"text": "Unused endpoint: GET /alerts"}, "fullDescription": {"text": "`main.py` declares `GET /alerts` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d66620f80b8de740", "name": "Unused endpoint: GET /connections", "shortDescription": {"text": "Unused endpoint: GET /connections"}, "fullDescription": {"text": "`main.py` declares `GET /connections` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b437172024d687ff", "name": "Unused endpoint: GET /diagnostics", "shortDescription": {"text": "Unused endpoint: GET /diagnostics"}, "fullDescription": {"text": "`main.py` declares `GET /diagnostics` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6ac4cd38d033e815", "name": "Unused endpoint: GET /backtest", "shortDescription": {"text": "Unused endpoint: GET /backtest"}, "fullDescription": {"text": "`main.py` declares `GET /backtest` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d467299d5c174fc0", "name": "Unused endpoint: GET /usage", "shortDescription": {"text": "Unused endpoint: GET /usage"}, "fullDescription": {"text": "`main.py` declares `GET /usage` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a60ed948238ae8f3", "name": "Unused endpoint: POST /backup", "shortDescription": {"text": "Unused endpoint: POST /backup"}, "fullDescription": {"text": "`main.py` declares `POST /backup` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5baa8971ebe192a1", "name": "Unused endpoint: GET /", "shortDescription": {"text": "Unused endpoint: GET /"}, "fullDescription": {"text": "`main.py` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/18629"}, "properties": {"repository": "ryank820/Sythe", "repoUrl": "https://github.com/ryank820/Sythe", "branch": "main"}, "results": [{"ruleId": "scanner-cf1abc26a1185f58", "level": "note", "message": {"text": "Possibly dead Python function: loop"}, "properties": {"repobilityId": "ef7a4029179da27e", "scanner": "scanner-primary", "fingerprint": "cf1abc26a1185f58", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py:3546"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ff2501d12324300d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 frontend/build.js:21"}, "properties": {"repobilityId": "af1ab58ac06165f8", "scanner": "scanner-primary", "fingerprint": "ff2501d12324300d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-6fff99bbb5022166", "level": "error", "message": {"text": "Insecure pattern 'eval_used' in dashboard.html:17"}, "properties": {"repobilityId": "8047b253fa8611be", "scanner": "scanner-primary", "fingerprint": "6fff99bbb5022166", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "eval_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "dashboard.html"}, "region": {"startLine": 17}}}]}, {"ruleId": "scanner-9121a7a91316da5e", "level": "error", "message": {"text": "Insecure pattern 'tls_verify_false' in main.py:600"}, "properties": {"repobilityId": "1c5dbc1afc089f26", "scanner": "scanner-primary", "fingerprint": "9121a7a91316da5e", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "tls_verify_false"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py"}, "region": {"startLine": 600}}}]}, {"ruleId": "scanner-0528135d9dc0ee3c", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in main.py:77"}, "properties": {"repobilityId": "7efce937690fb5d6", "scanner": "scanner-primary", "fingerprint": "0528135d9dc0ee3c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py"}, "region": {"startLine": 77}}}]}, {"ruleId": "scanner-2d469e9cef4598ad", "level": "error", "message": {"text": "Insecure pattern 'eval_used' in frontend/src/app.js:333"}, "properties": {"repobilityId": "31e232a82eb7b849", "scanner": "scanner-primary", "fingerprint": "2d469e9cef4598ad", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "eval_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/src/app.js"}, "region": {"startLine": 333}}}]}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-bd77bdf5e25c4b8e", "level": "note", "message": {"text": "Very large file: mtf.py (1750 lines)"}, "properties": {"repobilityId": "37d891bf54a16947", "scanner": "scanner-primary", "fingerprint": "bd77bdf5e25c4b8e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-a80784483474bd5a", "level": "note", "message": {"text": "Very large file: main.py (3563 lines)"}, "properties": {"repobilityId": "d28330f452f23706", "scanner": "scanner-primary", "fingerprint": "a80784483474bd5a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-a9687547293db640", "level": "note", "message": {"text": "Very large file: frontend/src/app.js (10414 lines)"}, "properties": {"repobilityId": "f83d61ca07215d90", "scanner": "scanner-primary", "fingerprint": "a9687547293db640", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "fdf3f27eb2893b87", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-01f96f71d9907a8c", "level": "note", "message": {"text": "README lacks setup or run instructions"}, "properties": {"repobilityId": "abf1a314291ea552", "scanner": "scanner-primary", "fingerprint": "01f96f71d9907a8c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "bbf45f1505e7b596", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "1f45fcf7197d9ae9", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "2580b1e5513c005b", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "e07626eee7b8114f", "scanner": "scanner-primary", "fingerprint": "ea8f3013f588db25", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-8424db9c75e04ba4", "level": "none", "message": {"text": "Very short observed git history"}, "properties": {"repobilityId": "06aee57cb6e06484", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-e2345e72e67278df", "level": "none", "message": {"text": "Commented-code block (5 lines) in mtf.py:55"}, "properties": {"repobilityId": "cacfaccb00bfefe4", "scanner": "scanner-primary", "fingerprint": "e2345e72e67278df", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7a9e09694ce8348f", "level": "note", "message": {"text": "Legacy-named symbol `db_backup` in main.py:3514"}, "properties": {"repobilityId": "02fac0fc5a27393e", "scanner": "scanner-primary", "fingerprint": "7a9e09694ce8348f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-8579c9d05435e199", "level": "none", "message": {"text": "Commented-code block (15 lines) in main.py:36"}, "properties": {"repobilityId": "b04e5af2cf41c682", "scanner": "scanner-primary", "fingerprint": "8579c9d05435e199", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bf1476e748719dd8", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 main.py:3523"}, "properties": {"repobilityId": "9c8b9e86f9c44dd3", "scanner": "scanner-primary", "fingerprint": "bf1476e748719dd8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d77d67b9a8da35ad", "level": "error", "message": {"text": "Blocking `time.sleep(...)` inside `async def _start_scraper_loop` \u2014 main.py:748"}, "properties": {"repobilityId": "dc9dfd48a4c0dc77", "scanner": "scanner-primary", "fingerprint": "d77d67b9a8da35ad", "layer": "quality", "severity": "high", "confidence": 1.0, "tags": ["integrity", "sync-io-in-async", "performance"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py"}, "region": {"startLine": 748}}}]}, {"ruleId": "scanner-b7bb63027e6a83ad", "level": "error", "message": {"text": "Blocking `time.sleep(...)` inside `async def _start_scraper_loop` \u2014 main.py:759"}, "properties": {"repobilityId": "a94a86f2909125ea", "scanner": "scanner-primary", "fingerprint": "b7bb63027e6a83ad", "layer": "quality", "severity": "high", "confidence": 1.0, "tags": ["integrity", "sync-io-in-async", "performance"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py"}, "region": {"startLine": 759}}}]}, {"ruleId": "scanner-0efce8f9181c1fe1", "level": "error", "message": {"text": "Blocking `time.sleep(...)` inside `async def _start_scraper_loop` \u2014 main.py:763"}, "properties": {"repobilityId": "c82230b83d4308e4", "scanner": "scanner-primary", "fingerprint": "0efce8f9181c1fe1", "layer": "quality", "severity": "high", "confidence": 1.0, "tags": ["integrity", "sync-io-in-async", "performance"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py"}, "region": {"startLine": 763}}}]}, {"ruleId": "scanner-961c0f17df7492aa", "level": "error", "message": {"text": "Blocking `time.sleep(...)` inside `async def _start_tweet_loop` \u2014 main.py:1853"}, "properties": {"repobilityId": "8a6fa9d5c5b0108f", "scanner": "scanner-primary", "fingerprint": "961c0f17df7492aa", "layer": "quality", "severity": "high", "confidence": 1.0, "tags": ["integrity", "sync-io-in-async", "performance"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py"}, "region": {"startLine": 1853}}}]}, {"ruleId": "scanner-6368e24b952d4db1", "level": "error", "message": {"text": "Blocking `time.sleep(...)` inside `async def _start_tweet_loop` \u2014 main.py:1859"}, "properties": {"repobilityId": "1ba4d77aee429b0c", "scanner": "scanner-primary", "fingerprint": "6368e24b952d4db1", "layer": "quality", "severity": "high", "confidence": 1.0, "tags": ["integrity", "sync-io-in-async", "performance"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py"}, "region": {"startLine": 1859}}}]}, {"ruleId": "scanner-240c49bdd7387aad", "level": "error", "message": {"text": "Blocking `time.sleep(...)` inside `async def _start_recap_loop` \u2014 main.py:1979"}, "properties": {"repobilityId": "3a1b9ce6728f3f2d", "scanner": "scanner-primary", "fingerprint": "240c49bdd7387aad", "layer": "quality", "severity": "high", "confidence": 1.0, "tags": ["integrity", "sync-io-in-async", "performance"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py"}, "region": {"startLine": 1979}}}]}, {"ruleId": "scanner-c52f79f2fcc84eaf", "level": "error", "message": {"text": "Blocking `time.sleep(...)` inside `async def _start_recap_loop` \u2014 main.py:1983"}, "properties": {"repobilityId": "7dee1120f74bf47d", "scanner": "scanner-primary", "fingerprint": "c52f79f2fcc84eaf", "layer": "quality", "severity": "high", "confidence": 1.0, "tags": ["integrity", "sync-io-in-async", "performance"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py"}, "region": {"startLine": 1983}}}]}, {"ruleId": "scanner-eac78123a9871b92", "level": "error", "message": {"text": "Blocking `time.sleep(...)` inside `async def _start_briefing_loop` \u2014 main.py:2592"}, "properties": {"repobilityId": "33373aa9a04c24fb", "scanner": "scanner-primary", "fingerprint": "eac78123a9871b92", "layer": "quality", "severity": "high", "confidence": 1.0, "tags": ["integrity", "sync-io-in-async", "performance"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py"}, "region": {"startLine": 2592}}}]}, {"ruleId": "scanner-5f2d0041baa1addd", "level": "error", "message": {"text": "Blocking `time.sleep(...)` inside `async def _start_briefing_loop` \u2014 main.py:2596"}, "properties": {"repobilityId": "c9854c3d16df6630", "scanner": "scanner-primary", "fingerprint": "5f2d0041baa1addd", "layer": "quality", "severity": "high", "confidence": 1.0, "tags": ["integrity", "sync-io-in-async", "performance"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py"}, "region": {"startLine": 2596}}}]}, {"ruleId": "scanner-2e1bdc9b1a4fc98e", "level": "error", "message": {"text": "Blocking `time.sleep(...)` inside `async def _start_backup_loop` \u2014 main.py:3553"}, "properties": {"repobilityId": "8174d9855490cb01", "scanner": "scanner-primary", "fingerprint": "2e1bdc9b1a4fc98e", "layer": "quality", "severity": "high", "confidence": 1.0, "tags": ["integrity", "sync-io-in-async", "performance"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py"}, "region": {"startLine": 3553}}}]}, {"ruleId": "scanner-19d34ced90dd2dd4", "level": "error", "message": {"text": "Blocking `time.sleep(...)` inside `async def _start_backup_loop` \u2014 main.py:3556"}, "properties": {"repobilityId": "a8518eabafb31211", "scanner": "scanner-primary", "fingerprint": "19d34ced90dd2dd4", "layer": "quality", "severity": "high", "confidence": 1.0, "tags": ["integrity", "sync-io-in-async", "performance"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py"}, "region": {"startLine": 3556}}}]}, {"ruleId": "scanner-85f5b7bf1c6e5039", "level": "none", "message": {"text": "Commented-code block (6 lines) in deep_mtf_backtest.py:36"}, "properties": {"repobilityId": "b59a74ec4599f7a3", "scanner": "scanner-primary", "fingerprint": "85f5b7bf1c6e5039", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e6801916fcb697c5", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/src/app.js:769"}, "properties": {"repobilityId": "ee327a90d223206a", "scanner": "scanner-primary", "fingerprint": "e6801916fcb697c5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-02525d39071dd2c7", "level": "note", "message": {"text": "Near-duplicate function bodies in 5 places"}, "properties": {"repobilityId": "b9d5a7049afaac4e", "scanner": "scanner-primary", "fingerprint": "02525d39071dd2c7", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "be57206f74d30789", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "082f1b271aac9550", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-8346c8366612a81e", "level": "error", "message": {"text": "FastAPI POST `save_accounts` without auth dependency \u2014 main.py:487"}, "properties": {"repobilityId": "fed5b786eca6fa9a", "scanner": "scanner-primary", "fingerprint": "8346c8366612a81e", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py"}, "region": {"startLine": 487}}}]}, {"ruleId": "scanner-1dab930fb1309f97", "level": "error", "message": {"text": "FastAPI POST `save_deal` without auth dependency \u2014 main.py:507"}, "properties": {"repobilityId": "b4980b5a55c92cc1", "scanner": "scanner-primary", "fingerprint": "1dab930fb1309f97", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py"}, "region": {"startLine": 507}}}]}, {"ruleId": "scanner-58134cb937dd2199", "level": "error", "message": {"text": "FastAPI DELETE `del_deal` without auth dependency \u2014 main.py:518"}, "properties": {"repobilityId": "780175cc3d4b02fa", "scanner": "scanner-primary", "fingerprint": "58134cb937dd2199", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py"}, "region": {"startLine": 518}}}]}, {"ruleId": "scanner-7e99fac610cb0864", "level": "error", "message": {"text": "FastAPI POST `save_codes` without auth dependency \u2014 main.py:535"}, "properties": {"repobilityId": "f748a04182f71a6a", "scanner": "scanner-primary", "fingerprint": "7e99fac610cb0864", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py"}, "region": {"startLine": 535}}}]}, {"ruleId": "scanner-29a088b3cfab384a", "level": "error", "message": {"text": "FastAPI POST `scraper_scan_now` without auth dependency \u2014 main.py:727"}, "properties": {"repobilityId": "0472d285b386b7d3", "scanner": "scanner-primary", "fingerprint": "29a088b3cfab384a", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py"}, "region": {"startLine": 727}}}]}, {"ruleId": "scanner-ed74e659c60a84f3", "level": "error", "message": {"text": "FastAPI DELETE `scraper_dismiss` without auth dependency \u2014 main.py:735"}, "properties": {"repobilityId": "6f9222b6d5557e66", "scanner": "scanner-primary", "fingerprint": "ed74e659c60a84f3", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py"}, "region": {"startLine": 735}}}]}, {"ruleId": "scanner-633f32bc33488b4d", "level": "error", "message": {"text": "FastAPI POST `setup_decision` without auth dependency \u2014 main.py:1373"}, "properties": {"repobilityId": "cfed04f9a87da8fb", "scanner": "scanner-primary", "fingerprint": "633f32bc33488b4d", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py"}, "region": {"startLine": 1373}}}]}, {"ruleId": "scanner-56fd84be32dd1e71", "level": "error", "message": {"text": "FastAPI POST `manual_recap` without auth dependency \u2014 main.py:1965"}, "properties": {"repobilityId": "766bb066e2f16690", "scanner": "scanner-primary", "fingerprint": "56fd84be32dd1e71", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py"}, "region": {"startLine": 1965}}}]}, {"ruleId": "scanner-d6ad8d58df0acd7a", "level": "error", "message": {"text": "FastAPI POST `postmortem` without auth dependency \u2014 main.py:2007"}, "properties": {"repobilityId": "8904db322c7c3f72", "scanner": "scanner-primary", "fingerprint": "d6ad8d58df0acd7a", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py"}, "region": {"startLine": 2007}}}]}, {"ruleId": "scanner-51b8bd41cf9fa29c", "level": "error", "message": {"text": "FastAPI POST `chat` without auth dependency \u2014 main.py:2270"}, "properties": {"repobilityId": "750b6dc3976d10a4", "scanner": "scanner-primary", "fingerprint": "51b8bd41cf9fa29c", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py"}, "region": {"startLine": 2270}}}]}, {"ruleId": "scanner-acf51ba0bdedabf0", "level": "error", "message": {"text": "FastAPI POST `analyze` without auth dependency \u2014 main.py:2600"}, "properties": {"repobilityId": "5fe2a26ee45841d7", "scanner": "scanner-primary", "fingerprint": "acf51ba0bdedabf0", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py"}, "region": {"startLine": 2600}}}]}, {"ruleId": "scanner-2b6d5ce74852ded3", "level": "error", "message": {"text": "FastAPI POST `indicator` without auth dependency \u2014 main.py:2674"}, "properties": {"repobilityId": "0902c9c3d3cd3c48", "scanner": "scanner-primary", "fingerprint": "2b6d5ce74852ded3", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py"}, "region": {"startLine": 2674}}}]}, {"ruleId": "scanner-1b053256cb01cc2e", "level": "error", "message": {"text": "FastAPI POST `save_journal` without auth dependency \u2014 main.py:2883"}, "properties": {"repobilityId": "79000feb246fff6e", "scanner": "scanner-primary", "fingerprint": "1b053256cb01cc2e", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py"}, "region": {"startLine": 2883}}}]}, {"ruleId": "scanner-26edbdc4bd863967", "level": "error", "message": {"text": "FastAPI POST `save_journal_quick` without auth dependency \u2014 main.py:2923"}, "properties": {"repobilityId": "579322dba3f96fab", "scanner": "scanner-primary", "fingerprint": "26edbdc4bd863967", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py"}, "region": {"startLine": 2923}}}]}, {"ruleId": "scanner-ebbe765a4990e14c", "level": "error", "message": {"text": "FastAPI DELETE `delete_journal` without auth dependency \u2014 main.py:3097"}, "properties": {"repobilityId": "a196632916da585d", "scanner": "scanner-primary", "fingerprint": "ebbe765a4990e14c", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py"}, "region": {"startLine": 3097}}}]}, {"ruleId": "scanner-cc3f5f0e1433c10e", "level": "error", "message": {"text": "FastAPI DELETE `clear_journal` without auth dependency \u2014 main.py:3110"}, "properties": {"repobilityId": "0e54f40c96ae23eb", "scanner": "scanner-primary", "fingerprint": "cc3f5f0e1433c10e", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py"}, "region": {"startLine": 3110}}}]}, {"ruleId": "scanner-4ea0fa93941b84bb", "level": "error", "message": {"text": "FastAPI POST `manual_backup` without auth dependency \u2014 main.py:3538"}, "properties": {"repobilityId": "1491ac59738350f8", "scanner": "scanner-primary", "fingerprint": "4ea0fa93941b84bb", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py"}, "region": {"startLine": 3538}}}]}, {"ruleId": "scanner-618721b912bad1c2", "level": "note", "message": {"text": "Unused endpoint: POST /login"}, "properties": {"repobilityId": "b388ff6da4d47e0a", "scanner": "scanner-primary", "fingerprint": "618721b912bad1c2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-99fc36db98c134ce", "level": "note", "message": {"text": "Unused endpoint: POST /logout"}, "properties": {"repobilityId": "638d0dc5adcd2347", "scanner": "scanner-primary", "fingerprint": "99fc36db98c134ce", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e2631495c43f2a81", "level": "note", "message": {"text": "Unused endpoint: GET /prices"}, "properties": {"repobilityId": "e7dc9d1857d7b928", "scanner": "scanner-primary", "fingerprint": "e2631495c43f2a81", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c28d7b0c05be55f8", "level": "note", "message": {"text": "Unused endpoint: GET /candles"}, "properties": {"repobilityId": "b1a3ec4bbeab717c", "scanner": "scanner-primary", "fingerprint": "c28d7b0c05be55f8", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f7fa7621d5da5a2c", "level": "note", "message": {"text": "Unused endpoint: GET /stress"}, "properties": {"repobilityId": "51104c6249b604f2", "scanner": "scanner-primary", "fingerprint": "f7fa7621d5da5a2c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-21c7ff7b8ef22c44", "level": "note", "message": {"text": "Unused endpoint: GET /accounts"}, "properties": {"repobilityId": "51a9957d70cdb23d", "scanner": "scanner-primary", "fingerprint": "21c7ff7b8ef22c44", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c04406fe463e162f", "level": "note", "message": {"text": "Unused endpoint: POST /accounts"}, "properties": {"repobilityId": "1f3049b043dcc2d4", "scanner": "scanner-primary", "fingerprint": "c04406fe463e162f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d0f253034e0113c2", "level": "note", "message": {"text": "Unused endpoint: GET /deals"}, "properties": {"repobilityId": "ddc233f5b990f8aa", "scanner": "scanner-primary", "fingerprint": "d0f253034e0113c2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7dd559e732df1227", "level": "note", "message": {"text": "Unused endpoint: POST /deals"}, "properties": {"repobilityId": "55ee7fe36683cde7", "scanner": "scanner-primary", "fingerprint": "7dd559e732df1227", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2d8acb9820c3d4b4", "level": "note", "message": {"text": "Unused endpoint: DELETE /deals/{did}"}, "properties": {"repobilityId": "853b2b4652e4be85", "scanner": "scanner-primary", "fingerprint": "2d8acb9820c3d4b4", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6adad37b3113113c", "level": "note", "message": {"text": "Unused endpoint: GET /codes"}, "properties": {"repobilityId": "fa62088d3ead0383", "scanner": "scanner-primary", "fingerprint": "6adad37b3113113c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ea811ed046b3867a", "level": "note", "message": {"text": "Unused endpoint: POST /codes"}, "properties": {"repobilityId": "4360e2af050a0612", "scanner": "scanner-primary", "fingerprint": "ea811ed046b3867a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d430d3d3556d75f9", "level": "note", "message": {"text": "Unused endpoint: GET /scraper/deals"}, "properties": {"repobilityId": "8c2de9aaf562cfc6", "scanner": "scanner-primary", "fingerprint": "d430d3d3556d75f9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8796c5fff1eb52a3", "level": "note", "message": {"text": "Unused endpoint: POST /scraper/scan"}, "properties": {"repobilityId": "d61ea7c66e51248c", "scanner": "scanner-primary", "fingerprint": "8796c5fff1eb52a3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7752134fc32ab3a1", "level": "note", "message": {"text": "Unused endpoint: DELETE /scraper/deals/{did}"}, "properties": {"repobilityId": "353753254b65cb0b", "scanner": "scanner-primary", "fingerprint": "7752134fc32ab3a1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2bd68d61cc9afa6d", "level": "note", "message": {"text": "Unused endpoint: GET /levels"}, "properties": {"repobilityId": "f99d8eae13ad902e", "scanner": "scanner-primary", "fingerprint": "2bd68d61cc9afa6d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6c45b14190c8385b", "level": "note", "message": {"text": "Unused endpoint: GET /signals"}, "properties": {"repobilityId": "10d9284852aa12ec", "scanner": "scanner-primary", "fingerprint": "6c45b14190c8385b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6db10420df6db5b0", "level": "note", "message": {"text": "Unused endpoint: GET /telegram_test"}, "properties": {"repobilityId": "f01282a3ea8a0aa8", "scanner": "scanner-primary", "fingerprint": "6db10420df6db5b0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-35b54fd5afe2210d", "level": "note", "message": {"text": "Unused endpoint: GET /setups"}, "properties": {"repobilityId": "598a9f5ae4914be6", "scanner": "scanner-primary", "fingerprint": "35b54fd5afe2210d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e1a39c9f530b10a7", "level": "note", "message": {"text": "Unused endpoint: GET /mtf"}, "properties": {"repobilityId": "27fc1620dd55e477", "scanner": "scanner-primary", "fingerprint": "e1a39c9f530b10a7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-94e5ab102916e334", "level": "note", "message": {"text": "Unused endpoint: POST /setups/decision"}, "properties": {"repobilityId": "93eac3357dfbd14a", "scanner": "scanner-primary", "fingerprint": "94e5ab102916e334", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-71008e89f1daf32f", "level": "note", "message": {"text": "Unused endpoint: GET /discretion"}, "properties": {"repobilityId": "4ab1b2467469a199", "scanner": "scanner-primary", "fingerprint": "71008e89f1daf32f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f22b2880ee0bfd44", "level": "note", "message": {"text": "Unused endpoint: GET /news"}, "properties": {"repobilityId": "1b61d8837338582c", "scanner": "scanner-primary", "fingerprint": "f22b2880ee0bfd44", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b37ace7bdaa9f08d", "level": "note", "message": {"text": "Unused endpoint: GET /tweets"}, "properties": {"repobilityId": "7d913499cf2b1ea2", "scanner": "scanner-primary", "fingerprint": "b37ace7bdaa9f08d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3a64a0644649d49c", "level": "note", "message": {"text": "Unused endpoint: POST /recap"}, "properties": {"repobilityId": "10a38b60ea8fe25a", "scanner": "scanner-primary", "fingerprint": "3a64a0644649d49c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0d5fa183913235fe", "level": "note", "message": {"text": "Unused endpoint: GET /lessons"}, "properties": {"repobilityId": "7a4699f00ad92d39", "scanner": "scanner-primary", "fingerprint": "0d5fa183913235fe", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-687bae377da4119a", "level": "note", "message": {"text": "Unused endpoint: POST /postmortem"}, "properties": {"repobilityId": "e1e3e9bcb51a5e9e", "scanner": "scanner-primary", "fingerprint": "687bae377da4119a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-cff8da5fbc19c76d", "level": "note", "message": {"text": "Unused endpoint: POST /chat"}, "properties": {"repobilityId": "e90fd2234f2f0e56", "scanner": "scanner-primary", "fingerprint": "cff8da5fbc19c76d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-441c9cf1a68ef8e7", "level": "note", "message": {"text": "Unused endpoint: GET /forecast"}, "properties": {"repobilityId": "3216a2f2644fefd1", "scanner": "scanner-primary", "fingerprint": "441c9cf1a68ef8e7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5f9819d9ecb49931", "level": "note", "message": {"text": "Unused endpoint: GET /calendar"}, "properties": {"repobilityId": "571794836d3edf4c", "scanner": "scanner-primary", "fingerprint": "5f9819d9ecb49931", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2fac324bb039b212", "level": "note", "message": {"text": "Unused endpoint: GET /briefing"}, "properties": {"repobilityId": "a4c5b686bec52586", "scanner": "scanner-primary", "fingerprint": "2fac324bb039b212", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-fca11d494725d7c3", "level": "note", "message": {"text": "Unused endpoint: POST /analyze"}, "properties": {"repobilityId": "b3c730e77b7c4bc6", "scanner": "scanner-primary", "fingerprint": "fca11d494725d7c3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b49be01833e72e05", "level": "note", "message": {"text": "Unused endpoint: POST /indicator"}, "properties": {"repobilityId": "f801e139198b76eb", "scanner": "scanner-primary", "fingerprint": "b49be01833e72e05", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0d2a6c406cc1e0b0", "level": "note", "message": {"text": "Unused endpoint: POST /journal"}, "properties": {"repobilityId": "ad9afb921ba2806b", "scanner": "scanner-primary", "fingerprint": "0d2a6c406cc1e0b0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d617f4b414efb60b", "level": "note", "message": {"text": "Unused endpoint: POST /journal/quick"}, "properties": {"repobilityId": "5e5a851f26fcf56b", "scanner": "scanner-primary", "fingerprint": "d617f4b414efb60b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-dd4fa3b61c85bb04", "level": "note", "message": {"text": "Unused endpoint: GET /screenshot/{entry_id}"}, "properties": {"repobilityId": "b20780fe17297454", "scanner": "scanner-primary", "fingerprint": "dd4fa3b61c85bb04", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4d0b75c541565cd9", "level": "note", "message": {"text": "Unused endpoint: GET /journal"}, "properties": {"repobilityId": "e5d895b6cccb38ba", "scanner": "scanner-primary", "fingerprint": "4d0b75c541565cd9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ff7f7f44656eb662", "level": "note", "message": {"text": "Unused endpoint: GET /journal/summary"}, "properties": {"repobilityId": "6edebc1931c977b9", "scanner": "scanner-primary", "fingerprint": "ff7f7f44656eb662", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-907327840db6be82", "level": "note", "message": {"text": "Unused endpoint: DELETE /journal/{entry_id}"}, "properties": {"repobilityId": "d5496a7038c73a49", "scanner": "scanner-primary", "fingerprint": "907327840db6be82", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3f4db2920f1d88af", "level": "note", "message": {"text": "Unused endpoint: DELETE /journal"}, "properties": {"repobilityId": "b50ff61b3583f117", "scanner": "scanner-primary", "fingerprint": "3f4db2920f1d88af", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-67db81ff589a2912", "level": "note", "message": {"text": "Unused endpoint: GET /alerts"}, "properties": {"repobilityId": "f43a7ae1dd69a8bd", "scanner": "scanner-primary", "fingerprint": "67db81ff589a2912", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d66620f80b8de740", "level": "note", "message": {"text": "Unused endpoint: GET /connections"}, "properties": {"repobilityId": "f3bb9a90c1115056", "scanner": "scanner-primary", "fingerprint": "d66620f80b8de740", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b437172024d687ff", "level": "note", "message": {"text": "Unused endpoint: GET /diagnostics"}, "properties": {"repobilityId": "d4f52d44b29de395", "scanner": "scanner-primary", "fingerprint": "b437172024d687ff", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6ac4cd38d033e815", "level": "note", "message": {"text": "Unused endpoint: GET /backtest"}, "properties": {"repobilityId": "69ad5b1295d4dcd7", "scanner": "scanner-primary", "fingerprint": "6ac4cd38d033e815", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d467299d5c174fc0", "level": "note", "message": {"text": "Unused endpoint: GET /usage"}, "properties": {"repobilityId": "09fd7c5b667efc2f", "scanner": "scanner-primary", "fingerprint": "d467299d5c174fc0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a60ed948238ae8f3", "level": "note", "message": {"text": "Unused endpoint: POST /backup"}, "properties": {"repobilityId": "b7af1a045038d65a", "scanner": "scanner-primary", "fingerprint": "a60ed948238ae8f3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5baa8971ebe192a1", "level": "note", "message": {"text": "Unused endpoint: GET /"}, "properties": {"repobilityId": "6b8de433dc23649f", "scanner": "scanner-primary", "fingerprint": "5baa8971ebe192a1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}