{"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-0f1220e5e8f526e4", "name": "Possibly dead Python function: signal_priority", "shortDescription": {"text": "Possibly dead Python function: signal_priority"}, "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-d9c3b836ab34e8f8", "name": "Possibly dead Python function: fetch", "shortDescription": {"text": "Possibly dead Python function: fetch"}, "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-166dff3c3df6a10e", "name": "ORM models found but no DB engine detected", "shortDescription": {"text": "ORM models found but no DB engine detected"}, "fullDescription": {"text": "The repo defines tables/models but no DB connection string was found. Likely lives in env vars or a config file the scanner didn't read."}, "properties": {"scanner": "scanner-primary", "layer": "data", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-19a58160e5f0b1d4", "name": "Insecure pattern 'direct_innerhtml_assignment' in index.html:1153", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in index.html:1153"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-500cb82100e36659", "name": "Very large file: app.py (2961 lines)", "shortDescription": {"text": "Very large file: app.py (2961 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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 2 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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-faccb9061e9b52a0", "name": "No README detected", "shortDescription": {"text": "No README detected"}, "fullDescription": {"text": "No README file was found. Generated repos without README context are hard to operate, validate, or safely hand off."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, operator-readme. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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, ci, operator-readme. 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-6f9365633d6db641", "name": "FastAPI POST `add_watchlist` without auth dependency \u2014 app.py:1040", "shortDescription": {"text": "FastAPI POST `add_watchlist` without auth dependency \u2014 app.py:1040"}, "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-508447f0816acb61", "name": "FastAPI POST `remove_watchlist` without auth dependency \u2014 app.py:1051", "shortDescription": {"text": "FastAPI POST `remove_watchlist` without auth dependency \u2014 app.py:1051"}, "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-57a46b997ee14ab3", "name": "FastAPI POST `add_chip_review` without auth dependency \u2014 app.py:1957", "shortDescription": {"text": "FastAPI POST `add_chip_review` without auth dependency \u2014 app.py:1957"}, "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-2de6670d0f6b8168", "name": "Unused endpoint: GET /api/summary", "shortDescription": {"text": "Unused endpoint: GET /api/summary"}, "fullDescription": {"text": "`app.py` declares `GET /api/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-6c0c14bf43e5f297", "name": "Unused endpoint: GET /api/positions", "shortDescription": {"text": "Unused endpoint: GET /api/positions"}, "fullDescription": {"text": "`app.py` declares `GET /api/positions` 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-eca7eb3ba05439c6", "name": "Unused endpoint: GET /api/allocation", "shortDescription": {"text": "Unused endpoint: GET /api/allocation"}, "fullDescription": {"text": "`app.py` declares `GET /api/allocation` 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-f401ed62f32c2343", "name": "Unused endpoint: GET /api/signals", "shortDescription": {"text": "Unused endpoint: GET /api/signals"}, "fullDescription": {"text": "`app.py` declares `GET /api/signals` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-367222bc45873166", "name": "Unused endpoint: GET /api/screener/latest", "shortDescription": {"text": "Unused endpoint: GET /api/screener/latest"}, "fullDescription": {"text": "`app.py` declares `GET /api/screener/latest` 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-0667197988fff876", "name": "Unused endpoint: GET /api/screener/stats", "shortDescription": {"text": "Unused endpoint: GET /api/screener/stats"}, "fullDescription": {"text": "`app.py` declares `GET /api/screener/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-19c8531eb02471bd", "name": "Unused endpoint: GET /api/watchlist", "shortDescription": {"text": "Unused endpoint: GET /api/watchlist"}, "fullDescription": {"text": "`app.py` declares `GET /api/watchlist` 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-dd964f0d5fec5654", "name": "Unused endpoint: POST /api/watchlist/add", "shortDescription": {"text": "Unused endpoint: POST /api/watchlist/add"}, "fullDescription": {"text": "`app.py` declares `POST /api/watchlist/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-9b8d780503d2b1fa", "name": "Unused endpoint: POST /api/watchlist/remove", "shortDescription": {"text": "Unused endpoint: POST /api/watchlist/remove"}, "fullDescription": {"text": "`app.py` declares `POST /api/watchlist/remove` 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-f86d938636bd474a", "name": "Unused endpoint: GET /api/etf_recommendations", "shortDescription": {"text": "Unused endpoint: GET /api/etf_recommendations"}, "fullDescription": {"text": "`app.py` declares `GET /api/etf_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-b483736aefd4cf28", "name": "Unused endpoint: GET /api/ai_insight/{ticker}", "shortDescription": {"text": "Unused endpoint: GET /api/ai_insight/{ticker}"}, "fullDescription": {"text": "`app.py` declares `GET /api/ai_insight/{ticker}` 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-5760da9a1c04bb28", "name": "Unused endpoint: GET /api/earnings_qa/{ticker}", "shortDescription": {"text": "Unused endpoint: GET /api/earnings_qa/{ticker}"}, "fullDescription": {"text": "`app.py` declares `GET /api/earnings_qa/{ticker}` 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-a4ebd838ca34636b", "name": "Unused endpoint: GET /api/chip_analysis/{ticker}", "shortDescription": {"text": "Unused endpoint: GET /api/chip_analysis/{ticker}"}, "fullDescription": {"text": "`app.py` declares `GET /api/chip_analysis/{ticker}` 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-7363667233993584", "name": "Unused endpoint: GET /api/ownership/{ticker}", "shortDescription": {"text": "Unused endpoint: GET /api/ownership/{ticker}"}, "fullDescription": {"text": "`app.py` declares `GET /api/ownership/{ticker}` 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-ce5f5ed2f8f84446", "name": "Unused endpoint: GET /api/chip_review/{ticker}", "shortDescription": {"text": "Unused endpoint: GET /api/chip_review/{ticker}"}, "fullDescription": {"text": "`app.py` declares `GET /api/chip_review/{ticker}` 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-5c4960adc8c0fbe3", "name": "Unused endpoint: POST /api/chip_review/{ticker}", "shortDescription": {"text": "Unused endpoint: POST /api/chip_review/{ticker}"}, "fullDescription": {"text": "`app.py` declares `POST /api/chip_review/{ticker}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5baa8971ebe192a1", "name": "Unused endpoint: GET /", "shortDescription": {"text": "Unused endpoint: GET /"}, "fullDescription": {"text": "`app.py` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5881fad21d09723d", "name": "Unused endpoint: GET /manifest.json", "shortDescription": {"text": "Unused endpoint: GET /manifest.json"}, "fullDescription": {"text": "`app.py` declares `GET /manifest.json` 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-dbe081e8b4b040cd", "name": "Unused endpoint: GET /api/market_review", "shortDescription": {"text": "Unused endpoint: GET /api/market_review"}, "fullDescription": {"text": "`app.py` declares `GET /api/market_review` 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-9a56af81c74a0ead", "name": "Unused endpoint: GET /api/prices", "shortDescription": {"text": "Unused endpoint: GET /api/prices"}, "fullDescription": {"text": "`app.py` declares `GET /api/prices` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2d2c925f039361a1", "name": "Unused endpoint: GET /api/live-prices", "shortDescription": {"text": "Unused endpoint: GET /api/live-prices"}, "fullDescription": {"text": "`app.py` declares `GET /api/live-prices` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b0a322b00d4bf653", "name": "Unused endpoint: GET /api/backtest", "shortDescription": {"text": "Unused endpoint: GET /api/backtest"}, "fullDescription": {"text": "`app.py` declares `GET /api/backtest` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ffa1eb45fb3627cd", "name": "Unused endpoint: GET /api/premarket", "shortDescription": {"text": "Unused endpoint: GET /api/premarket"}, "fullDescription": {"text": "`app.py` declares `GET /api/premarket` 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-41c53bda0b844794", "name": "Unused endpoint: GET /data/economic_calendar.json", "shortDescription": {"text": "Unused endpoint: GET /data/economic_calendar.json"}, "fullDescription": {"text": "`app.py` declares `GET /data/economic_calendar.json` 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-3d4d30620b171725", "name": "Unused endpoint: GET /api/screener/live-prices", "shortDescription": {"text": "Unused endpoint: GET /api/screener/live-prices"}, "fullDescription": {"text": "`app.py` declares `GET /api/screener/live-prices` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/20704"}, "properties": {"repository": "tabrislee-create/portfolio-pwa", "repoUrl": "https://github.com/tabrislee-create/portfolio-pwa", "branch": "main"}, "results": [{"ruleId": "scanner-0f1220e5e8f526e4", "level": "note", "message": {"text": "Possibly dead Python function: signal_priority"}, "properties": {"repobilityId": "b3a85495c85dc215", "scanner": "scanner-primary", "fingerprint": "0f1220e5e8f526e4", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.py:788"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d9c3b836ab34e8f8", "level": "note", "message": {"text": "Possibly dead Python function: fetch"}, "properties": {"repobilityId": "fb6a231a1c8f160c", "scanner": "scanner-primary", "fingerprint": "d9c3b836ab34e8f8", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ownership_fetcher.py:355"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-166dff3c3df6a10e", "level": "warning", "message": {"text": "ORM models found but no DB engine detected"}, "properties": {"repobilityId": "cda36de65e114635", "scanner": "scanner-primary", "fingerprint": "166dff3c3df6a10e", "layer": "data", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-19a58160e5f0b1d4", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in index.html:1153"}, "properties": {"repobilityId": "f91708437a3a5445", "scanner": "scanner-primary", "fingerprint": "19a58160e5f0b1d4", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "index.html"}, "region": {"startLine": 1153}}}]}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-500cb82100e36659", "level": "note", "message": {"text": "Very large file: app.py (2961 lines)"}, "properties": {"repobilityId": "5a74e6652f3a10d4", "scanner": "scanner-primary", "fingerprint": "500cb82100e36659", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "67b4290a8b9698a9", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-faccb9061e9b52a0", "level": "note", "message": {"text": "No README detected"}, "properties": {"repobilityId": "3c9addf5e242568e", "scanner": "scanner-primary", "fingerprint": "faccb9061e9b52a0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "7cd014ad6570e5de", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "ef7d89122a3e3353", "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": "ee4be1208b894223", "scanner": "scanner-primary", "fingerprint": "ea8f3013f588db25", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-6f9365633d6db641", "level": "error", "message": {"text": "FastAPI POST `add_watchlist` without auth dependency \u2014 app.py:1040"}, "properties": {"repobilityId": "c74fa469d615c4df", "scanner": "scanner-primary", "fingerprint": "6f9365633d6db641", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.py"}, "region": {"startLine": 1040}}}]}, {"ruleId": "scanner-508447f0816acb61", "level": "error", "message": {"text": "FastAPI POST `remove_watchlist` without auth dependency \u2014 app.py:1051"}, "properties": {"repobilityId": "23182428c9e435e3", "scanner": "scanner-primary", "fingerprint": "508447f0816acb61", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.py"}, "region": {"startLine": 1051}}}]}, {"ruleId": "scanner-57a46b997ee14ab3", "level": "error", "message": {"text": "FastAPI POST `add_chip_review` without auth dependency \u2014 app.py:1957"}, "properties": {"repobilityId": "e61e4e27ea6ea98e", "scanner": "scanner-primary", "fingerprint": "57a46b997ee14ab3", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.py"}, "region": {"startLine": 1957}}}]}, {"ruleId": "scanner-2de6670d0f6b8168", "level": "note", "message": {"text": "Unused endpoint: GET /api/summary"}, "properties": {"repobilityId": "5cdad801de192818", "scanner": "scanner-primary", "fingerprint": "2de6670d0f6b8168", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6c0c14bf43e5f297", "level": "note", "message": {"text": "Unused endpoint: GET /api/positions"}, "properties": {"repobilityId": "7e64b7bdf8448f8e", "scanner": "scanner-primary", "fingerprint": "6c0c14bf43e5f297", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-eca7eb3ba05439c6", "level": "note", "message": {"text": "Unused endpoint: GET /api/allocation"}, "properties": {"repobilityId": "28479e354604cc31", "scanner": "scanner-primary", "fingerprint": "eca7eb3ba05439c6", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f401ed62f32c2343", "level": "note", "message": {"text": "Unused endpoint: GET /api/signals"}, "properties": {"repobilityId": "62988bf7a21d807b", "scanner": "scanner-primary", "fingerprint": "f401ed62f32c2343", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-367222bc45873166", "level": "note", "message": {"text": "Unused endpoint: GET /api/screener/latest"}, "properties": {"repobilityId": "ab7bcfd35d9462c6", "scanner": "scanner-primary", "fingerprint": "367222bc45873166", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0667197988fff876", "level": "note", "message": {"text": "Unused endpoint: GET /api/screener/stats"}, "properties": {"repobilityId": "9808a9e45facfcb5", "scanner": "scanner-primary", "fingerprint": "0667197988fff876", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-19c8531eb02471bd", "level": "note", "message": {"text": "Unused endpoint: GET /api/watchlist"}, "properties": {"repobilityId": "edf60dbf6cfe5e4e", "scanner": "scanner-primary", "fingerprint": "19c8531eb02471bd", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-dd964f0d5fec5654", "level": "note", "message": {"text": "Unused endpoint: POST /api/watchlist/add"}, "properties": {"repobilityId": "82424cfff6d8e28c", "scanner": "scanner-primary", "fingerprint": "dd964f0d5fec5654", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9b8d780503d2b1fa", "level": "note", "message": {"text": "Unused endpoint: POST /api/watchlist/remove"}, "properties": {"repobilityId": "7649ffe16f65a664", "scanner": "scanner-primary", "fingerprint": "9b8d780503d2b1fa", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f86d938636bd474a", "level": "note", "message": {"text": "Unused endpoint: GET /api/etf_recommendations"}, "properties": {"repobilityId": "51b4b7bd8d4e9be1", "scanner": "scanner-primary", "fingerprint": "f86d938636bd474a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b483736aefd4cf28", "level": "note", "message": {"text": "Unused endpoint: GET /api/ai_insight/{ticker}"}, "properties": {"repobilityId": "3ecbc44e5b4e06a6", "scanner": "scanner-primary", "fingerprint": "b483736aefd4cf28", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5760da9a1c04bb28", "level": "note", "message": {"text": "Unused endpoint: GET /api/earnings_qa/{ticker}"}, "properties": {"repobilityId": "04acfb5bc12ac313", "scanner": "scanner-primary", "fingerprint": "5760da9a1c04bb28", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a4ebd838ca34636b", "level": "note", "message": {"text": "Unused endpoint: GET /api/chip_analysis/{ticker}"}, "properties": {"repobilityId": "ba868532b739aa21", "scanner": "scanner-primary", "fingerprint": "a4ebd838ca34636b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7363667233993584", "level": "note", "message": {"text": "Unused endpoint: GET /api/ownership/{ticker}"}, "properties": {"repobilityId": "16d93fffc338923e", "scanner": "scanner-primary", "fingerprint": "7363667233993584", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ce5f5ed2f8f84446", "level": "note", "message": {"text": "Unused endpoint: GET /api/chip_review/{ticker}"}, "properties": {"repobilityId": "409e1939fc52d14b", "scanner": "scanner-primary", "fingerprint": "ce5f5ed2f8f84446", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5c4960adc8c0fbe3", "level": "note", "message": {"text": "Unused endpoint: POST /api/chip_review/{ticker}"}, "properties": {"repobilityId": "8c07f53d96542b66", "scanner": "scanner-primary", "fingerprint": "5c4960adc8c0fbe3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5baa8971ebe192a1", "level": "note", "message": {"text": "Unused endpoint: GET /"}, "properties": {"repobilityId": "49cf5d64a7f531bc", "scanner": "scanner-primary", "fingerprint": "5baa8971ebe192a1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5881fad21d09723d", "level": "note", "message": {"text": "Unused endpoint: GET /manifest.json"}, "properties": {"repobilityId": "940486cd395d1346", "scanner": "scanner-primary", "fingerprint": "5881fad21d09723d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-dbe081e8b4b040cd", "level": "note", "message": {"text": "Unused endpoint: GET /api/market_review"}, "properties": {"repobilityId": "a3b1a80f10ea921c", "scanner": "scanner-primary", "fingerprint": "dbe081e8b4b040cd", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9a56af81c74a0ead", "level": "note", "message": {"text": "Unused endpoint: GET /api/prices"}, "properties": {"repobilityId": "3c8e1bf02e6a9741", "scanner": "scanner-primary", "fingerprint": "9a56af81c74a0ead", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2d2c925f039361a1", "level": "note", "message": {"text": "Unused endpoint: GET /api/live-prices"}, "properties": {"repobilityId": "eea414437bc2b225", "scanner": "scanner-primary", "fingerprint": "2d2c925f039361a1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b0a322b00d4bf653", "level": "note", "message": {"text": "Unused endpoint: GET /api/backtest"}, "properties": {"repobilityId": "803a545095c20baf", "scanner": "scanner-primary", "fingerprint": "b0a322b00d4bf653", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ffa1eb45fb3627cd", "level": "note", "message": {"text": "Unused endpoint: GET /api/premarket"}, "properties": {"repobilityId": "5906ec7fd104cdb8", "scanner": "scanner-primary", "fingerprint": "ffa1eb45fb3627cd", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-41c53bda0b844794", "level": "note", "message": {"text": "Unused endpoint: GET /data/economic_calendar.json"}, "properties": {"repobilityId": "c4f9f3cec13b0b71", "scanner": "scanner-primary", "fingerprint": "41c53bda0b844794", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3d4d30620b171725", "level": "note", "message": {"text": "Unused endpoint: GET /api/screener/live-prices"}, "properties": {"repobilityId": "df54956ef5d991e9", "scanner": "scanner-primary", "fingerprint": "3d4d30620b171725", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}