{"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-88e9e2ded9e1c82b", "name": "Possibly dead Python function: run_scheduled_outcome_evaluation", "shortDescription": {"text": "Possibly dead Python function: run_scheduled_outcome_evaluation"}, "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-617f0d94c73f8c66", "name": "Possibly dead Python function: run_scheduled_intraday_warmup", "shortDescription": {"text": "Possibly dead Python function: run_scheduled_intraday_warmup"}, "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-321ac48d357dcba7", "name": "Possibly dead Python function: build_rows", "shortDescription": {"text": "Possibly dead Python function: build_rows"}, "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-c8beace4ef230154", "name": "Possibly dead Python function: prune_scan_history", "shortDescription": {"text": "Possibly dead Python function: prune_scan_history"}, "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-81bb9f3058476fc0", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/components/dashboard/SectorHeatmap.tsx:24", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/components/dashboard/SectorHeatmap.tsx:24"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-09eed72f28b49483", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/components/chart/CandidateRail.tsx:161", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/components/chart/CandidateRail.tsx:161"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-66b28b7ccfd173ca", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/components/chart/DeepAnalysisPanel.tsx:186", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/components/chart/DeepAnalysisPanel.tsx:186"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-94f0d2c3980076c6", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/pages/WatchlistPage.tsx:42", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/pages/WatchlistPage.tsx:42"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-27dedab949f6cf53", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/pages/DashboardPage.tsx:823", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/pages/DashboardPage.tsx:823"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-60427b03771411b6", "name": "Dockerfile runs as root: frontend/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: frontend/Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-faa134129e5545ff", "name": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-1f66ad88286ca30a", "name": "Dockerfile runs as root: backend/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: backend/Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-714c31ca9f474ae6", "name": "Docker base image is tag-pinned but not digest-pinned: python:3.12-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.12-slim"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-aa5acaa49eb8315b", "name": "Containers defined but no K8s/orchestration manifest found", "shortDescription": {"text": "Containers defined but no K8s/orchestration manifest found"}, "fullDescription": {"text": "Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "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-b96dfbe647f49ad6", "name": "Very large file: frontend/src/pages/ChartPage.tsx (1142 lines)", "shortDescription": {"text": "Very large file: frontend/src/pages/ChartPage.tsx (1142 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-dc1eaeb596dd1c32", "name": "Very large file: frontend/src/pages/DashboardPage.tsx (1444 lines)", "shortDescription": {"text": "Very large file: frontend/src/pages/DashboardPage.tsx (1444 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-3cd019910b860351", "name": "Very large file: backend/app/services/scanner.py (1816 lines)", "shortDescription": {"text": "Very large file: backend/app/services/scanner.py (1816 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-7fa4f3707c0a092e", "name": "Very large file: backend/app/services/analysis_service.py (3695 lines)", "shortDescription": {"text": "Very large file: backend/app/services/analysis_service.py (3695 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-4f856bfa7a6c2feb", "name": "Very large file: backend/app/services/pattern_engine.py (1542 lines)", "shortDescription": {"text": "Very large file: backend/app/services/pattern_engine.py (1542 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-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-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "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-55af9265afe00516", "name": "Agent authority lacks a verifier contract: frontend/.claude/launch.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: frontend/.claude/launch.json"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2c5f98b152cddb6d", "name": "Agent authority lacks a verifier contract: .claude/launch.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/launch.json"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-611f3f1f0b9bfe9a", "name": "Legacy-named symbol `model_copy` in backend/app/services/openai_recommendation_service.py:33", "shortDescription": {"text": "Legacy-named symbol `model_copy` in backend/app/services/openai_recommendation_service.py:33"}, "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-4053a388ac01636f", "name": "Legacy-named symbol `model_copy` in backend/app/services/ai_recommendation_service.py:454", "shortDescription": {"text": "Legacy-named symbol `model_copy` in backend/app/services/ai_recommendation_service.py:454"}, "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-cd65950cb18a0880", "name": "Commented-code block (5 lines) in backend/app/services/probability_engine.py:348", "shortDescription": {"text": "Commented-code block (5 lines) in backend/app/services/probability_engine.py:348"}, "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-474155b8832f7972", "name": "Commented-code block (5 lines) in backend/app/services/scanner.py:842", "shortDescription": {"text": "Commented-code block (5 lines) in backend/app/services/scanner.py:842"}, "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-c74ead7f31835b9b", "name": "Commented-code block (5 lines) in backend/app/services/analysis_service.py:3308", "shortDescription": {"text": "Commented-code block (5 lines) in backend/app/services/analysis_service.py:3308"}, "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-1b5a76780c3df9aa", "name": "1 env vars used in code but missing from .env.example", "shortDescription": {"text": "1 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `VITE_API_PROXY_TARGET`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-0027e313ade46c8f", "name": "Near-duplicate function bodies in 7 places", "shortDescription": {"text": "Near-duplicate function bodies in 7 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nbackend/app/api/routes/dashboard.py:dashboard_long, backend/app/api/routes/dashboard.py:dashboard_short, backend/app/api/routes/dashboard.py:dashboard_similarity, backend/app/api/routes/dashboard.py:dashboard_no_signal\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:\nbackend/app/api/routes/patterns.py:get_pattern_library, backend/app/api/routes/patterns.py:get_pattern\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-c328d7bfd7564212", "name": "Frontend route `ai` has no Link/navigate to it \u2014 frontend/src/main.tsx", "shortDescription": {"text": "Frontend route `ai` has no Link/navigate to it \u2014 frontend/src/main.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b1ae157bb0c6915f", "name": "Frontend route `chart` has no Link/navigate to it \u2014 frontend/src/main.tsx", "shortDescription": {"text": "Frontend route `chart` has no Link/navigate to it \u2014 frontend/src/main.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-51b3ee57f7410825", "name": "Frontend route `chart/:symbol` has no Link/navigate to it \u2014 frontend/src/main.tsx", "shortDescription": {"text": "Frontend route `chart/:symbol` has no Link/navigate to it \u2014 frontend/src/main.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0b4c04833663769e", "name": "Frontend route `reference-charts` has no Link/navigate to it \u2014 frontend/src/main.tsx", "shortDescription": {"text": "Frontend route `reference-charts` has no Link/navigate to it \u2014 frontend/src/main.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b1977e148bd915c9", "name": "Frontend route `watchlist` has no Link/navigate to it \u2014 frontend/src/main.tsx", "shortDescription": {"text": "Frontend route `watchlist` has no Link/navigate to it \u2014 frontend/src/main.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-781091303e342fa5", "name": "Frontend route `library` has no Link/navigate to it \u2014 frontend/src/main.tsx", "shortDescription": {"text": "Frontend route `library` has no Link/navigate to it \u2014 frontend/src/main.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a8ec54ec9b868c42", "name": "Frontend route `reports/patterns` has no Link/navigate to it \u2014 frontend/src/main.tsx", "shortDescription": {"text": "Frontend route `reports/patterns` has no Link/navigate to it \u2014 frontend/src/main.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6c15eb8215e3beb5", "name": "Frontend route `screener` has no Link/navigate to it \u2014 frontend/src/main.tsx", "shortDescription": {"text": "Frontend route `screener` has no Link/navigate to it \u2014 frontend/src/main.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-eabcec132d9f3d41", "name": "Frontend route `system` has no Link/navigate to it \u2014 frontend/src/main.tsx", "shortDescription": {"text": "Frontend route `system` has no Link/navigate to it \u2014 frontend/src/main.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a1978306f6109e73", "name": "FastAPI POST `run_screener` without auth dependency \u2014 backend/app/api/routes/screener.py:36", "shortDescription": {"text": "FastAPI POST `run_screener` without auth dependency \u2014 backend/app/api/routes/screener.py:36"}, "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-9ec5cc28de3c4d8d", "name": "FastAPI POST `dashboard_scan_refresh` without auth dependency \u2014 backend/app/api/routes/dashboard.py:323", "shortDescription": {"text": "FastAPI POST `dashboard_scan_refresh` without auth dependency \u2014 backend/app/api/routes/dashboard.py:323"}, "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-6aef4bdbafaebc5f", "name": "FastAPI POST `record_outcome` without auth dependency \u2014 backend/app/api/routes/outcomes.py:377", "shortDescription": {"text": "FastAPI POST `record_outcome` without auth dependency \u2014 backend/app/api/routes/outcomes.py:377"}, "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-19eb666de7839205", "name": "FastAPI POST `evaluate_pending_outcomes` without auth dependency \u2014 backend/app/api/routes/outcomes.py:404", "shortDescription": {"text": "FastAPI POST `evaluate_pending_outcomes` without auth dependency \u2014 backend/app/api/routes/outcomes.py:404"}, "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-4701ffcd3af52265", "name": "FastAPI PATCH `update_outcome` without auth dependency \u2014 backend/app/api/routes/outcomes.py:542", "shortDescription": {"text": "FastAPI PATCH `update_outcome` without auth dependency \u2014 backend/app/api/routes/outcomes.py:542"}, "fullDescription": {"text": "`@router.patch` 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-da9bd1709b805856", "name": "FastAPI DELETE `delete_outcome` without auth dependency \u2014 backend/app/api/routes/outcomes.py:560", "shortDescription": {"text": "FastAPI DELETE `delete_outcome` without auth dependency \u2014 backend/app/api/routes/outcomes.py:560"}, "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-fbd0ff30608f4da9", "name": "FastAPI POST `sync_watchlist` without auth dependency \u2014 backend/app/api/routes/watchlist.py:29", "shortDescription": {"text": "FastAPI POST `sync_watchlist` without auth dependency \u2014 backend/app/api/routes/watchlist.py:29"}, "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-001142587b43ee5c", "name": "FastAPI POST `add_to_watchlist` without auth dependency \u2014 backend/app/api/routes/watchlist.py:37", "shortDescription": {"text": "FastAPI POST `add_to_watchlist` without auth dependency \u2014 backend/app/api/routes/watchlist.py:37"}, "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-2b0773bc918818eb", "name": "FastAPI DELETE `remove_from_watchlist` without auth dependency \u2014 backend/app/api/routes/watchlist.py:47", "shortDescription": {"text": "FastAPI DELETE `remove_from_watchlist` without auth dependency \u2014 backend/app/api/routes/watchlist.py:47"}, "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-a07fac0bb364aaeb", "name": "FastAPI POST `refresh_pattern_stats` without auth dependency \u2014 backend/app/api/routes/patterns.py:306", "shortDescription": {"text": "FastAPI POST `refresh_pattern_stats` without auth dependency \u2014 backend/app/api/routes/patterns.py:306"}, "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-90b37945cd5faef1", "name": "FastAPI POST `warmup_intraday_cache` without auth dependency \u2014 backend/app/api/routes/system.py:577", "shortDescription": {"text": "FastAPI POST `warmup_intraday_cache` without auth dependency \u2014 backend/app/api/routes/system.py:577"}, "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-b52c6c550935d462", "name": "FastAPI POST `warmup_intraday_candidates` without auth dependency \u2014 backend/app/api/routes/system.py:592", "shortDescription": {"text": "FastAPI POST `warmup_intraday_candidates` without auth dependency \u2014 backend/app/api/routes/system.py:592"}, "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-3dd509f5a55ecb9b", "name": "FastAPI POST `prime_kis_runtime` without auth dependency \u2014 backend/app/api/routes/system.py:617", "shortDescription": {"text": "FastAPI POST `prime_kis_runtime` without auth dependency \u2014 backend/app/api/routes/system.py:617"}, "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-558bdc1bb215ab87", "name": "FastAPI POST `send_test_alert` without auth dependency \u2014 backend/app/api/routes/system.py:622", "shortDescription": {"text": "FastAPI POST `send_test_alert` without auth dependency \u2014 backend/app/api/routes/system.py:622"}, "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-28fbdc7b4b6cfdd8", "name": "FastAPI POST `run_alert_check_now` without auth dependency \u2014 backend/app/api/routes/system.py:637", "shortDescription": {"text": "FastAPI POST `run_alert_check_now` without auth dependency \u2014 backend/app/api/routes/system.py:637"}, "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-0108f9af16fd1017", "name": "FastAPI POST `trigger_intraday_warmup_background` without auth dependency \u2014 backend/app/api/routes/system.py:785", "shortDescription": {"text": "FastAPI POST `trigger_intraday_warmup_background` without auth dependency \u2014 backend/app/api/routes/system.py:785"}, "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-6b95a03052d28dc5", "name": "FastAPI POST `trigger_intraday_candidate_warmup_background` without auth dependency \u2014 backend/app/api/routes/system.py:8", "shortDescription": {"text": "FastAPI POST `trigger_intraday_candidate_warmup_background` without auth dependency \u2014 backend/app/api/routes/system.py:800"}, "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-1a6d91f2236825bf", "name": "Unused endpoint: ANY /", "shortDescription": {"text": "Unused endpoint: ANY /"}, "fullDescription": {"text": "`backend/app/main.py` declares `ANY /` 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-ff17200704bfbf92", "name": "Unused endpoint: POST /api/v1/run", "shortDescription": {"text": "Unused endpoint: POST /api/v1/run"}, "fullDescription": {"text": "`backend/app/api/routes/screener.py` declares `POST /api/v1/run` 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-0d899a4e769db27b", "name": "Unused endpoint: GET /api/v1/scan-status", "shortDescription": {"text": "Unused endpoint: GET /api/v1/scan-status"}, "fullDescription": {"text": "`backend/app/api/routes/dashboard.py` declares `GET /api/v1/scan-status` 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-3b8f78d20d44ef8e", "name": "Unused endpoint: POST /api/v1/scan-refresh", "shortDescription": {"text": "Unused endpoint: POST /api/v1/scan-refresh"}, "fullDescription": {"text": "`backend/app/api/routes/dashboard.py` declares `POST /api/v1/scan-refresh` 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-9ad7bcb418d03429", "name": "Unused endpoint: GET /api/v1/long-high-probability", "shortDescription": {"text": "Unused endpoint: GET /api/v1/long-high-probability"}, "fullDescription": {"text": "`backend/app/api/routes/dashboard.py` declares `GET /api/v1/long-high-probability` 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-55e12a97c8c1f19d", "name": "Unused endpoint: GET /api/v1/short-high-probability", "shortDescription": {"text": "Unused endpoint: GET /api/v1/short-high-probability"}, "fullDescription": {"text": "`backend/app/api/routes/dashboard.py` declares `GET /api/v1/short-high-probability` 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-e410381f32b061a8", "name": "Unused endpoint: GET /api/v1/high-textbook-similarity", "shortDescription": {"text": "Unused endpoint: GET /api/v1/high-textbook-similarity"}, "fullDescription": {"text": "`backend/app/api/routes/dashboard.py` declares `GET /api/v1/high-textbook-similarity` 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-a714f92bd32767db", "name": "Unused endpoint: GET /api/v1/watchlist-no-signal", "shortDescription": {"text": "Unused endpoint: GET /api/v1/watchlist-no-signal"}, "fullDescription": {"text": "`backend/app/api/routes/dashboard.py` declares `GET /api/v1/watchlist-no-signal` 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-b8c8f5a1a4c4feda", "name": "Unused endpoint: GET /api/v1/pattern-armed", "shortDescription": {"text": "Unused endpoint: GET /api/v1/pattern-armed"}, "fullDescription": {"text": "`backend/app/api/routes/dashboard.py` declares `GET /api/v1/pattern-armed` 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-b63b978895849abf", "name": "Unused endpoint: GET /api/v1/forming-candidates", "shortDescription": {"text": "Unused endpoint: GET /api/v1/forming-candidates"}, "fullDescription": {"text": "`backend/app/api/routes/dashboard.py` declares `GET /api/v1/forming-candidates` 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-c04a20b0e7605b54", "name": "Unused endpoint: GET /api/v1/live-intraday-candidates", "shortDescription": {"text": "Unused endpoint: GET /api/v1/live-intraday-candidates"}, "fullDescription": {"text": "`backend/app/api/routes/dashboard.py` declares `GET /api/v1/live-intraday-candidates` 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-4852427a1bfa4635", "name": "Unused endpoint: GET /api/v1/overview", "shortDescription": {"text": "Unused endpoint: GET /api/v1/overview"}, "fullDescription": {"text": "`backend/app/api/routes/dashboard.py` declares `GET /api/v1/overview` 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-4072d95a6f85efdc", "name": "Unused endpoint: GET /api/v1/market-regime", "shortDescription": {"text": "Unused endpoint: GET /api/v1/market-regime"}, "fullDescription": {"text": "`backend/app/api/routes/dashboard.py` declares `GET /api/v1/market-regime` 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-c93b34b2c9ecf656", "name": "Unused endpoint: GET /api/v1/sector-heatmap", "shortDescription": {"text": "Unused endpoint: GET /api/v1/sector-heatmap"}, "fullDescription": {"text": "`backend/app/api/routes/dashboard.py` declares `GET /api/v1/sector-heatmap` 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-1434aac9fc27eba7", "name": "Unused endpoint: POST /api/v1", "shortDescription": {"text": "Unused endpoint: POST /api/v1"}, "fullDescription": {"text": "`backend/app/api/routes/outcomes.py` declares `POST /api/v1` 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-d04ddb18e3ae4ee3", "name": "Unused endpoint: GET /api/v1", "shortDescription": {"text": "Unused endpoint: GET /api/v1"}, "fullDescription": {"text": "`backend/app/api/routes/outcomes.py` declares `GET /api/v1` 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-856cd05cc90bb44b", "name": "Unused endpoint: POST /api/v1/evaluate-pending", "shortDescription": {"text": "Unused endpoint: POST /api/v1/evaluate-pending"}, "fullDescription": {"text": "`backend/app/api/routes/outcomes.py` declares `POST /api/v1/evaluate-pending` 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-4f17786d37e638d5", "name": "Unused endpoint: GET /api/v1/summary", "shortDescription": {"text": "Unused endpoint: GET /api/v1/summary"}, "fullDescription": {"text": "`backend/app/api/routes/outcomes.py` declares `GET /api/v1/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-62c6ca476132cbcc", "name": "Unused endpoint: GET /api/v1/calibration", "shortDescription": {"text": "Unused endpoint: GET /api/v1/calibration"}, "fullDescription": {"text": "`backend/app/api/routes/outcomes.py` declares `GET /api/v1/calibration` 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-a7bd8a51c84948c5", "name": "Unused endpoint: GET /api/v1/calibration/offline", "shortDescription": {"text": "Unused endpoint: GET /api/v1/calibration/offline"}, "fullDescription": {"text": "`backend/app/api/routes/outcomes.py` declares `GET /api/v1/calibration/offline` 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-7b1e5cfd688928ea", "name": "Unused endpoint: PATCH /api/v1/{outcome_id}", "shortDescription": {"text": "Unused endpoint: PATCH /api/v1/{outcome_id}"}, "fullDescription": {"text": "`backend/app/api/routes/outcomes.py` declares `PATCH /api/v1/{outcome_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-44b232113a1141a7", "name": "Unused endpoint: DELETE /api/v1/{outcome_id}", "shortDescription": {"text": "Unused endpoint: DELETE /api/v1/{outcome_id}"}, "fullDescription": {"text": "`backend/app/api/routes/outcomes.py` declares `DELETE /api/v1/{outcome_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-3ad6460c2734d885", "name": "Unused endpoint: POST /api/v1/add", "shortDescription": {"text": "Unused endpoint: POST /api/v1/add"}, "fullDescription": {"text": "`backend/app/api/routes/watchlist.py` declares `POST /api/v1/add` 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-c3d68b07b4a92cfd", "name": "Unused endpoint: DELETE /api/v1/{code}", "shortDescription": {"text": "Unused endpoint: DELETE /api/v1/{code}"}, "fullDescription": {"text": "`backend/app/api/routes/watchlist.py` declares `DELETE /api/v1/{code}` 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-9e8f224eaa152834", "name": "Unused endpoint: GET /api/v1/search", "shortDescription": {"text": "Unused endpoint: GET /api/v1/search"}, "fullDescription": {"text": "`backend/app/api/routes/symbols.py` declares `GET /api/v1/search` 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-319a2cc99952c123", "name": "Unused endpoint: GET /api/v1/{symbol}/bars", "shortDescription": {"text": "Unused endpoint: GET /api/v1/{symbol}/bars"}, "fullDescription": {"text": "`backend/app/api/routes/symbols.py` declares `GET /api/v1/{symbol}/bars` 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-d245d15ac8d8a6c3", "name": "Unused endpoint: GET /api/v1/{symbol}/analysis", "shortDescription": {"text": "Unused endpoint: GET /api/v1/{symbol}/analysis"}, "fullDescription": {"text": "`backend/app/api/routes/symbols.py` declares `GET /api/v1/{symbol}/analysis` 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-4727ad4559974635", "name": "Unused endpoint: GET /api/v1/{symbol}/reference-cases", "shortDescription": {"text": "Unused endpoint: GET /api/v1/{symbol}/reference-cases"}, "fullDescription": {"text": "`backend/app/api/routes/symbols.py` declares `GET /api/v1/{symbol}/reference-cases` 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-f276687e7c5e5350", "name": "Unused endpoint: GET /api/v1/{symbol}/price", "shortDescription": {"text": "Unused endpoint: GET /api/v1/{symbol}/price"}, "fullDescription": {"text": "`backend/app/api/routes/symbols.py` declares `GET /api/v1/{symbol}/price` 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-2f39c51317da0d39", "name": "Unused endpoint: GET /api/v1/{symbol}/deep-analysis", "shortDescription": {"text": "Unused endpoint: GET /api/v1/{symbol}/deep-analysis"}, "fullDescription": {"text": "`backend/app/api/routes/symbols.py` declares `GET /api/v1/{symbol}/deep-analysis` 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-28871c407ac1c699", "name": "Unused endpoint: GET /api/v1/{symbol}/deep-analysis/progress", "shortDescription": {"text": "Unused endpoint: GET /api/v1/{symbol}/deep-analysis/progress"}, "fullDescription": {"text": "`backend/app/api/routes/symbols.py` declares `GET /api/v1/{symbol}/deep-analysis/progress` 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-7d6f69d3dffe2aea", "name": "Unused endpoint: GET /api/v1/{symbol}/money-flow", "shortDescription": {"text": "Unused endpoint: GET /api/v1/{symbol}/money-flow"}, "fullDescription": {"text": "`backend/app/api/routes/symbols.py` declares `GET /api/v1/{symbol}/money-flow` 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-71ff9fa125ca7cd5", "name": "Unused endpoint: GET /api/v1/library", "shortDescription": {"text": "Unused endpoint: GET /api/v1/library"}, "fullDescription": {"text": "`backend/app/api/routes/patterns.py` declares `GET /api/v1/library` 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-8f3673e1933a8a10", "name": "Unused endpoint: GET /api/v1/library/{pattern_type}", "shortDescription": {"text": "Unused endpoint: GET /api/v1/library/{pattern_type}"}, "fullDescription": {"text": "`backend/app/api/routes/patterns.py` declares `GET /api/v1/library/{pattern_type}` 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-bb8f4dc8775119f0", "name": "Unused endpoint: GET /api/v1/stats", "shortDescription": {"text": "Unused endpoint: GET /api/v1/stats"}, "fullDescription": {"text": "`backend/app/api/routes/patterns.py` declares `GET /api/v1/stats` 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-6ec1c1d165f13bce", "name": "Unused endpoint: POST /api/v1/stats/refresh", "shortDescription": {"text": "Unused endpoint: POST /api/v1/stats/refresh"}, "fullDescription": {"text": "`backend/app/api/routes/patterns.py` declares `POST /api/v1/stats/refresh` 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-67f6f3bd1c8ccc67", "name": "Unused endpoint: GET /api/v1/recommendations", "shortDescription": {"text": "Unused endpoint: GET /api/v1/recommendations"}, "fullDescription": {"text": "`backend/app/api/routes/ai.py` declares `GET /api/v1/recommendations` 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-e0055a89d5952f94", "name": "Unused endpoint: GET /api/v1/status", "shortDescription": {"text": "Unused endpoint: GET /api/v1/status"}, "fullDescription": {"text": "`backend/app/api/routes/system.py` declares `GET /api/v1/status` 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-971dd97d668094dd", "name": "Unused endpoint: GET /api/v1/scan-history", "shortDescription": {"text": "Unused endpoint: GET /api/v1/scan-history"}, "fullDescription": {"text": "`backend/app/api/routes/system.py` declares `GET /api/v1/scan-history` 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-07fb1f68bf5fea47", "name": "Unused endpoint: GET /api/v1/scan-quality-report", "shortDescription": {"text": "Unused endpoint: GET /api/v1/scan-quality-report"}, "fullDescription": {"text": "`backend/app/api/routes/system.py` declares `GET /api/v1/scan-quality-report` 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-e62e9b126109c22f", "name": "Unused endpoint: POST /api/v1/intraday/warmup", "shortDescription": {"text": "Unused endpoint: POST /api/v1/intraday/warmup"}, "fullDescription": {"text": "`backend/app/api/routes/system.py` declares `POST /api/v1/intraday/warmup` 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-c0e2bdaea5b104de", "name": "Unused endpoint: POST /api/v1/intraday/warmup-candidates", "shortDescription": {"text": "Unused endpoint: POST /api/v1/intraday/warmup-candidates"}, "fullDescription": {"text": "`backend/app/api/routes/system.py` declares `POST /api/v1/intraday/warmup-candidates` 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-88b367ebc71b70ff", "name": "Unused endpoint: GET /api/v1/intraday/warmup-status", "shortDescription": {"text": "Unused endpoint: GET /api/v1/intraday/warmup-status"}, "fullDescription": {"text": "`backend/app/api/routes/system.py` declares `GET /api/v1/intraday/warmup-status` 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-b1c6fbdcf25a1e8b", "name": "Unused endpoint: GET /api/v1/kis/prime-status", "shortDescription": {"text": "Unused endpoint: GET /api/v1/kis/prime-status"}, "fullDescription": {"text": "`backend/app/api/routes/system.py` declares `GET /api/v1/kis/prime-status` 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-3765dd166534359d", "name": "Unused endpoint: POST /api/v1/kis/prime", "shortDescription": {"text": "Unused endpoint: POST /api/v1/kis/prime"}, "fullDescription": {"text": "`backend/app/api/routes/system.py` declares `POST /api/v1/kis/prime` 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-df5f5deea6cd44d1", "name": "Unused endpoint: POST /api/v1/alerts/test", "shortDescription": {"text": "Unused endpoint: POST /api/v1/alerts/test"}, "fullDescription": {"text": "`backend/app/api/routes/system.py` declares `POST /api/v1/alerts/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-ba8c927a74c22dda", "name": "Unused endpoint: POST /api/v1/alerts/run-check", "shortDescription": {"text": "Unused endpoint: POST /api/v1/alerts/run-check"}, "fullDescription": {"text": "`backend/app/api/routes/system.py` declares `POST /api/v1/alerts/run-check` 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-bcd554bfba1cc5e8", "name": "Unused endpoint: POST /api/v1/intraday/warmup/background", "shortDescription": {"text": "Unused endpoint: POST /api/v1/intraday/warmup/background"}, "fullDescription": {"text": "`backend/app/api/routes/system.py` declares `POST /api/v1/intraday/warmup/background` 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-97c8818c8585e799", "name": "Unused endpoint: POST /api/v1/intraday/warmup-candidates/background", "shortDescription": {"text": "Unused endpoint: POST /api/v1/intraday/warmup-candidates/background"}, "fullDescription": {"text": "`backend/app/api/routes/system.py` declares `POST /api/v1/intraday/warmup-candidates/background` 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/21354"}, "properties": {"repository": "tjgksmf1012/stock_chart_helper", "repoUrl": "https://github.com/tjgksmf1012/stock_chart_helper", "branch": "main"}, "results": [{"ruleId": "scanner-88e9e2ded9e1c82b", "level": "note", "message": {"text": "Possibly dead Python function: run_scheduled_outcome_evaluation"}, "properties": {"repobilityId": "a31e3028e77ed276", "scanner": "scanner-primary", "fingerprint": "88e9e2ded9e1c82b", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/routes/outcomes.py:479"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-617f0d94c73f8c66", "level": "note", "message": {"text": "Possibly dead Python function: run_scheduled_intraday_warmup"}, "properties": {"repobilityId": "86041d5dee3c2bd6", "scanner": "scanner-primary", "fingerprint": "617f0d94c73f8c66", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/routes/system.py:757"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-321ac48d357dcba7", "level": "note", "message": {"text": "Possibly dead Python function: build_rows"}, "properties": {"repobilityId": "115ed547db6da638", "scanner": "scanner-primary", "fingerprint": "321ac48d357dcba7", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/data_fetcher.py:567"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c8beace4ef230154", "level": "note", "message": {"text": "Possibly dead Python function: prune_scan_history"}, "properties": {"repobilityId": "eac82de211642d84", "scanner": "scanner-primary", "fingerprint": "c8beace4ef230154", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/services/scan_history_service.py:273"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-81bb9f3058476fc0", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/components/dashboard/SectorHeatmap.tsx:24"}, "properties": {"repobilityId": "89742931e3aa07ab", "scanner": "scanner-primary", "fingerprint": "81bb9f3058476fc0", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-09eed72f28b49483", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/components/chart/CandidateRail.tsx:161"}, "properties": {"repobilityId": "f837903846dcc1ce", "scanner": "scanner-primary", "fingerprint": "09eed72f28b49483", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-66b28b7ccfd173ca", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/components/chart/DeepAnalysisPanel.tsx:186"}, "properties": {"repobilityId": "2461d3f2cbcb9e59", "scanner": "scanner-primary", "fingerprint": "66b28b7ccfd173ca", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-94f0d2c3980076c6", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/pages/WatchlistPage.tsx:42"}, "properties": {"repobilityId": "d313fc86383d5394", "scanner": "scanner-primary", "fingerprint": "94f0d2c3980076c6", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-27dedab949f6cf53", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/pages/DashboardPage.tsx:823"}, "properties": {"repobilityId": "98f645e60235535e", "scanner": "scanner-primary", "fingerprint": "27dedab949f6cf53", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-60427b03771411b6", "level": "warning", "message": {"text": "Dockerfile runs as root: frontend/Dockerfile"}, "properties": {"repobilityId": "735c01d8531dfd2c", "scanner": "scanner-primary", "fingerprint": "60427b03771411b6", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-faa134129e5545ff", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "3e90d440e1f9ece1", "scanner": "scanner-primary", "fingerprint": "faa134129e5545ff", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1f66ad88286ca30a", "level": "warning", "message": {"text": "Dockerfile runs as root: backend/Dockerfile"}, "properties": {"repobilityId": "7afd2b0e8a8c9eeb", "scanner": "scanner-primary", "fingerprint": "1f66ad88286ca30a", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-714c31ca9f474ae6", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.12-slim"}, "properties": {"repobilityId": "f614a1e41f331b37", "scanner": "scanner-primary", "fingerprint": "714c31ca9f474ae6", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-aa5acaa49eb8315b", "level": "note", "message": {"text": "Containers defined but no K8s/orchestration manifest found"}, "properties": {"repobilityId": "b230ea9b68736081", "scanner": "scanner-primary", "fingerprint": "aa5acaa49eb8315b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["coverage", "deployment"]}}, {"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-b96dfbe647f49ad6", "level": "note", "message": {"text": "Very large file: frontend/src/pages/ChartPage.tsx (1142 lines)"}, "properties": {"repobilityId": "c086c172c4aab8f9", "scanner": "scanner-primary", "fingerprint": "b96dfbe647f49ad6", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-dc1eaeb596dd1c32", "level": "note", "message": {"text": "Very large file: frontend/src/pages/DashboardPage.tsx (1444 lines)"}, "properties": {"repobilityId": "580247094b34b005", "scanner": "scanner-primary", "fingerprint": "dc1eaeb596dd1c32", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-3cd019910b860351", "level": "note", "message": {"text": "Very large file: backend/app/services/scanner.py (1816 lines)"}, "properties": {"repobilityId": "5ed8124c045d80db", "scanner": "scanner-primary", "fingerprint": "3cd019910b860351", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-7fa4f3707c0a092e", "level": "note", "message": {"text": "Very large file: backend/app/services/analysis_service.py (3695 lines)"}, "properties": {"repobilityId": "eabf54834b7ce040", "scanner": "scanner-primary", "fingerprint": "7fa4f3707c0a092e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-4f856bfa7a6c2feb", "level": "note", "message": {"text": "Very large file: backend/app/services/pattern_engine.py (1542 lines)"}, "properties": {"repobilityId": "84afa1c925bc6373", "scanner": "scanner-primary", "fingerprint": "4f856bfa7a6c2feb", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "82c62dc9fe7bebad", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "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": "753241a955fd4c1c", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "d47a3370159fbef3", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "7df8ea5f8ab20f4b", "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": "49ae4580b8cb1e70", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-55af9265afe00516", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: frontend/.claude/launch.json"}, "properties": {"repobilityId": "8600e124eea34aeb", "scanner": "scanner-primary", "fingerprint": "55af9265afe00516", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/.claude/launch.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2c5f98b152cddb6d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/launch.json"}, "properties": {"repobilityId": "0de48c0f4ab303d8", "scanner": "scanner-primary", "fingerprint": "2c5f98b152cddb6d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/launch.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-611f3f1f0b9bfe9a", "level": "note", "message": {"text": "Legacy-named symbol `model_copy` in backend/app/services/openai_recommendation_service.py:33"}, "properties": {"repobilityId": "99d35a0660644714", "scanner": "scanner-primary", "fingerprint": "611f3f1f0b9bfe9a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-4053a388ac01636f", "level": "note", "message": {"text": "Legacy-named symbol `model_copy` in backend/app/services/ai_recommendation_service.py:454"}, "properties": {"repobilityId": "2e1c52bd190ce676", "scanner": "scanner-primary", "fingerprint": "4053a388ac01636f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-cd65950cb18a0880", "level": "none", "message": {"text": "Commented-code block (5 lines) in backend/app/services/probability_engine.py:348"}, "properties": {"repobilityId": "8af6a390df24b6d5", "scanner": "scanner-primary", "fingerprint": "cd65950cb18a0880", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-474155b8832f7972", "level": "none", "message": {"text": "Commented-code block (5 lines) in backend/app/services/scanner.py:842"}, "properties": {"repobilityId": "143a09f96b6d3671", "scanner": "scanner-primary", "fingerprint": "474155b8832f7972", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c74ead7f31835b9b", "level": "none", "message": {"text": "Commented-code block (5 lines) in backend/app/services/analysis_service.py:3308"}, "properties": {"repobilityId": "334b981550d78d70", "scanner": "scanner-primary", "fingerprint": "c74ead7f31835b9b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1b5a76780c3df9aa", "level": "none", "message": {"text": "1 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "d04379b337b44a15", "scanner": "scanner-primary", "fingerprint": "1b5a76780c3df9aa", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-0027e313ade46c8f", "level": "note", "message": {"text": "Near-duplicate function bodies in 7 places"}, "properties": {"repobilityId": "04af552f9caed696", "scanner": "scanner-primary", "fingerprint": "0027e313ade46c8f", "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": "89b2ea95e129ba6b", "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": "5b810bb3c3a18110", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-c328d7bfd7564212", "level": "warning", "message": {"text": "Frontend route `ai` has no Link/navigate to it \u2014 frontend/src/main.tsx"}, "properties": {"repobilityId": "7a6d0a97c6a5c979", "scanner": "scanner-primary", "fingerprint": "c328d7bfd7564212", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-b1ae157bb0c6915f", "level": "warning", "message": {"text": "Frontend route `chart` has no Link/navigate to it \u2014 frontend/src/main.tsx"}, "properties": {"repobilityId": "1c82d0afd254fd37", "scanner": "scanner-primary", "fingerprint": "b1ae157bb0c6915f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-51b3ee57f7410825", "level": "warning", "message": {"text": "Frontend route `chart/:symbol` has no Link/navigate to it \u2014 frontend/src/main.tsx"}, "properties": {"repobilityId": "bb25f4b831d98743", "scanner": "scanner-primary", "fingerprint": "51b3ee57f7410825", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-0b4c04833663769e", "level": "warning", "message": {"text": "Frontend route `reference-charts` has no Link/navigate to it \u2014 frontend/src/main.tsx"}, "properties": {"repobilityId": "d697bdfbb458b0db", "scanner": "scanner-primary", "fingerprint": "0b4c04833663769e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-b1977e148bd915c9", "level": "warning", "message": {"text": "Frontend route `watchlist` has no Link/navigate to it \u2014 frontend/src/main.tsx"}, "properties": {"repobilityId": "c374526fc005126d", "scanner": "scanner-primary", "fingerprint": "b1977e148bd915c9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-781091303e342fa5", "level": "warning", "message": {"text": "Frontend route `library` has no Link/navigate to it \u2014 frontend/src/main.tsx"}, "properties": {"repobilityId": "dd4d88fa2d1abe1d", "scanner": "scanner-primary", "fingerprint": "781091303e342fa5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-a8ec54ec9b868c42", "level": "warning", "message": {"text": "Frontend route `reports/patterns` has no Link/navigate to it \u2014 frontend/src/main.tsx"}, "properties": {"repobilityId": "b99b38836a2dae1e", "scanner": "scanner-primary", "fingerprint": "a8ec54ec9b868c42", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-6c15eb8215e3beb5", "level": "warning", "message": {"text": "Frontend route `screener` has no Link/navigate to it \u2014 frontend/src/main.tsx"}, "properties": {"repobilityId": "f40e2c94c93f9c18", "scanner": "scanner-primary", "fingerprint": "6c15eb8215e3beb5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-eabcec132d9f3d41", "level": "warning", "message": {"text": "Frontend route `system` has no Link/navigate to it \u2014 frontend/src/main.tsx"}, "properties": {"repobilityId": "48d784346ecc3ad1", "scanner": "scanner-primary", "fingerprint": "eabcec132d9f3d41", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-a1978306f6109e73", "level": "error", "message": {"text": "FastAPI POST `run_screener` without auth dependency \u2014 backend/app/api/routes/screener.py:36"}, "properties": {"repobilityId": "014c3cb2cb7b56db", "scanner": "scanner-primary", "fingerprint": "a1978306f6109e73", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/routes/screener.py"}, "region": {"startLine": 36}}}]}, {"ruleId": "scanner-9ec5cc28de3c4d8d", "level": "error", "message": {"text": "FastAPI POST `dashboard_scan_refresh` without auth dependency \u2014 backend/app/api/routes/dashboard.py:323"}, "properties": {"repobilityId": "f07ce0adb47ef8fd", "scanner": "scanner-primary", "fingerprint": "9ec5cc28de3c4d8d", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/routes/dashboard.py"}, "region": {"startLine": 323}}}]}, {"ruleId": "scanner-6aef4bdbafaebc5f", "level": "error", "message": {"text": "FastAPI POST `record_outcome` without auth dependency \u2014 backend/app/api/routes/outcomes.py:377"}, "properties": {"repobilityId": "0aa2e7bc2fb15389", "scanner": "scanner-primary", "fingerprint": "6aef4bdbafaebc5f", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/routes/outcomes.py"}, "region": {"startLine": 377}}}]}, {"ruleId": "scanner-19eb666de7839205", "level": "error", "message": {"text": "FastAPI POST `evaluate_pending_outcomes` without auth dependency \u2014 backend/app/api/routes/outcomes.py:404"}, "properties": {"repobilityId": "60a764ffc72a31d6", "scanner": "scanner-primary", "fingerprint": "19eb666de7839205", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/routes/outcomes.py"}, "region": {"startLine": 404}}}]}, {"ruleId": "scanner-4701ffcd3af52265", "level": "error", "message": {"text": "FastAPI PATCH `update_outcome` without auth dependency \u2014 backend/app/api/routes/outcomes.py:542"}, "properties": {"repobilityId": "2f2c3074fb2d9b73", "scanner": "scanner-primary", "fingerprint": "4701ffcd3af52265", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/routes/outcomes.py"}, "region": {"startLine": 542}}}]}, {"ruleId": "scanner-da9bd1709b805856", "level": "error", "message": {"text": "FastAPI DELETE `delete_outcome` without auth dependency \u2014 backend/app/api/routes/outcomes.py:560"}, "properties": {"repobilityId": "cbe4d2b7ea09a142", "scanner": "scanner-primary", "fingerprint": "da9bd1709b805856", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/routes/outcomes.py"}, "region": {"startLine": 560}}}]}, {"ruleId": "scanner-fbd0ff30608f4da9", "level": "error", "message": {"text": "FastAPI POST `sync_watchlist` without auth dependency \u2014 backend/app/api/routes/watchlist.py:29"}, "properties": {"repobilityId": "74dc8ac030c01889", "scanner": "scanner-primary", "fingerprint": "fbd0ff30608f4da9", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/routes/watchlist.py"}, "region": {"startLine": 29}}}]}, {"ruleId": "scanner-001142587b43ee5c", "level": "error", "message": {"text": "FastAPI POST `add_to_watchlist` without auth dependency \u2014 backend/app/api/routes/watchlist.py:37"}, "properties": {"repobilityId": "4d879c2cf8c7129f", "scanner": "scanner-primary", "fingerprint": "001142587b43ee5c", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/routes/watchlist.py"}, "region": {"startLine": 37}}}]}, {"ruleId": "scanner-2b0773bc918818eb", "level": "error", "message": {"text": "FastAPI DELETE `remove_from_watchlist` without auth dependency \u2014 backend/app/api/routes/watchlist.py:47"}, "properties": {"repobilityId": "44b41e0deab409a5", "scanner": "scanner-primary", "fingerprint": "2b0773bc918818eb", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/routes/watchlist.py"}, "region": {"startLine": 47}}}]}, {"ruleId": "scanner-a07fac0bb364aaeb", "level": "error", "message": {"text": "FastAPI POST `refresh_pattern_stats` without auth dependency \u2014 backend/app/api/routes/patterns.py:306"}, "properties": {"repobilityId": "426b5ff065504e84", "scanner": "scanner-primary", "fingerprint": "a07fac0bb364aaeb", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/routes/patterns.py"}, "region": {"startLine": 306}}}]}, {"ruleId": "scanner-90b37945cd5faef1", "level": "error", "message": {"text": "FastAPI POST `warmup_intraday_cache` without auth dependency \u2014 backend/app/api/routes/system.py:577"}, "properties": {"repobilityId": "d960d84f09f820b8", "scanner": "scanner-primary", "fingerprint": "90b37945cd5faef1", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/routes/system.py"}, "region": {"startLine": 577}}}]}, {"ruleId": "scanner-b52c6c550935d462", "level": "error", "message": {"text": "FastAPI POST `warmup_intraday_candidates` without auth dependency \u2014 backend/app/api/routes/system.py:592"}, "properties": {"repobilityId": "b6cddd77e36a646a", "scanner": "scanner-primary", "fingerprint": "b52c6c550935d462", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/routes/system.py"}, "region": {"startLine": 592}}}]}, {"ruleId": "scanner-3dd509f5a55ecb9b", "level": "error", "message": {"text": "FastAPI POST `prime_kis_runtime` without auth dependency \u2014 backend/app/api/routes/system.py:617"}, "properties": {"repobilityId": "c6b7c31a9e71a648", "scanner": "scanner-primary", "fingerprint": "3dd509f5a55ecb9b", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/routes/system.py"}, "region": {"startLine": 617}}}]}, {"ruleId": "scanner-558bdc1bb215ab87", "level": "error", "message": {"text": "FastAPI POST `send_test_alert` without auth dependency \u2014 backend/app/api/routes/system.py:622"}, "properties": {"repobilityId": "38402cd473f10c67", "scanner": "scanner-primary", "fingerprint": "558bdc1bb215ab87", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/routes/system.py"}, "region": {"startLine": 622}}}]}, {"ruleId": "scanner-28fbdc7b4b6cfdd8", "level": "error", "message": {"text": "FastAPI POST `run_alert_check_now` without auth dependency \u2014 backend/app/api/routes/system.py:637"}, "properties": {"repobilityId": "9891389cd8ed51d9", "scanner": "scanner-primary", "fingerprint": "28fbdc7b4b6cfdd8", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/routes/system.py"}, "region": {"startLine": 637}}}]}, {"ruleId": "scanner-0108f9af16fd1017", "level": "error", "message": {"text": "FastAPI POST `trigger_intraday_warmup_background` without auth dependency \u2014 backend/app/api/routes/system.py:785"}, "properties": {"repobilityId": "5deeaf4571723b57", "scanner": "scanner-primary", "fingerprint": "0108f9af16fd1017", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/routes/system.py"}, "region": {"startLine": 785}}}]}, {"ruleId": "scanner-6b95a03052d28dc5", "level": "error", "message": {"text": "FastAPI POST `trigger_intraday_candidate_warmup_background` without auth dependency \u2014 backend/app/api/routes/system.py:800"}, "properties": {"repobilityId": "2d6d33c68c363c0e", "scanner": "scanner-primary", "fingerprint": "6b95a03052d28dc5", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/routes/system.py"}, "region": {"startLine": 800}}}]}, {"ruleId": "scanner-1a6d91f2236825bf", "level": "note", "message": {"text": "Unused endpoint: ANY /"}, "properties": {"repobilityId": "f38f402c41a7e86b", "scanner": "scanner-primary", "fingerprint": "1a6d91f2236825bf", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ff17200704bfbf92", "level": "note", "message": {"text": "Unused endpoint: POST /api/v1/run"}, "properties": {"repobilityId": "ea154ea6d43784d7", "scanner": "scanner-primary", "fingerprint": "ff17200704bfbf92", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0d899a4e769db27b", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/scan-status"}, "properties": {"repobilityId": "f8f7271095649614", "scanner": "scanner-primary", "fingerprint": "0d899a4e769db27b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3b8f78d20d44ef8e", "level": "note", "message": {"text": "Unused endpoint: POST /api/v1/scan-refresh"}, "properties": {"repobilityId": "77e92e64ea40d694", "scanner": "scanner-primary", "fingerprint": "3b8f78d20d44ef8e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9ad7bcb418d03429", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/long-high-probability"}, "properties": {"repobilityId": "d983c7e25fe8551d", "scanner": "scanner-primary", "fingerprint": "9ad7bcb418d03429", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-55e12a97c8c1f19d", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/short-high-probability"}, "properties": {"repobilityId": "45e4abe5e29f42ec", "scanner": "scanner-primary", "fingerprint": "55e12a97c8c1f19d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e410381f32b061a8", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/high-textbook-similarity"}, "properties": {"repobilityId": "b910c74f5ac34f8f", "scanner": "scanner-primary", "fingerprint": "e410381f32b061a8", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a714f92bd32767db", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/watchlist-no-signal"}, "properties": {"repobilityId": "f03752fd16f65546", "scanner": "scanner-primary", "fingerprint": "a714f92bd32767db", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b8c8f5a1a4c4feda", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/pattern-armed"}, "properties": {"repobilityId": "7b6eb974b526e2f0", "scanner": "scanner-primary", "fingerprint": "b8c8f5a1a4c4feda", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b63b978895849abf", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/forming-candidates"}, "properties": {"repobilityId": "c6b6a0529a7dcb89", "scanner": "scanner-primary", "fingerprint": "b63b978895849abf", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c04a20b0e7605b54", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/live-intraday-candidates"}, "properties": {"repobilityId": "b16b2f9e01f0b8ac", "scanner": "scanner-primary", "fingerprint": "c04a20b0e7605b54", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4852427a1bfa4635", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/overview"}, "properties": {"repobilityId": "59de1e0e09454366", "scanner": "scanner-primary", "fingerprint": "4852427a1bfa4635", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4072d95a6f85efdc", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/market-regime"}, "properties": {"repobilityId": "b19c6d827a1388c6", "scanner": "scanner-primary", "fingerprint": "4072d95a6f85efdc", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c93b34b2c9ecf656", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/sector-heatmap"}, "properties": {"repobilityId": "19ab8d5cd0f36af5", "scanner": "scanner-primary", "fingerprint": "c93b34b2c9ecf656", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1434aac9fc27eba7", "level": "note", "message": {"text": "Unused endpoint: POST /api/v1"}, "properties": {"repobilityId": "0e2f9fa8c5b56a6b", "scanner": "scanner-primary", "fingerprint": "1434aac9fc27eba7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d04ddb18e3ae4ee3", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1"}, "properties": {"repobilityId": "67226507d2f22c2d", "scanner": "scanner-primary", "fingerprint": "d04ddb18e3ae4ee3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-856cd05cc90bb44b", "level": "note", "message": {"text": "Unused endpoint: POST /api/v1/evaluate-pending"}, "properties": {"repobilityId": "adb56a1200ad122a", "scanner": "scanner-primary", "fingerprint": "856cd05cc90bb44b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4f17786d37e638d5", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/summary"}, "properties": {"repobilityId": "48f4e621237045ac", "scanner": "scanner-primary", "fingerprint": "4f17786d37e638d5", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-62c6ca476132cbcc", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/calibration"}, "properties": {"repobilityId": "23eb2cabba29fec5", "scanner": "scanner-primary", "fingerprint": "62c6ca476132cbcc", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a7bd8a51c84948c5", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/calibration/offline"}, "properties": {"repobilityId": "07d7504380616c69", "scanner": "scanner-primary", "fingerprint": "a7bd8a51c84948c5", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7b1e5cfd688928ea", "level": "note", "message": {"text": "Unused endpoint: PATCH /api/v1/{outcome_id}"}, "properties": {"repobilityId": "1663715e5b8f7137", "scanner": "scanner-primary", "fingerprint": "7b1e5cfd688928ea", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-44b232113a1141a7", "level": "note", "message": {"text": "Unused endpoint: DELETE /api/v1/{outcome_id}"}, "properties": {"repobilityId": "2d4892c39993d1ff", "scanner": "scanner-primary", "fingerprint": "44b232113a1141a7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3ad6460c2734d885", "level": "note", "message": {"text": "Unused endpoint: POST /api/v1/add"}, "properties": {"repobilityId": "7b1c6894cf9801cc", "scanner": "scanner-primary", "fingerprint": "3ad6460c2734d885", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c3d68b07b4a92cfd", "level": "note", "message": {"text": "Unused endpoint: DELETE /api/v1/{code}"}, "properties": {"repobilityId": "1e66462cf669861f", "scanner": "scanner-primary", "fingerprint": "c3d68b07b4a92cfd", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9e8f224eaa152834", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/search"}, "properties": {"repobilityId": "ba4a7251abc1a6a2", "scanner": "scanner-primary", "fingerprint": "9e8f224eaa152834", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-319a2cc99952c123", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/{symbol}/bars"}, "properties": {"repobilityId": "a43d70c664148112", "scanner": "scanner-primary", "fingerprint": "319a2cc99952c123", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d245d15ac8d8a6c3", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/{symbol}/analysis"}, "properties": {"repobilityId": "ecd068f3c082e75f", "scanner": "scanner-primary", "fingerprint": "d245d15ac8d8a6c3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4727ad4559974635", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/{symbol}/reference-cases"}, "properties": {"repobilityId": "c37592d05bf80deb", "scanner": "scanner-primary", "fingerprint": "4727ad4559974635", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f276687e7c5e5350", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/{symbol}/price"}, "properties": {"repobilityId": "d20ac0bd4e2b7c0e", "scanner": "scanner-primary", "fingerprint": "f276687e7c5e5350", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2f39c51317da0d39", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/{symbol}/deep-analysis"}, "properties": {"repobilityId": "21a648e7798948b5", "scanner": "scanner-primary", "fingerprint": "2f39c51317da0d39", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-28871c407ac1c699", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/{symbol}/deep-analysis/progress"}, "properties": {"repobilityId": "17f3d2a01a32628c", "scanner": "scanner-primary", "fingerprint": "28871c407ac1c699", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7d6f69d3dffe2aea", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/{symbol}/money-flow"}, "properties": {"repobilityId": "075fa7554f1b835c", "scanner": "scanner-primary", "fingerprint": "7d6f69d3dffe2aea", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-71ff9fa125ca7cd5", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/library"}, "properties": {"repobilityId": "e50c67517ff47dfb", "scanner": "scanner-primary", "fingerprint": "71ff9fa125ca7cd5", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8f3673e1933a8a10", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/library/{pattern_type}"}, "properties": {"repobilityId": "7b827476e8d07635", "scanner": "scanner-primary", "fingerprint": "8f3673e1933a8a10", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-bb8f4dc8775119f0", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/stats"}, "properties": {"repobilityId": "f1e97f562ed38229", "scanner": "scanner-primary", "fingerprint": "bb8f4dc8775119f0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6ec1c1d165f13bce", "level": "note", "message": {"text": "Unused endpoint: POST /api/v1/stats/refresh"}, "properties": {"repobilityId": "331ea1720fcb7a48", "scanner": "scanner-primary", "fingerprint": "6ec1c1d165f13bce", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-67f6f3bd1c8ccc67", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/recommendations"}, "properties": {"repobilityId": "8b69524c393ff972", "scanner": "scanner-primary", "fingerprint": "67f6f3bd1c8ccc67", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e0055a89d5952f94", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/status"}, "properties": {"repobilityId": "dfcd0c102bc0ba0f", "scanner": "scanner-primary", "fingerprint": "e0055a89d5952f94", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-971dd97d668094dd", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/scan-history"}, "properties": {"repobilityId": "33098e26cdc45e2e", "scanner": "scanner-primary", "fingerprint": "971dd97d668094dd", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-07fb1f68bf5fea47", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/scan-quality-report"}, "properties": {"repobilityId": "5fb4d8ec9e5d19db", "scanner": "scanner-primary", "fingerprint": "07fb1f68bf5fea47", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e62e9b126109c22f", "level": "note", "message": {"text": "Unused endpoint: POST /api/v1/intraday/warmup"}, "properties": {"repobilityId": "aa44c94674af0cb8", "scanner": "scanner-primary", "fingerprint": "e62e9b126109c22f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c0e2bdaea5b104de", "level": "note", "message": {"text": "Unused endpoint: POST /api/v1/intraday/warmup-candidates"}, "properties": {"repobilityId": "77661fcbcf051816", "scanner": "scanner-primary", "fingerprint": "c0e2bdaea5b104de", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-88b367ebc71b70ff", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/intraday/warmup-status"}, "properties": {"repobilityId": "5a1f073bf98db7df", "scanner": "scanner-primary", "fingerprint": "88b367ebc71b70ff", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b1c6fbdcf25a1e8b", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/kis/prime-status"}, "properties": {"repobilityId": "503e9f0e0946c10a", "scanner": "scanner-primary", "fingerprint": "b1c6fbdcf25a1e8b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3765dd166534359d", "level": "note", "message": {"text": "Unused endpoint: POST /api/v1/kis/prime"}, "properties": {"repobilityId": "d9354945d1fb1534", "scanner": "scanner-primary", "fingerprint": "3765dd166534359d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-df5f5deea6cd44d1", "level": "note", "message": {"text": "Unused endpoint: POST /api/v1/alerts/test"}, "properties": {"repobilityId": "d97632a9ce6dac53", "scanner": "scanner-primary", "fingerprint": "df5f5deea6cd44d1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ba8c927a74c22dda", "level": "note", "message": {"text": "Unused endpoint: POST /api/v1/alerts/run-check"}, "properties": {"repobilityId": "2c0cad707c34c64e", "scanner": "scanner-primary", "fingerprint": "ba8c927a74c22dda", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-bcd554bfba1cc5e8", "level": "note", "message": {"text": "Unused endpoint: POST /api/v1/intraday/warmup/background"}, "properties": {"repobilityId": "3d9eb163209ff4db", "scanner": "scanner-primary", "fingerprint": "bcd554bfba1cc5e8", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-97c8818c8585e799", "level": "note", "message": {"text": "Unused endpoint: POST /api/v1/intraday/warmup-candidates/background"}, "properties": {"repobilityId": "bfaf6a0419661d62", "scanner": "scanner-primary", "fingerprint": "97c8818c8585e799", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}