{"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-82aef9511333a525", "name": "Possibly dead Python function: account_ok", "shortDescription": {"text": "Possibly dead Python function: account_ok"}, "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-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-a6cbec60495f7025", "name": "Insecure pattern 'direct_innerhtml_assignment' in paper_scalper/dashboard/static/index.html:462", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in paper_scalper/dashboard/static/index.html:462"}, "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-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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 28 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci. 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": "low", "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. 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-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-5e81a1cbfc3ed64d", "name": "Commented-code block (5 lines) in paper_scalper/main.py:183", "shortDescription": {"text": "Commented-code block (5 lines) in paper_scalper/main.py:183"}, "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-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:\npaper_scalper/engine/indicators.py:update, paper_scalper/engine/indicators.py:update, paper_scalper/engine/indicators.py:update, paper_scalper/engine/indicators.py:update\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-eb7d39ef37011139", "name": "FastAPI POST `save_params` without auth dependency \u2014 paper_scalper/dashboard/app.py:160", "shortDescription": {"text": "FastAPI POST `save_params` without auth dependency \u2014 paper_scalper/dashboard/app.py:160"}, "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-47e074eb0650c70a", "name": "FastAPI POST `research_run` without auth dependency \u2014 paper_scalper/dashboard/app.py:215", "shortDescription": {"text": "FastAPI POST `research_run` without auth dependency \u2014 paper_scalper/dashboard/app.py:215"}, "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-68c806bbe808d687", "name": "FastAPI POST `research_deploy` without auth dependency \u2014 paper_scalper/dashboard/app.py:228", "shortDescription": {"text": "FastAPI POST `research_deploy` without auth dependency \u2014 paper_scalper/dashboard/app.py:228"}, "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": "`paper_scalper/dashboard/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-87f7ca9628364786", "name": "Unused endpoint: GET /api/overview", "shortDescription": {"text": "Unused endpoint: GET /api/overview"}, "fullDescription": {"text": "`paper_scalper/dashboard/app.py` declares `GET /api/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-41e9c15901ece9fc", "name": "Unused endpoint: GET /api/trades", "shortDescription": {"text": "Unused endpoint: GET /api/trades"}, "fullDescription": {"text": "`paper_scalper/dashboard/app.py` declares `GET /api/trades` 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-e8b0bc146f7e72d2", "name": "Unused endpoint: GET /api/equity", "shortDescription": {"text": "Unused endpoint: GET /api/equity"}, "fullDescription": {"text": "`paper_scalper/dashboard/app.py` declares `GET /api/equity` 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-622bc9a7cb025b0b", "name": "Unused endpoint: GET /api/candles", "shortDescription": {"text": "Unused endpoint: GET /api/candles"}, "fullDescription": {"text": "`paper_scalper/dashboard/app.py` declares `GET /api/candles` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f401ed62f32c2343", "name": "Unused endpoint: GET /api/signals", "shortDescription": {"text": "Unused endpoint: GET /api/signals"}, "fullDescription": {"text": "`paper_scalper/dashboard/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-405d8193e8b1420d", "name": "Unused endpoint: GET /api/hourly", "shortDescription": {"text": "Unused endpoint: GET /api/hourly"}, "fullDescription": {"text": "`paper_scalper/dashboard/app.py` declares `GET /api/hourly` 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-3c2f089d2d808b02", "name": "Unused endpoint: GET /api/daily", "shortDescription": {"text": "Unused endpoint: GET /api/daily"}, "fullDescription": {"text": "`paper_scalper/dashboard/app.py` declares `GET /api/daily` 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-6043b3ba7173f35f", "name": "Unused endpoint: GET /api/params", "shortDescription": {"text": "Unused endpoint: GET /api/params"}, "fullDescription": {"text": "`paper_scalper/dashboard/app.py` declares `GET /api/params` 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-198e2259f6a52888", "name": "Unused endpoint: POST /api/params", "shortDescription": {"text": "Unused endpoint: POST /api/params"}, "fullDescription": {"text": "`paper_scalper/dashboard/app.py` declares `POST /api/params` 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-582d12fea46d8bcf", "name": "Unused endpoint: GET /api/versions", "shortDescription": {"text": "Unused endpoint: GET /api/versions"}, "fullDescription": {"text": "`paper_scalper/dashboard/app.py` declares `GET /api/versions` 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-38c98d54fdf84feb", "name": "Unused endpoint: GET /api/research", "shortDescription": {"text": "Unused endpoint: GET /api/research"}, "fullDescription": {"text": "`paper_scalper/dashboard/app.py` declares `GET /api/research` 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-2fea2495c13ac0bc", "name": "Unused endpoint: POST /api/research/run", "shortDescription": {"text": "Unused endpoint: POST /api/research/run"}, "fullDescription": {"text": "`paper_scalper/dashboard/app.py` declares `POST /api/research/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-5f9f2fa5f003296c", "name": "Unused endpoint: POST /api/research/deploy", "shortDescription": {"text": "Unused endpoint: POST /api/research/deploy"}, "fullDescription": {"text": "`paper_scalper/dashboard/app.py` declares `POST /api/research/deploy` 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": "`paper_scalper/dashboard/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}}]}}, "automationDetails": {"id": "repobility/20183"}, "properties": {"repository": "srikanthmx/paper-scalper", "repoUrl": "https://github.com/srikanthmx/paper-scalper", "branch": "main"}, "results": [{"ruleId": "scanner-82aef9511333a525", "level": "note", "message": {"text": "Possibly dead Python function: account_ok"}, "properties": {"repobilityId": "b1cb8c25200066ca", "scanner": "scanner-primary", "fingerprint": "82aef9511333a525", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "paper_scalper/broker/alpaca_paper.py:52"}, "region": {"startLine": 1}}}]}, {"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-a6cbec60495f7025", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in paper_scalper/dashboard/static/index.html:462"}, "properties": {"repobilityId": "fbc32757896c61ef", "scanner": "scanner-primary", "fingerprint": "a6cbec60495f7025", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "paper_scalper/dashboard/static/index.html"}, "region": {"startLine": 462}}}]}, {"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-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "05d432049fb5308d", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "b950dc4676e3695e", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "da9afc8c842d6db2", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "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": "c57c62b6272478a4", "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": "71854dc3ad033c88", "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": "5e5d25d482583d0b", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"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-5e81a1cbfc3ed64d", "level": "none", "message": {"text": "Commented-code block (5 lines) in paper_scalper/main.py:183"}, "properties": {"repobilityId": "419e4823d3d8c3a4", "scanner": "scanner-primary", "fingerprint": "5e81a1cbfc3ed64d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0027e313ade46c8f", "level": "note", "message": {"text": "Near-duplicate function bodies in 7 places"}, "properties": {"repobilityId": "77f3603f2cb505e8", "scanner": "scanner-primary", "fingerprint": "0027e313ade46c8f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-eb7d39ef37011139", "level": "error", "message": {"text": "FastAPI POST `save_params` without auth dependency \u2014 paper_scalper/dashboard/app.py:160"}, "properties": {"repobilityId": "3170fdb09c796a92", "scanner": "scanner-primary", "fingerprint": "eb7d39ef37011139", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "paper_scalper/dashboard/app.py"}, "region": {"startLine": 160}}}]}, {"ruleId": "scanner-47e074eb0650c70a", "level": "error", "message": {"text": "FastAPI POST `research_run` without auth dependency \u2014 paper_scalper/dashboard/app.py:215"}, "properties": {"repobilityId": "8a19974c586ff483", "scanner": "scanner-primary", "fingerprint": "47e074eb0650c70a", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "paper_scalper/dashboard/app.py"}, "region": {"startLine": 215}}}]}, {"ruleId": "scanner-68c806bbe808d687", "level": "error", "message": {"text": "FastAPI POST `research_deploy` without auth dependency \u2014 paper_scalper/dashboard/app.py:228"}, "properties": {"repobilityId": "c0bd1bc7b3b683e8", "scanner": "scanner-primary", "fingerprint": "68c806bbe808d687", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "paper_scalper/dashboard/app.py"}, "region": {"startLine": 228}}}]}, {"ruleId": "scanner-2de6670d0f6b8168", "level": "note", "message": {"text": "Unused endpoint: GET /api/summary"}, "properties": {"repobilityId": "8b8f54f96205bf07", "scanner": "scanner-primary", "fingerprint": "2de6670d0f6b8168", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-87f7ca9628364786", "level": "note", "message": {"text": "Unused endpoint: GET /api/overview"}, "properties": {"repobilityId": "a83b8071210730ea", "scanner": "scanner-primary", "fingerprint": "87f7ca9628364786", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-41e9c15901ece9fc", "level": "note", "message": {"text": "Unused endpoint: GET /api/trades"}, "properties": {"repobilityId": "56263f3b88ec279b", "scanner": "scanner-primary", "fingerprint": "41e9c15901ece9fc", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e8b0bc146f7e72d2", "level": "note", "message": {"text": "Unused endpoint: GET /api/equity"}, "properties": {"repobilityId": "927093df5304ed46", "scanner": "scanner-primary", "fingerprint": "e8b0bc146f7e72d2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-622bc9a7cb025b0b", "level": "note", "message": {"text": "Unused endpoint: GET /api/candles"}, "properties": {"repobilityId": "a080c048ff494164", "scanner": "scanner-primary", "fingerprint": "622bc9a7cb025b0b", "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": "f6e9a8cf7c163897", "scanner": "scanner-primary", "fingerprint": "f401ed62f32c2343", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-405d8193e8b1420d", "level": "note", "message": {"text": "Unused endpoint: GET /api/hourly"}, "properties": {"repobilityId": "afaaf69057734589", "scanner": "scanner-primary", "fingerprint": "405d8193e8b1420d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3c2f089d2d808b02", "level": "note", "message": {"text": "Unused endpoint: GET /api/daily"}, "properties": {"repobilityId": "b819ee1bd1bfe001", "scanner": "scanner-primary", "fingerprint": "3c2f089d2d808b02", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6043b3ba7173f35f", "level": "note", "message": {"text": "Unused endpoint: GET /api/params"}, "properties": {"repobilityId": "988a1e7825b57eff", "scanner": "scanner-primary", "fingerprint": "6043b3ba7173f35f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-198e2259f6a52888", "level": "note", "message": {"text": "Unused endpoint: POST /api/params"}, "properties": {"repobilityId": "e620c1e9986540e8", "scanner": "scanner-primary", "fingerprint": "198e2259f6a52888", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-582d12fea46d8bcf", "level": "note", "message": {"text": "Unused endpoint: GET /api/versions"}, "properties": {"repobilityId": "51b65f91c8e33a57", "scanner": "scanner-primary", "fingerprint": "582d12fea46d8bcf", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-38c98d54fdf84feb", "level": "note", "message": {"text": "Unused endpoint: GET /api/research"}, "properties": {"repobilityId": "54dff8b63b1f63f2", "scanner": "scanner-primary", "fingerprint": "38c98d54fdf84feb", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2fea2495c13ac0bc", "level": "note", "message": {"text": "Unused endpoint: POST /api/research/run"}, "properties": {"repobilityId": "3fedc426394dedae", "scanner": "scanner-primary", "fingerprint": "2fea2495c13ac0bc", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5f9f2fa5f003296c", "level": "note", "message": {"text": "Unused endpoint: POST /api/research/deploy"}, "properties": {"repobilityId": "cff22672d087117d", "scanner": "scanner-primary", "fingerprint": "5f9f2fa5f003296c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5baa8971ebe192a1", "level": "note", "message": {"text": "Unused endpoint: GET /"}, "properties": {"repobilityId": "19df55fb2c685aea", "scanner": "scanner-primary", "fingerprint": "5baa8971ebe192a1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}