{"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-f9ab21c3dffb7650", "name": "Possibly dead Python function: read_clipboard", "shortDescription": {"text": "Possibly dead Python function: read_clipboard"}, "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-c19b7b1db8c33ac1", "name": "Possibly dead Python function: clear_clipboard", "shortDescription": {"text": "Possibly dead Python function: clear_clipboard"}, "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-33956c2ce3823b64", "name": "Possibly dead Python function: handle_starttag", "shortDescription": {"text": "Possibly dead Python function: handle_starttag"}, "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-1165fb1bef47e103", "name": "Possibly dead Python function: handle_endtag", "shortDescription": {"text": "Possibly dead Python function: handle_endtag"}, "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-59f058d64d9af2a9", "name": "Possibly dead Python function: handle_data", "shortDescription": {"text": "Possibly dead Python function: handle_data"}, "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-767ea5fc84f22bb7", "name": "Possibly dead Python function: handle_entityref", "shortDescription": {"text": "Possibly dead Python function: handle_entityref"}, "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-911b212edaf959ad", "name": "Possibly dead Python function: handle_charref", "shortDescription": {"text": "Possibly dead Python function: handle_charref"}, "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-5567ad93e9b12a03", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 assets/artwork/the-two-of-us-v2/assets/index-D3dhTCgy.js:49", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 assets/artwork/the-two-of-us-v2/assets/index-D3dhTCgy.js:49"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-63a8ec9c8f721780", "name": "Stray `console.log` in TS/JS \u2014 workers/sentry-triage/src/index.js:98", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 workers/sentry-triage/src/index.js:98"}, "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-418cc03174bd333a", "name": "Insecure pattern 'cors_wildcard' in website/functions/api/feedback.js:80", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in website/functions/api/feedback.js:80"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ab2be997da7ed261", "name": "Insecure pattern 'dangerous_innerhtml' in assets/artwork/the-two-of-us-v2/assets/index-D3dhTCgy.js:49", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in assets/artwork/the-two-of-us-v2/assets/index-D3dhTCgy.js:49"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-87fe48143f91fd4b", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/artwork/the-two-of-us-v2/assets/index-D3dhTCgy.js:48", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/artwork/the-two-of-us-v2/assets/index-D3dhTCgy.js:48"}, "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-1838a141491ce38c", "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-7651cc35b26ca787", "name": "Very large file: scripts/eval/acceptance_gate.py (1657 lines)", "shortDescription": {"text": "Very large file: scripts/eval/acceptance_gate.py (1657 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-2e2496ede75236df", "name": "Very large file: Tests/RuntimeUAT/wispr_eyes.py (1882 lines)", "shortDescription": {"text": "Very large file: Tests/RuntimeUAT/wispr_eyes.py (1882 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-4393ddd44e32e155", "name": "Very large file: Tests/RuntimeUAT/uat_runner.py (1617 lines)", "shortDescription": {"text": "Very large file: Tests/RuntimeUAT/uat_runner.py (1617 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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 268 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-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-048de45b2c83b757", "name": "Commented-code block (7 lines) in scripts/eval/acceptance_gate.py:125", "shortDescription": {"text": "Commented-code block (7 lines) in scripts/eval/acceptance_gate.py:125"}, "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-6945091036033635", "name": "Network/subprocess call without timeout or try/except \u2014 scripts/eval/acceptance_gate.py:992", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/eval/acceptance_gate.py:992"}, "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-b7ec7f8aa2742d51", "name": "Commented-code block (7 lines) in scripts/eval/overpolish-eval.py:41", "shortDescription": {"text": "Commented-code block (7 lines) in scripts/eval/overpolish-eval.py:41"}, "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-706c3968834637e3", "name": "Network/subprocess call without timeout or try/except \u2014 scripts/eval/overpolish-eval.py:236", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/eval/overpolish-eval.py:236"}, "fullDescription": {"text": "`urllib.request.urlopen(...)` 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-4f62039748ab0418", "name": "Legacy-named symbol `adversarial_delimiter_v2` in scripts/eval/v4_adversarial_runner.py:51", "shortDescription": {"text": "Legacy-named symbol `adversarial_delimiter_v2` in scripts/eval/v4_adversarial_runner.py:51"}, "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-a78f3337b5b01765", "name": "Network/subprocess call without timeout or try/except \u2014 scripts/eval/alias_suggestion_gate.py:456", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/eval/alias_suggestion_gate.py:456"}, "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-1e9930bc239aff73", "name": "Network/subprocess call without timeout or try/except \u2014 benchmark-results/apple-polish-2026-04-12/harness.py:22", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 benchmark-results/apple-polish-2026-04-12/harness.py:22"}, "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-d676aa77db361c9a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 website/functions/api/feedback.js:48", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 website/functions/api/feedback.js:48"}, "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-52cf7cdfb3410e4b", "name": "Commented-code block (6 lines) in Tests/RuntimeUAT/classifier_benchmark.py:122", "shortDescription": {"text": "Commented-code block (6 lines) in Tests/RuntimeUAT/classifier_benchmark.py:122"}, "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-66fe34e54a9f471a", "name": "Network/subprocess call without timeout or try/except \u2014 Tests/RuntimeUAT/wispr_eyes.py:95", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 Tests/RuntimeUAT/wispr_eyes.py:95"}, "fullDescription": {"text": "`subprocess.Popen(...)` 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-4dcc07c8692b2be0", "name": "Commented-code block (5 lines) in Tests/RuntimeUAT/faultInjection.py:1101", "shortDescription": {"text": "Commented-code block (5 lines) in Tests/RuntimeUAT/faultInjection.py:1101"}, "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-537bb111e79da046", "name": "Network/subprocess call without timeout or try/except \u2014 Tests/RuntimeUAT/faultInjection.py:395", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 Tests/RuntimeUAT/faultInjection.py:395"}, "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-f28c3e6c3904cf07", "name": "Commented-code block (5 lines) in Tests/RuntimeUAT/uat_runner.py:339", "shortDescription": {"text": "Commented-code block (5 lines) in Tests/RuntimeUAT/uat_runner.py:339"}, "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-fcd56e2a574d61cd", "name": "Legacy-named symbol `unstable_legacy` in assets/artwork/the-two-of-us-v2/assets/index-D3dhTCgy.js:48", "shortDescription": {"text": "Legacy-named symbol `unstable_legacy` in assets/artwork/the-two-of-us-v2/assets/index-D3dhTCgy.js:48"}, "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-687958685473c788", "name": "`fetch()` without try/.catch or AbortSignal \u2014 assets/artwork/the-two-of-us-v2/assets/index-D3dhTCgy.js:1", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/artwork/the-two-of-us-v2/assets/index-D3dhTCgy.js:1"}, "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-e20862307a789b6d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 workers/sentry-triage/src/index.js:16", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/sentry-triage/src/index.js:16"}, "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-10d820ed68d57682", "name": "`fetch()` without try/.catch or AbortSignal \u2014 workers/weekly-digest/src/index.js:14", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/weekly-digest/src/index.js:14"}, "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-4208ef9f8bcbbc62", "name": "Network/subprocess call without timeout or try/except \u2014 workers/crisp-kb/upload.py:14", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 workers/crisp-kb/upload.py:14"}, "fullDescription": {"text": "`subprocess.check_output(...)` 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-da9d87ba9fb98076", "name": "Network/subprocess call without timeout or try/except \u2014 workers/crisp-kb/patch-content.py:14", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 workers/crisp-kb/patch-content.py:14"}, "fullDescription": {"text": "`subprocess.check_output(...)` 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-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/eval/chunk_size_benchmark.py:call_openai, scripts/eval/acceptance_gate.py:call_openai\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-be46ea126aa5d8dc", "name": "Near-duplicate function bodies in 3 places", "shortDescription": {"text": "Near-duplicate function bodies in 3 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nTests/RuntimeUAT/screenshot_verify.py:main, Tests/RuntimeUAT/simulate_input.py:main, Tests/RuntimeUAT/ax_inspect.py:main\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/19016"}, "properties": {"repository": "saurabhav88/EnviousWispr", "repoUrl": "https://github.com/saurabhav88/EnviousWispr", "branch": "main"}, "results": [{"ruleId": "scanner-f9ab21c3dffb7650", "level": "note", "message": {"text": "Possibly dead Python function: read_clipboard"}, "properties": {"repobilityId": "df821c234820415d", "scanner": "scanner-primary", "fingerprint": "f9ab21c3dffb7650", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/eval/overpolish-eval.py:267"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c19b7b1db8c33ac1", "level": "note", "message": {"text": "Possibly dead Python function: clear_clipboard"}, "properties": {"repobilityId": "2ba9eaf5c8924ba0", "scanner": "scanner-primary", "fingerprint": "c19b7b1db8c33ac1", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/eval/overpolish-eval.py:272"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-33956c2ce3823b64", "level": "note", "message": {"text": "Possibly dead Python function: handle_starttag"}, "properties": {"repobilityId": "3bf216d149959ebf", "scanner": "scanner-primary", "fingerprint": "33956c2ce3823b64", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workers/crisp-kb/html2md.py:19"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1165fb1bef47e103", "level": "note", "message": {"text": "Possibly dead Python function: handle_endtag"}, "properties": {"repobilityId": "7eb6f3decafc1766", "scanner": "scanner-primary", "fingerprint": "1165fb1bef47e103", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workers/crisp-kb/html2md.py:91"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-59f058d64d9af2a9", "level": "note", "message": {"text": "Possibly dead Python function: handle_data"}, "properties": {"repobilityId": "3a673a278f4fc1e6", "scanner": "scanner-primary", "fingerprint": "59f058d64d9af2a9", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workers/crisp-kb/html2md.py:152"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-767ea5fc84f22bb7", "level": "note", "message": {"text": "Possibly dead Python function: handle_entityref"}, "properties": {"repobilityId": "7c5ac18a5da0189d", "scanner": "scanner-primary", "fingerprint": "767ea5fc84f22bb7", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workers/crisp-kb/html2md.py:164"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-911b212edaf959ad", "level": "note", "message": {"text": "Possibly dead Python function: handle_charref"}, "properties": {"repobilityId": "2b5922bb3f88ade8", "scanner": "scanner-primary", "fingerprint": "911b212edaf959ad", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workers/crisp-kb/html2md.py:167"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-5567ad93e9b12a03", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 assets/artwork/the-two-of-us-v2/assets/index-D3dhTCgy.js:49"}, "properties": {"repobilityId": "0112a3d6ebb68385", "scanner": "scanner-primary", "fingerprint": "5567ad93e9b12a03", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-63a8ec9c8f721780", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 workers/sentry-triage/src/index.js:98"}, "properties": {"repobilityId": "2d17f597f618b01c", "scanner": "scanner-primary", "fingerprint": "63a8ec9c8f721780", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-418cc03174bd333a", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in website/functions/api/feedback.js:80"}, "properties": {"repobilityId": "269eb7937dd65531", "scanner": "scanner-primary", "fingerprint": "418cc03174bd333a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "website/functions/api/feedback.js"}, "region": {"startLine": 80}}}]}, {"ruleId": "scanner-ab2be997da7ed261", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in assets/artwork/the-two-of-us-v2/assets/index-D3dhTCgy.js:49"}, "properties": {"repobilityId": "9dae8a1026b14224", "scanner": "scanner-primary", "fingerprint": "ab2be997da7ed261", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/artwork/the-two-of-us-v2/assets/index-D3dhTCgy.js"}, "region": {"startLine": 49}}}]}, {"ruleId": "scanner-87fe48143f91fd4b", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/artwork/the-two-of-us-v2/assets/index-D3dhTCgy.js:48"}, "properties": {"repobilityId": "d7ee0fe6d161b712", "scanner": "scanner-primary", "fingerprint": "87fe48143f91fd4b", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/artwork/the-two-of-us-v2/assets/index-D3dhTCgy.js"}, "region": {"startLine": 48}}}]}, {"ruleId": "scanner-1838a141491ce38c", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "b8fd4f5048f96576", "scanner": "scanner-primary", "fingerprint": "1838a141491ce38c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-7651cc35b26ca787", "level": "note", "message": {"text": "Very large file: scripts/eval/acceptance_gate.py (1657 lines)"}, "properties": {"repobilityId": "7283ec549b38e337", "scanner": "scanner-primary", "fingerprint": "7651cc35b26ca787", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-2e2496ede75236df", "level": "note", "message": {"text": "Very large file: Tests/RuntimeUAT/wispr_eyes.py (1882 lines)"}, "properties": {"repobilityId": "5f0fe5e868228841", "scanner": "scanner-primary", "fingerprint": "2e2496ede75236df", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-4393ddd44e32e155", "level": "note", "message": {"text": "Very large file: Tests/RuntimeUAT/uat_runner.py (1617 lines)"}, "properties": {"repobilityId": "517f65b9b0e92311", "scanner": "scanner-primary", "fingerprint": "4393ddd44e32e155", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "0e9fdb18a861ebe6", "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": "8518e21527e03cdc", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "f2743f4d8c3c492f", "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": "4bf34f6c2c6c427c", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-048de45b2c83b757", "level": "none", "message": {"text": "Commented-code block (7 lines) in scripts/eval/acceptance_gate.py:125"}, "properties": {"repobilityId": "c2fc7864cc676b92", "scanner": "scanner-primary", "fingerprint": "048de45b2c83b757", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6945091036033635", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/eval/acceptance_gate.py:992"}, "properties": {"repobilityId": "dfcaecb382ac7529", "scanner": "scanner-primary", "fingerprint": "6945091036033635", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b7ec7f8aa2742d51", "level": "none", "message": {"text": "Commented-code block (7 lines) in scripts/eval/overpolish-eval.py:41"}, "properties": {"repobilityId": "7e8040f5062d8e1d", "scanner": "scanner-primary", "fingerprint": "b7ec7f8aa2742d51", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-706c3968834637e3", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/eval/overpolish-eval.py:236"}, "properties": {"repobilityId": "771fb3e12778758d", "scanner": "scanner-primary", "fingerprint": "706c3968834637e3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4f62039748ab0418", "level": "note", "message": {"text": "Legacy-named symbol `adversarial_delimiter_v2` in scripts/eval/v4_adversarial_runner.py:51"}, "properties": {"repobilityId": "cbcf6fbe8ca24157", "scanner": "scanner-primary", "fingerprint": "4f62039748ab0418", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-a78f3337b5b01765", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/eval/alias_suggestion_gate.py:456"}, "properties": {"repobilityId": "fdd2621562de1dbf", "scanner": "scanner-primary", "fingerprint": "a78f3337b5b01765", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1e9930bc239aff73", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 benchmark-results/apple-polish-2026-04-12/harness.py:22"}, "properties": {"repobilityId": "9c81e5b566e3c0c3", "scanner": "scanner-primary", "fingerprint": "1e9930bc239aff73", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d676aa77db361c9a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 website/functions/api/feedback.js:48"}, "properties": {"repobilityId": "aaf883b272604159", "scanner": "scanner-primary", "fingerprint": "d676aa77db361c9a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-52cf7cdfb3410e4b", "level": "none", "message": {"text": "Commented-code block (6 lines) in Tests/RuntimeUAT/classifier_benchmark.py:122"}, "properties": {"repobilityId": "7548db153a93c839", "scanner": "scanner-primary", "fingerprint": "52cf7cdfb3410e4b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-66fe34e54a9f471a", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 Tests/RuntimeUAT/wispr_eyes.py:95"}, "properties": {"repobilityId": "c949d51176f828ef", "scanner": "scanner-primary", "fingerprint": "66fe34e54a9f471a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4dcc07c8692b2be0", "level": "none", "message": {"text": "Commented-code block (5 lines) in Tests/RuntimeUAT/faultInjection.py:1101"}, "properties": {"repobilityId": "7c5df50ea90030a2", "scanner": "scanner-primary", "fingerprint": "4dcc07c8692b2be0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-537bb111e79da046", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 Tests/RuntimeUAT/faultInjection.py:395"}, "properties": {"repobilityId": "01dba68aea52ccc8", "scanner": "scanner-primary", "fingerprint": "537bb111e79da046", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f28c3e6c3904cf07", "level": "none", "message": {"text": "Commented-code block (5 lines) in Tests/RuntimeUAT/uat_runner.py:339"}, "properties": {"repobilityId": "be36ea72691e5786", "scanner": "scanner-primary", "fingerprint": "f28c3e6c3904cf07", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fcd56e2a574d61cd", "level": "note", "message": {"text": "Legacy-named symbol `unstable_legacy` in assets/artwork/the-two-of-us-v2/assets/index-D3dhTCgy.js:48"}, "properties": {"repobilityId": "52b0f21e87dd2084", "scanner": "scanner-primary", "fingerprint": "fcd56e2a574d61cd", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-687958685473c788", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/artwork/the-two-of-us-v2/assets/index-D3dhTCgy.js:1"}, "properties": {"repobilityId": "f3eeef3e06c7401c", "scanner": "scanner-primary", "fingerprint": "687958685473c788", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e20862307a789b6d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/sentry-triage/src/index.js:16"}, "properties": {"repobilityId": "2637bf60eccf73d1", "scanner": "scanner-primary", "fingerprint": "e20862307a789b6d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-10d820ed68d57682", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/weekly-digest/src/index.js:14"}, "properties": {"repobilityId": "36cb5e5903ad7932", "scanner": "scanner-primary", "fingerprint": "10d820ed68d57682", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4208ef9f8bcbbc62", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 workers/crisp-kb/upload.py:14"}, "properties": {"repobilityId": "15bb1c9a5c76e9c9", "scanner": "scanner-primary", "fingerprint": "4208ef9f8bcbbc62", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-da9d87ba9fb98076", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 workers/crisp-kb/patch-content.py:14"}, "properties": {"repobilityId": "cdb4f532574025e6", "scanner": "scanner-primary", "fingerprint": "da9d87ba9fb98076", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "7435ac8785218427", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "41af2695c8d97af7", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "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": "65bfd268fb987e73", "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": "4b6581a3946de432", "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": "97cc2d6e13a275a3", "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": "43cf02ea9c4b0cc1", "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": "b3cbc05990a661af", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}