{"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-4e06acf7cb747dd5", "name": "Possibly dead Python function: local_whale_accumulation", "shortDescription": {"text": "Possibly dead Python function: local_whale_accumulation"}, "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-29985197703dcf01", "name": "Possibly dead Python function: local_low_volatility_squeeze", "shortDescription": {"text": "Possibly dead Python function: local_low_volatility_squeeze"}, "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-fff37038e7210329", "name": "Possibly dead Python function: local_unusual_volume", "shortDescription": {"text": "Possibly dead Python function: local_unusual_volume"}, "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-5958e70108852fda", "name": "Possibly dead Python function: local_mean_reversion", "shortDescription": {"text": "Possibly dead Python function: local_mean_reversion"}, "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-3dee65ba0d9756b2", "name": "Possibly dead Python function: local_cycle_reversal_long", "shortDescription": {"text": "Possibly dead Python function: local_cycle_reversal_long"}, "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-5b6e9d41bc315e24", "name": "Possibly dead Python function: local_cycle_reversal_short", "shortDescription": {"text": "Possibly dead Python function: local_cycle_reversal_short"}, "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-3e78b1cce7f17e99", "name": "Possibly dead Python function: local_divergence_scan", "shortDescription": {"text": "Possibly dead Python function: local_divergence_scan"}, "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-fbf85fb9a0a55d33", "name": "Stray `console.log` in TS/JS \u2014 dashboard/public/app.js:56", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 dashboard/public/app.js:56"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d63da3583b14afc0", "name": "Dockerfile runs as root: Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: 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-98f2557d8d8d49a5", "name": "Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/playwright:v1.45.0-noble", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/playwright:v1.45.0-noble"}, "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-3ad38897b71f292d", "name": "Insecure pattern 'node_child_process' in dashboard/server.mjs:4", "shortDescription": {"text": "Insecure pattern 'node_child_process' in dashboard/server.mjs:4"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-693fb46e87bf3912", "name": "Insecure pattern 'direct_innerhtml_assignment' in dashboard/public/app.js:136", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in dashboard/public/app.js:136"}, "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-27924aa79fa4a517", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-cb639d9a10a47b23", "name": "package.json defines install-time lifecycle scripts", "shortDescription": {"text": "package.json defines install-time lifecycle scripts"}, "fullDescription": {"text": "preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-92c357ddba57b2c7", "name": "Very large file: dashboard/public/app.js (1566 lines)", "shortDescription": {"text": "Very large file: dashboard/public/app.js (1566 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-b3ed68815bca2f8c", "name": "Node manifest has dependencies but no lockfile: package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "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 130 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-329b5ff2de101058", "name": "Commented-code block (5 lines) in fetchIndicator.mjs:164", "shortDescription": {"text": "Commented-code block (5 lines) in fetchIndicator.mjs:164"}, "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-f91177fe2d6fe570", "name": "Commented-code block (5 lines) in build_pine_docs.mjs:210", "shortDescription": {"text": "Commented-code block (5 lines) in build_pine_docs.mjs:210"}, "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-7d7c40f6f8d5f2c5", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apply-lib-patch.mjs:6", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apply-lib-patch.mjs:6"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-24e8beadc9a4f4ce", "name": "`fetch()` without try/.catch or AbortSignal \u2014 session_helper.mjs:99", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 session_helper.mjs:99"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-39ca400c22d0fd17", "name": "Network/subprocess call without timeout or try/except \u2014 mcp_server.py:62", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 mcp_server.py:62"}, "fullDescription": {"text": "`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-cfb99681f72144a7", "name": "`fetch()` without try/.catch or AbortSignal \u2014 dashboard/server.mjs:412", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 dashboard/server.mjs:412"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d067f875f2d6fbf4", "name": "`fetch()` without try/.catch or AbortSignal \u2014 dashboard/public/app.js:821", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 dashboard/public/app.js:821"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-c86bbe32d1abf123", "name": "Legacy-named symbol `MyIndicator_v2` in tests/test_bridge_utils_edge_cases.py:23", "shortDescription": {"text": "Legacy-named symbol `MyIndicator_v2` in tests/test_bridge_utils_edge_cases.py:23"}, "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-1da2ab3b55a309a8", "name": "Commented-code block (11 lines) in tests/test_pattern_detector_edge_cases.py:68", "shortDescription": {"text": "Commented-code block (11 lines) in tests/test_pattern_detector_edge_cases.py:68"}, "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-b0b5e7cb1208a7cd", "name": "13 env vars used in code but missing from .env.example", "shortDescription": {"text": "13 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `MCP_HOST`, `MCP_PORT`, `MCP_TRANSPORT`, `NODE_ENV`, `PORT`, `TV_BROWSER_HEADLESS`, `TV_BROWSER_PATH`, `TV_BROWSER_TYPE` + 5 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f1d20ec333f533fc", "name": "Dangling fetch: GET https://www.tradingview.com/accounts/signin/status/ (session_helper.mjs:99)", "shortDescription": {"text": "Dangling fetch: GET https://www.tradingview.com/accounts/signin/status/ (session_helper.mjs:99)"}, "fullDescription": {"text": "`session_helper.mjs:99` calls `GET https://www.tradingview.com/accounts/signin/status/` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/https:/www.tradingview.com/accounts/signin/status`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-bd5fe0f6ad153b91", "name": "Unused endpoint: USE /screenshots", "shortDescription": {"text": "Unused endpoint: USE /screenshots"}, "fullDescription": {"text": "`dashboard/server.mjs` declares `USE /screenshots` 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-6f7ce7d393620bda", "name": "Unused endpoint: POST /api/transpile/indicator", "shortDescription": {"text": "Unused endpoint: POST /api/transpile/indicator"}, "fullDescription": {"text": "`dashboard/server.mjs` declares `POST /api/transpile/indicator` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c213d913c050d455", "name": "Unused endpoint: POST /api/alerts", "shortDescription": {"text": "Unused endpoint: POST /api/alerts"}, "fullDescription": {"text": "`dashboard/server.mjs` declares `POST /api/alerts` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7f8379af015149f1", "name": "Unused endpoint: GET /api/alerts", "shortDescription": {"text": "Unused endpoint: GET /api/alerts"}, "fullDescription": {"text": "`dashboard/server.mjs` declares `GET /api/alerts` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7b89373d8216683b", "name": "Unused endpoint: GET /api/extract/:type", "shortDescription": {"text": "Unused endpoint: GET /api/extract/:type"}, "fullDescription": {"text": "`dashboard/server.mjs` declares `GET /api/extract/: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}}]}}, "automationDetails": {"id": "repobility/24173"}, "properties": {"repository": "andreafinazziinfo/TV-Oracle-Bridge", "repoUrl": "https://github.com/andreafinazziinfo/TV-Oracle-Bridge", "branch": "main"}, "results": [{"ruleId": "scanner-4e06acf7cb747dd5", "level": "note", "message": {"text": "Possibly dead Python function: local_whale_accumulation"}, "properties": {"repobilityId": "5e0bb9ef1012c72d", "scanner": "scanner-primary", "fingerprint": "4e06acf7cb747dd5", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "screener_presets.py:12"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-29985197703dcf01", "level": "note", "message": {"text": "Possibly dead Python function: local_low_volatility_squeeze"}, "properties": {"repobilityId": "5c7b511b2b885956", "scanner": "scanner-primary", "fingerprint": "29985197703dcf01", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "screener_presets.py:17"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-fff37038e7210329", "level": "note", "message": {"text": "Possibly dead Python function: local_unusual_volume"}, "properties": {"repobilityId": "d05d2ee0718ecc81", "scanner": "scanner-primary", "fingerprint": "fff37038e7210329", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "screener_presets.py:26"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-5958e70108852fda", "level": "note", "message": {"text": "Possibly dead Python function: local_mean_reversion"}, "properties": {"repobilityId": "9ac2bd32ca9b86f7", "scanner": "scanner-primary", "fingerprint": "5958e70108852fda", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "screener_presets.py:35"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3dee65ba0d9756b2", "level": "note", "message": {"text": "Possibly dead Python function: local_cycle_reversal_long"}, "properties": {"repobilityId": "8131911ff71354f2", "scanner": "scanner-primary", "fingerprint": "3dee65ba0d9756b2", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "screener_presets.py:40"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-5b6e9d41bc315e24", "level": "note", "message": {"text": "Possibly dead Python function: local_cycle_reversal_short"}, "properties": {"repobilityId": "ccdd8b9b3045b754", "scanner": "scanner-primary", "fingerprint": "5b6e9d41bc315e24", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "screener_presets.py:49"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3e78b1cce7f17e99", "level": "note", "message": {"text": "Possibly dead Python function: local_divergence_scan"}, "properties": {"repobilityId": "f7587187a7794343", "scanner": "scanner-primary", "fingerprint": "3e78b1cce7f17e99", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "screener_presets.py:58"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-fbf85fb9a0a55d33", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 dashboard/public/app.js:56"}, "properties": {"repobilityId": "8a34776c43b87e3e", "scanner": "scanner-primary", "fingerprint": "fbf85fb9a0a55d33", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d63da3583b14afc0", "level": "warning", "message": {"text": "Dockerfile runs as root: Dockerfile"}, "properties": {"repobilityId": "a2ed1bd120e507db", "scanner": "scanner-primary", "fingerprint": "d63da3583b14afc0", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-98f2557d8d8d49a5", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/playwright:v1.45.0-noble"}, "properties": {"repobilityId": "9b07deafb39c9ca9", "scanner": "scanner-primary", "fingerprint": "98f2557d8d8d49a5", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-3ad38897b71f292d", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in dashboard/server.mjs:4"}, "properties": {"repobilityId": "48ae8903c63eac29", "scanner": "scanner-primary", "fingerprint": "3ad38897b71f292d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "dashboard/server.mjs"}, "region": {"startLine": 4}}}]}, {"ruleId": "scanner-693fb46e87bf3912", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in dashboard/public/app.js:136"}, "properties": {"repobilityId": "3de145282b28757b", "scanner": "scanner-primary", "fingerprint": "693fb46e87bf3912", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "dashboard/public/app.js"}, "region": {"startLine": 136}}}]}, {"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-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ae16880318b99912", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 15}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "04f57d208548fcef", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 18}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "989a74409a402368", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 23}}}]}, {"ruleId": "scanner-cb639d9a10a47b23", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "edeab51902066991", "scanner": "scanner-primary", "fingerprint": "cb639d9a10a47b23", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-92c357ddba57b2c7", "level": "note", "message": {"text": "Very large file: dashboard/public/app.js (1566 lines)"}, "properties": {"repobilityId": "7ad29b2df8d81058", "scanner": "scanner-primary", "fingerprint": "92c357ddba57b2c7", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-b3ed68815bca2f8c", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: package.json"}, "properties": {"repobilityId": "7edae0550c126386", "scanner": "scanner-primary", "fingerprint": "b3ed68815bca2f8c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "88e5625adb972fb4", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "13bbb76a82c603c6", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-329b5ff2de101058", "level": "none", "message": {"text": "Commented-code block (5 lines) in fetchIndicator.mjs:164"}, "properties": {"repobilityId": "8b93ed048c407b99", "scanner": "scanner-primary", "fingerprint": "329b5ff2de101058", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f91177fe2d6fe570", "level": "none", "message": {"text": "Commented-code block (5 lines) in build_pine_docs.mjs:210"}, "properties": {"repobilityId": "473173a1a4dfdac5", "scanner": "scanner-primary", "fingerprint": "f91177fe2d6fe570", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7d7c40f6f8d5f2c5", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apply-lib-patch.mjs:6"}, "properties": {"repobilityId": "1bf0cbd011cb8d38", "scanner": "scanner-primary", "fingerprint": "7d7c40f6f8d5f2c5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-24e8beadc9a4f4ce", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 session_helper.mjs:99"}, "properties": {"repobilityId": "8a8ea5163c352055", "scanner": "scanner-primary", "fingerprint": "24e8beadc9a4f4ce", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-39ca400c22d0fd17", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 mcp_server.py:62"}, "properties": {"repobilityId": "c0640e6499a679d9", "scanner": "scanner-primary", "fingerprint": "39ca400c22d0fd17", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-cfb99681f72144a7", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 dashboard/server.mjs:412"}, "properties": {"repobilityId": "ca1bc46886c4769e", "scanner": "scanner-primary", "fingerprint": "cfb99681f72144a7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d067f875f2d6fbf4", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 dashboard/public/app.js:821"}, "properties": {"repobilityId": "cbb1ac25d8f94d0c", "scanner": "scanner-primary", "fingerprint": "d067f875f2d6fbf4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c86bbe32d1abf123", "level": "note", "message": {"text": "Legacy-named symbol `MyIndicator_v2` in tests/test_bridge_utils_edge_cases.py:23"}, "properties": {"repobilityId": "3a107db9e07658e2", "scanner": "scanner-primary", "fingerprint": "c86bbe32d1abf123", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-1da2ab3b55a309a8", "level": "none", "message": {"text": "Commented-code block (11 lines) in tests/test_pattern_detector_edge_cases.py:68"}, "properties": {"repobilityId": "b7be75e16d9ee0a4", "scanner": "scanner-primary", "fingerprint": "1da2ab3b55a309a8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b0b5e7cb1208a7cd", "level": "note", "message": {"text": "13 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "2737b8666c1f7eeb", "scanner": "scanner-primary", "fingerprint": "b0b5e7cb1208a7cd", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-f1d20ec333f533fc", "level": "error", "message": {"text": "Dangling fetch: GET https://www.tradingview.com/accounts/signin/status/ (session_helper.mjs:99)"}, "properties": {"repobilityId": "e79f66c41f136a73", "scanner": "scanner-primary", "fingerprint": "f1d20ec333f533fc", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-bd5fe0f6ad153b91", "level": "note", "message": {"text": "Unused endpoint: USE /screenshots"}, "properties": {"repobilityId": "bb6a72d19dd8afb3", "scanner": "scanner-primary", "fingerprint": "bd5fe0f6ad153b91", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6f7ce7d393620bda", "level": "note", "message": {"text": "Unused endpoint: POST /api/transpile/indicator"}, "properties": {"repobilityId": "1ce6084dc7185545", "scanner": "scanner-primary", "fingerprint": "6f7ce7d393620bda", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c213d913c050d455", "level": "note", "message": {"text": "Unused endpoint: POST /api/alerts"}, "properties": {"repobilityId": "cac1af616439c3ba", "scanner": "scanner-primary", "fingerprint": "c213d913c050d455", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7f8379af015149f1", "level": "note", "message": {"text": "Unused endpoint: GET /api/alerts"}, "properties": {"repobilityId": "29f6c0ff4a32ec80", "scanner": "scanner-primary", "fingerprint": "7f8379af015149f1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7b89373d8216683b", "level": "note", "message": {"text": "Unused endpoint: GET /api/extract/:type"}, "properties": {"repobilityId": "13eeea19361ef2ac", "scanner": "scanner-primary", "fingerprint": "7b89373d8216683b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}