{"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-7cc7cc1696ddf671", "name": "Possibly dead Python function: wilson_lb", "shortDescription": {"text": "Possibly dead Python function: wilson_lb"}, "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-cf98fca029d748ab", "name": "Possibly dead Python function: gross_pl", "shortDescription": {"text": "Possibly dead Python function: gross_pl"}, "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-9b1237abddb38793", "name": "Possibly dead Python function: max_drawdown_from_series", "shortDescription": {"text": "Possibly dead Python function: max_drawdown_from_series"}, "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-79054aa48b5431ab", "name": "Possibly dead Python function: sortino_annualized", "shortDescription": {"text": "Possibly dead Python function: sortino_annualized"}, "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-3f8bc1f5c6fda33a", "name": "Possibly dead Python function: latest_run_status", "shortDescription": {"text": "Possibly dead Python function: latest_run_status"}, "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-0f1b314da273e6b5", "name": "Possibly dead Python function: load_cursor", "shortDescription": {"text": "Possibly dead Python function: load_cursor"}, "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-f840fff7a6475189", "name": "Stray `console.log` in TS/JS \u2014 scripts/cdp_verify_timing.js:132", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/cdp_verify_timing.js:132"}, "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-88766018950c3715", "name": "Stray `console.log` in TS/JS \u2014 scripts/cdp_verify_auth.js:169", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/cdp_verify_auth.js:169"}, "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-75c5bd45b1d694ff", "name": "Stray `console.log` in TS/JS \u2014 scripts/dashboard_audit.js:46", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/dashboard_audit.js:46"}, "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-935f09b4fb1c0ce3", "name": "Stray `console.log` in TS/JS \u2014 scripts/cdp_verify_live.js:143", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/cdp_verify_live.js:143"}, "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-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-6edf52a2d0c0f4bb", "name": "Dockerfile runs as root: railway/live-bridge/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: railway/live-bridge/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-c8240b5930aebfd3", "name": "Docker base image is tag-pinned but not digest-pinned: tailscale/tailscale:stable", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: tailscale/tailscale:stable"}, "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-5d76492d567b3e2c", "name": "Docker base image is tag-pinned but not digest-pinned: debian:bookworm-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: debian:bookworm-slim"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-aa5acaa49eb8315b", "name": "Containers defined but no K8s/orchestration manifest found", "shortDescription": {"text": "Containers defined but no K8s/orchestration manifest found"}, "fullDescription": {"text": "Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-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-65bf39ec99bcb17a", "name": "Insecure pattern 'direct_innerhtml_assignment' in app.js:353", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app.js:353"}, "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-fe20cc65ca76e496", "name": "Insecure pattern 'insert_adjacent_html' in app.js:592", "shortDescription": {"text": "Insecure pattern 'insert_adjacent_html' in app.js:592"}, "fullDescription": {"text": "Found a known-risky pattern (insert_adjacent_html). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e7a4065e22a22442", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "tailscale/github-action@v3 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": "medium", "confidence": 1.0}}, {"id": "scanner-0f121432a9005b9b", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/upload-artifact@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-c4f2af16c1a304f9", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "tailscale/github-action@v3 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": "medium", "confidence": 1.0}}, {"id": "scanner-1520623a9b613bf3", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1fac8065c3e710b4", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "tailscale/github-action@v3 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": "medium", "confidence": 1.0}}, {"id": "scanner-b8c4de9dc54faa2f", "name": "Very large file: app.js (5939 lines)", "shortDescription": {"text": "Very large file: app.js (5939 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-f05e3279b6b3b9c2", "name": "Very large file: scripts/post_merge.py (3005 lines)", "shortDescription": {"text": "Very large file: scripts/post_merge.py (3005 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": "1 test file(s) for 32 source file(s) (ratio 0.03). 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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 101 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-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-55e4dd594e8a2c62", "name": "`fetch()` without try/.catch or AbortSignal \u2014 supabase-client.js:94", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase-client.js:94"}, "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-98335ec99f3f8f40", "name": "Commented-code block (6 lines) in app.js:77", "shortDescription": {"text": "Commented-code block (6 lines) in app.js:77"}, "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-e7c1e325c5e08969", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app.js:1236", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app.js:1236"}, "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-00300c7be19c6a34", "name": "Commented-code block (6 lines) in data-source.js:70", "shortDescription": {"text": "Commented-code block (6 lines) in data-source.js:70"}, "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-3d04b0e9ce4b12c1", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/cdp_verify_timing.js:41", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/cdp_verify_timing.js:41"}, "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-b3ff189e92f71356", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/cdp_verify_auth.js:49", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/cdp_verify_auth.js:49"}, "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-16bcbd48b5fa9f2b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/dashboard_audit.js:68", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/dashboard_audit.js:68"}, "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-5f8fab6e6283f6d0", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/cdp_verify_live.js:44", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/cdp_verify_live.js:44"}, "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-3dc172bdcc1d9297", "name": "Commented-code block (12 lines) in scripts/mcp_health.py:68", "shortDescription": {"text": "Commented-code block (12 lines) in scripts/mcp_health.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-4ef4293b7b5f04d1", "name": "Commented-code block (5 lines) in scripts/post_merge.py:79", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/post_merge.py:79"}, "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-d72eb7f2b9e987df", "name": "Commented-code block (10 lines) in scripts/integrity_watchdog.py:424", "shortDescription": {"text": "Commented-code block (10 lines) in scripts/integrity_watchdog.py:424"}, "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-ad4c946a62486220", "name": "Commented-code block (5 lines) in scripts/verify_trade_direction.py:116", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/verify_trade_direction.py:116"}, "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-433f5563d234e698", "name": "Commented-code block (5 lines) in scripts/verify_integrity.py:55", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/verify_integrity.py:55"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-f808a4ef3e1071fb", "name": "14 env vars used in code but missing from .env.example", "shortDescription": {"text": "14 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `AUTO_RECOVERY`, `LIVE_INTERVAL_SECS`, `LIVE_VPS_TAG`, `MCP_HEALTH_LOW_RAM_MB`, `MCP_HEALTH_RAM_CRITICAL_MB`, `MCP_HEALTH_STALE_SEC`, `R2_ACCESS_KEY_ID`, `R2_ACCOUNT_ID` + 6 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-2c04133e54348533", "name": "Near-duplicate function bodies in 2 places", "shortDescription": {"text": "Near-duplicate function bodies in 2 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nscripts/fetch_ledger.py:load_env, scripts/emit_timing.py:load_env\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}}]}}, "automationDetails": {"id": "repobility/23267"}, "properties": {"repository": "yody38/KizCapital-Battle-of-Bots", "repoUrl": "https://github.com/yody38/KizCapital-Battle-of-Bots", "branch": "main"}, "results": [{"ruleId": "scanner-7cc7cc1696ddf671", "level": "note", "message": {"text": "Possibly dead Python function: wilson_lb"}, "properties": {"repobilityId": "44cfdf02c3b0d974", "scanner": "scanner-primary", "fingerprint": "7cc7cc1696ddf671", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/_metrics.py:78"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-cf98fca029d748ab", "level": "note", "message": {"text": "Possibly dead Python function: gross_pl"}, "properties": {"repobilityId": "c393c1c846ceef9e", "scanner": "scanner-primary", "fingerprint": "cf98fca029d748ab", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/_metrics.py:100"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-9b1237abddb38793", "level": "note", "message": {"text": "Possibly dead Python function: max_drawdown_from_series"}, "properties": {"repobilityId": "75cb446b86adc860", "scanner": "scanner-primary", "fingerprint": "9b1237abddb38793", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/_metrics.py:174"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-79054aa48b5431ab", "level": "note", "message": {"text": "Possibly dead Python function: sortino_annualized"}, "properties": {"repobilityId": "f5b9b81a75d88b0b", "scanner": "scanner-primary", "fingerprint": "79054aa48b5431ab", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/_metrics.py:198"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3f8bc1f5c6fda33a", "level": "note", "message": {"text": "Possibly dead Python function: latest_run_status"}, "properties": {"repobilityId": "f22a6852850f763e", "scanner": "scanner-primary", "fingerprint": "3f8bc1f5c6fda33a", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/dispatch_refresh.py:91"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0f1b314da273e6b5", "level": "note", "message": {"text": "Possibly dead Python function: load_cursor"}, "properties": {"repobilityId": "21ecd74ceed82ce8", "scanner": "scanner-primary", "fingerprint": "0f1b314da273e6b5", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/promote_to_runbook.py:39"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f840fff7a6475189", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/cdp_verify_timing.js:132"}, "properties": {"repobilityId": "d60819f6c63e505b", "scanner": "scanner-primary", "fingerprint": "f840fff7a6475189", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-88766018950c3715", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/cdp_verify_auth.js:169"}, "properties": {"repobilityId": "7b9b73d52574dacc", "scanner": "scanner-primary", "fingerprint": "88766018950c3715", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-75c5bd45b1d694ff", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/dashboard_audit.js:46"}, "properties": {"repobilityId": "14ca5afbbd118eda", "scanner": "scanner-primary", "fingerprint": "75c5bd45b1d694ff", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-935f09b4fb1c0ce3", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/cdp_verify_live.js:143"}, "properties": {"repobilityId": "ad29179d1d22a878", "scanner": "scanner-primary", "fingerprint": "935f09b4fb1c0ce3", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"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-6edf52a2d0c0f4bb", "level": "warning", "message": {"text": "Dockerfile runs as root: railway/live-bridge/Dockerfile"}, "properties": {"repobilityId": "6bb9f6f7491d7381", "scanner": "scanner-primary", "fingerprint": "6edf52a2d0c0f4bb", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-c8240b5930aebfd3", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: tailscale/tailscale:stable"}, "properties": {"repobilityId": "29bfc725d800f281", "scanner": "scanner-primary", "fingerprint": "c8240b5930aebfd3", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "railway/live-bridge/Dockerfile"}, "region": {"startLine": 9}}}]}, {"ruleId": "scanner-5d76492d567b3e2c", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: debian:bookworm-slim"}, "properties": {"repobilityId": "a36136ccdd6bd95e", "scanner": "scanner-primary", "fingerprint": "5d76492d567b3e2c", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "railway/live-bridge/Dockerfile"}, "region": {"startLine": 11}}}]}, {"ruleId": "scanner-aa5acaa49eb8315b", "level": "note", "message": {"text": "Containers defined but no K8s/orchestration manifest found"}, "properties": {"repobilityId": "b230ea9b68736081", "scanner": "scanner-primary", "fingerprint": "aa5acaa49eb8315b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["coverage", "deployment"]}}, {"ruleId": "scanner-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-65bf39ec99bcb17a", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app.js:353"}, "properties": {"repobilityId": "b6b0c8b85ab66ded", "scanner": "scanner-primary", "fingerprint": "65bf39ec99bcb17a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.js"}, "region": {"startLine": 353}}}]}, {"ruleId": "scanner-fe20cc65ca76e496", "level": "warning", "message": {"text": "Insecure pattern 'insert_adjacent_html' in app.js:592"}, "properties": {"repobilityId": "5c47c97732fc6129", "scanner": "scanner-primary", "fingerprint": "fe20cc65ca76e496", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "insert_adjacent_html"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.js"}, "region": {"startLine": 592}}}]}, {"ruleId": "scanner-e7a4065e22a22442", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "38234dee6d1865a0", "scanner": "scanner-primary", "fingerprint": "e7a4065e22a22442", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/sampler-tick.yml"}, "region": {"startLine": 41}}}]}, {"ruleId": "scanner-0f121432a9005b9b", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "4ee2912c1f57dae3", "scanner": "scanner-primary", "fingerprint": "0f121432a9005b9b", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/integrity-watchdog.yml"}, "region": {"startLine": 38}}}]}, {"ruleId": "scanner-c4f2af16c1a304f9", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1b0a7e38ebea4169", "scanner": "scanner-primary", "fingerprint": "c4f2af16c1a304f9", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/refresh.yml"}, "region": {"startLine": 35}}}]}, {"ruleId": "scanner-c4f2af16c1a304f9", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "295ed299c0ff9118", "scanner": "scanner-primary", "fingerprint": "c4f2af16c1a304f9", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/refresh.yml"}, "region": {"startLine": 54}}}]}, {"ruleId": "scanner-c4f2af16c1a304f9", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "baf4a53771e980fa", "scanner": "scanner-primary", "fingerprint": "c4f2af16c1a304f9", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/refresh.yml"}, "region": {"startLine": 79}}}]}, {"ruleId": "scanner-c4f2af16c1a304f9", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "78b8b84e1dba3b28", "scanner": "scanner-primary", "fingerprint": "c4f2af16c1a304f9", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/refresh.yml"}, "region": {"startLine": 86}}}]}, {"ruleId": "scanner-c4f2af16c1a304f9", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "78b8b84e1dba3b28", "scanner": "scanner-primary", "fingerprint": "c4f2af16c1a304f9", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/refresh.yml"}, "region": {"startLine": 95}}}]}, {"ruleId": "scanner-1520623a9b613bf3", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "0dc14612ff72d74f", "scanner": "scanner-primary", "fingerprint": "1520623a9b613bf3", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/refresh.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1fac8065c3e710b4", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "f3fd65c3e3d56f6b", "scanner": "scanner-primary", "fingerprint": "1fac8065c3e710b4", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/mcp-health.yml"}, "region": {"startLine": 33}}}]}, {"ruleId": "scanner-1fac8065c3e710b4", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1de9664c2997fe89", "scanner": "scanner-primary", "fingerprint": "1fac8065c3e710b4", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/mcp-health.yml"}, "region": {"startLine": 41}}}]}, {"ruleId": "scanner-1fac8065c3e710b4", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "018c87a0a738f62b", "scanner": "scanner-primary", "fingerprint": "1fac8065c3e710b4", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/mcp-health.yml"}, "region": {"startLine": 61}}}]}, {"ruleId": "scanner-1fac8065c3e710b4", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "3636f546862b6bb0", "scanner": "scanner-primary", "fingerprint": "1fac8065c3e710b4", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/mcp-health.yml"}, "region": {"startLine": 68}}}]}, {"ruleId": "scanner-b8c4de9dc54faa2f", "level": "note", "message": {"text": "Very large file: app.js (5939 lines)"}, "properties": {"repobilityId": "aa2136e88ad2315e", "scanner": "scanner-primary", "fingerprint": "b8c4de9dc54faa2f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-f05e3279b6b3b9c2", "level": "note", "message": {"text": "Very large file: scripts/post_merge.py (3005 lines)"}, "properties": {"repobilityId": "877e7f9103572551", "scanner": "scanner-primary", "fingerprint": "f05e3279b6b3b9c2", "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": "cc7c695813119183", "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": "63d7e78511226200", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "728b3ea3d4865c88", "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": "65703df20848dc4c", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-55e4dd594e8a2c62", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase-client.js:94"}, "properties": {"repobilityId": "b8d3cf0f51b0747e", "scanner": "scanner-primary", "fingerprint": "55e4dd594e8a2c62", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-98335ec99f3f8f40", "level": "none", "message": {"text": "Commented-code block (6 lines) in app.js:77"}, "properties": {"repobilityId": "615b5384aa483cc2", "scanner": "scanner-primary", "fingerprint": "98335ec99f3f8f40", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e7c1e325c5e08969", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app.js:1236"}, "properties": {"repobilityId": "805983d972c799bf", "scanner": "scanner-primary", "fingerprint": "e7c1e325c5e08969", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-00300c7be19c6a34", "level": "none", "message": {"text": "Commented-code block (6 lines) in data-source.js:70"}, "properties": {"repobilityId": "520d7573db938dc5", "scanner": "scanner-primary", "fingerprint": "00300c7be19c6a34", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3d04b0e9ce4b12c1", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/cdp_verify_timing.js:41"}, "properties": {"repobilityId": "f00610ca76941ebc", "scanner": "scanner-primary", "fingerprint": "3d04b0e9ce4b12c1", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b3ff189e92f71356", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/cdp_verify_auth.js:49"}, "properties": {"repobilityId": "262e2c9239e4873c", "scanner": "scanner-primary", "fingerprint": "b3ff189e92f71356", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-16bcbd48b5fa9f2b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/dashboard_audit.js:68"}, "properties": {"repobilityId": "accad6df6ea626f1", "scanner": "scanner-primary", "fingerprint": "16bcbd48b5fa9f2b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5f8fab6e6283f6d0", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/cdp_verify_live.js:44"}, "properties": {"repobilityId": "f398c141c36d4d61", "scanner": "scanner-primary", "fingerprint": "5f8fab6e6283f6d0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3dc172bdcc1d9297", "level": "none", "message": {"text": "Commented-code block (12 lines) in scripts/mcp_health.py:68"}, "properties": {"repobilityId": "4d897e270ca8e4ec", "scanner": "scanner-primary", "fingerprint": "3dc172bdcc1d9297", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4ef4293b7b5f04d1", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/post_merge.py:79"}, "properties": {"repobilityId": "0666541980c64c8d", "scanner": "scanner-primary", "fingerprint": "4ef4293b7b5f04d1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d72eb7f2b9e987df", "level": "none", "message": {"text": "Commented-code block (10 lines) in scripts/integrity_watchdog.py:424"}, "properties": {"repobilityId": "7f7b9f902aec4afb", "scanner": "scanner-primary", "fingerprint": "d72eb7f2b9e987df", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ad4c946a62486220", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/verify_trade_direction.py:116"}, "properties": {"repobilityId": "fbbe8305dbd3eb61", "scanner": "scanner-primary", "fingerprint": "ad4c946a62486220", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-433f5563d234e698", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/verify_integrity.py:55"}, "properties": {"repobilityId": "c760a70518e54eeb", "scanner": "scanner-primary", "fingerprint": "433f5563d234e698", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f808a4ef3e1071fb", "level": "note", "message": {"text": "14 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "ce6b2ec4be4ec75a", "scanner": "scanner-primary", "fingerprint": "f808a4ef3e1071fb", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "11889697d1949b45", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "83924c88daaf75e2", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "b015aff367b0339d", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "a99954fabbb2bd62", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "612d332926648927", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "e2031a0b4dab57b0", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "d53ebdddb1287110", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}