{"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-bead75b0f9233e05", "name": "No API endpoints detected", "shortDescription": {"text": "No API endpoints detected"}, "fullDescription": {"text": "The scanner did not find FastAPI/Flask/Express/NestJS/GraphQL/gRPC routes. If this repo exposes APIs, the framework may be unsupported."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "info", "confidence": 1.0}}, {"id": "scanner-bafcabaeb0b99e33", "name": "Stray `console.log` in TS/JS \u2014 components/NotionPage.tsx:327", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 components/NotionPage.tsx:327"}, "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-14ef2f73c784d42f", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 components/ChatAgent.tsx:12", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/ChatAgent.tsx:12"}, "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-4b0ecb51bbfe7594", "name": "TODO/FIXME marker in shipping code \u2014 lib/resolve-notion-page.ts:62", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 lib/resolve-notion-page.ts:62"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-509ee3c66709b306", "name": "Stray `console.log` in TS/JS \u2014 lib/resolve-notion-page.ts:71", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 lib/resolve-notion-page.ts:71"}, "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-7488966d36103fb3", "name": "TODO/FIXME marker in shipping code \u2014 lib/oembed.ts:17", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 lib/oembed.ts:17"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-5e4a96d169a7807c", "name": "Stray `console.log` in TS/JS \u2014 lib/bootstrap-client.ts:2", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 lib/bootstrap-client.ts:2"}, "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-02919ad99179457b", "name": "Stray `console.log` in TS/JS \u2014 lib/preview-images.ts:58", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 lib/preview-images.ts:58"}, "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-a4c2ffc068a3a279", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 pages/_document.tsx:56", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 pages/_document.tsx:56"}, "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-6d7982f6626f5490", "name": "Stray `console.log` in TS/JS \u2014 pages/_app.tsx:53", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 pages/_app.tsx:53"}, "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-4356f9bcde69ee0f", "name": "Insecure pattern 'node_child_process' in next.config.js:3", "shortDescription": {"text": "Insecure pattern 'node_child_process' in next.config.js:3"}, "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-f7aacb368cf159e5", "name": "Insecure pattern 'dangerous_innerhtml' in pages/_document.tsx:56", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in pages/_document.tsx:56"}, "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-3ebb473adc162963", "name": "Insecure pattern 'cors_wildcard' in pages/api/version.ts:91", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in pages/api/version.ts:91"}, "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-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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "2 test file(s) for 94 source file(s) (ratio 0.02). 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 45 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-11825279136b53a3", "name": "CI is configured but no tests are detected", "shortDescription": {"text": "CI is configured but no tests are detected"}, "fullDescription": {"text": "A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, tests. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-0a014833c54d02a6", "name": "Commented-code block (6 lines) in next.config.js:5", "shortDescription": {"text": "Commented-code block (6 lines) in next.config.js:5"}, "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-e0b100689ce63ef3", "name": "Commented-code block (6 lines) in site.config.ts:38", "shortDescription": {"text": "Commented-code block (6 lines) in site.config.ts:38"}, "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-b9ef3c6bd1946a6b", "name": "Network/subprocess call without timeout or try/except \u2014 scripts/generate-cover.py:109", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/generate-cover.py:109"}, "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-5ba6cc1eeafad47a", "name": "Network/subprocess call without timeout or try/except \u2014 scripts/run-heroes.py:46", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/run-heroes.py:46"}, "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-319b4a2d1b443e6f", "name": "Commented-code block (5 lines) in scripts/sync-prompter.mjs:2", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/sync-prompter.mjs:2"}, "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-bfea632f8b7f5e5d", "name": "Network/subprocess call without timeout or try/except \u2014 scripts/run-batch.py:43", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/run-batch.py:43"}, "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-94abfa8c3bfec7a3", "name": "Commented-code block (5 lines) in components/ChatAgent.tsx:10", "shortDescription": {"text": "Commented-code block (5 lines) in components/ChatAgent.tsx:10"}, "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-84def1556b4e2529", "name": "Commented-code block (6 lines) in lib/resolve-notion-page.ts:21", "shortDescription": {"text": "Commented-code block (6 lines) in lib/resolve-notion-page.ts:21"}, "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-f23ea73635b11ab3", "name": "`fetch()` without try/.catch or AbortSignal \u2014 lib/resolve-notion-page.ts:127", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/resolve-notion-page.ts:127"}, "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-f8cc91743950cc01", "name": "Commented-code block (5 lines) in lib/trim-record-map.ts:48", "shortDescription": {"text": "Commented-code block (5 lines) in lib/trim-record-map.ts:48"}, "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-d93be936c2a35093", "name": "Commented-code block (8 lines) in lib/notion.ts:184", "shortDescription": {"text": "Commented-code block (8 lines) in lib/notion.ts:184"}, "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-b8d145035045b332", "name": "Commented-code block (5 lines) in lib/chat-server/bedrock.ts:94", "shortDescription": {"text": "Commented-code block (5 lines) in lib/chat-server/bedrock.ts:94"}, "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-ad514696fd3c85b1", "name": "Commented-code block (5 lines) in pages/[...pageId].tsx:68", "shortDescription": {"text": "Commented-code block (5 lines) in pages/[...pageId].tsx: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-815c5c31b8610945", "name": "Commented-code block (7 lines) in pages/_app.tsx:1", "shortDescription": {"text": "Commented-code block (7 lines) in pages/_app.tsx:1"}, "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}}]}}, "automationDetails": {"id": "repobility/20918"}, "properties": {"repository": "techempower-org/techempower.org", "repoUrl": "https://github.com/techempower-org/techempower.org", "branch": "main"}, "results": [{"ruleId": "scanner-bead75b0f9233e05", "level": "none", "message": {"text": "No API endpoints detected"}, "properties": {"repobilityId": "0f8bb852027c38f8", "scanner": "scanner-primary", "fingerprint": "bead75b0f9233e05", "layer": "api", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-bafcabaeb0b99e33", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 components/NotionPage.tsx:327"}, "properties": {"repobilityId": "24e8d940daf99e19", "scanner": "scanner-primary", "fingerprint": "bafcabaeb0b99e33", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-14ef2f73c784d42f", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/ChatAgent.tsx:12"}, "properties": {"repobilityId": "d09b36f2a88fb6cd", "scanner": "scanner-primary", "fingerprint": "14ef2f73c784d42f", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-4b0ecb51bbfe7594", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 lib/resolve-notion-page.ts:62"}, "properties": {"repobilityId": "dc073719cfbcac8b", "scanner": "scanner-primary", "fingerprint": "4b0ecb51bbfe7594", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-509ee3c66709b306", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 lib/resolve-notion-page.ts:71"}, "properties": {"repobilityId": "30e50962033d7264", "scanner": "scanner-primary", "fingerprint": "509ee3c66709b306", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-7488966d36103fb3", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 lib/oembed.ts:17"}, "properties": {"repobilityId": "226784b3bdd24d13", "scanner": "scanner-primary", "fingerprint": "7488966d36103fb3", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-5e4a96d169a7807c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 lib/bootstrap-client.ts:2"}, "properties": {"repobilityId": "94926a3233b7e429", "scanner": "scanner-primary", "fingerprint": "5e4a96d169a7807c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-02919ad99179457b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 lib/preview-images.ts:58"}, "properties": {"repobilityId": "9686e4cbdf6e2cb9", "scanner": "scanner-primary", "fingerprint": "02919ad99179457b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a4c2ffc068a3a279", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 pages/_document.tsx:56"}, "properties": {"repobilityId": "6b185dcf8cd88f26", "scanner": "scanner-primary", "fingerprint": "a4c2ffc068a3a279", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-6d7982f6626f5490", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 pages/_app.tsx:53"}, "properties": {"repobilityId": "672034f5182898f7", "scanner": "scanner-primary", "fingerprint": "6d7982f6626f5490", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-4356f9bcde69ee0f", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in next.config.js:3"}, "properties": {"repobilityId": "ecee385d3b1b5b82", "scanner": "scanner-primary", "fingerprint": "4356f9bcde69ee0f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "next.config.js"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-f7aacb368cf159e5", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in pages/_document.tsx:56"}, "properties": {"repobilityId": "08616cdc697e1af8", "scanner": "scanner-primary", "fingerprint": "f7aacb368cf159e5", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "pages/_document.tsx"}, "region": {"startLine": 56}}}]}, {"ruleId": "scanner-3ebb473adc162963", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in pages/api/version.ts:91"}, "properties": {"repobilityId": "87904ef0718d7e4b", "scanner": "scanner-primary", "fingerprint": "3ebb473adc162963", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "pages/api/version.ts"}, "region": {"startLine": 91}}}]}, {"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-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": "9b47416cca1fb0c4", "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": "e8b18d3aaaca6243", "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": "ae2032e24bbb5559", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "8bb3a2e7dc9c7943", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "46584f54727bd699", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "1a7f5c9e62cb1261", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "ed3c582a2c8c603a", "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": "73a9a004ef54f6c3", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-0a014833c54d02a6", "level": "none", "message": {"text": "Commented-code block (6 lines) in next.config.js:5"}, "properties": {"repobilityId": "f898c094fb36dc28", "scanner": "scanner-primary", "fingerprint": "0a014833c54d02a6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e0b100689ce63ef3", "level": "none", "message": {"text": "Commented-code block (6 lines) in site.config.ts:38"}, "properties": {"repobilityId": "6f4fe5b730f36131", "scanner": "scanner-primary", "fingerprint": "e0b100689ce63ef3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b9ef3c6bd1946a6b", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/generate-cover.py:109"}, "properties": {"repobilityId": "aa4ba2ec47b6698f", "scanner": "scanner-primary", "fingerprint": "b9ef3c6bd1946a6b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5ba6cc1eeafad47a", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/run-heroes.py:46"}, "properties": {"repobilityId": "e4ba2d0a1d535b75", "scanner": "scanner-primary", "fingerprint": "5ba6cc1eeafad47a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-319b4a2d1b443e6f", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/sync-prompter.mjs:2"}, "properties": {"repobilityId": "f8682c157b176054", "scanner": "scanner-primary", "fingerprint": "319b4a2d1b443e6f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bfea632f8b7f5e5d", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/run-batch.py:43"}, "properties": {"repobilityId": "18799d4c8434b0fa", "scanner": "scanner-primary", "fingerprint": "bfea632f8b7f5e5d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-94abfa8c3bfec7a3", "level": "none", "message": {"text": "Commented-code block (5 lines) in components/ChatAgent.tsx:10"}, "properties": {"repobilityId": "a8c94a826f880125", "scanner": "scanner-primary", "fingerprint": "94abfa8c3bfec7a3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-84def1556b4e2529", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/resolve-notion-page.ts:21"}, "properties": {"repobilityId": "51efaaaa9d59862e", "scanner": "scanner-primary", "fingerprint": "84def1556b4e2529", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f23ea73635b11ab3", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/resolve-notion-page.ts:127"}, "properties": {"repobilityId": "6136c4fb91665b85", "scanner": "scanner-primary", "fingerprint": "f23ea73635b11ab3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f8cc91743950cc01", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/trim-record-map.ts:48"}, "properties": {"repobilityId": "31ba040807c68ca5", "scanner": "scanner-primary", "fingerprint": "f8cc91743950cc01", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d93be936c2a35093", "level": "none", "message": {"text": "Commented-code block (8 lines) in lib/notion.ts:184"}, "properties": {"repobilityId": "efaaa1e428554cd1", "scanner": "scanner-primary", "fingerprint": "d93be936c2a35093", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b8d145035045b332", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/chat-server/bedrock.ts:94"}, "properties": {"repobilityId": "223663d9d5386e41", "scanner": "scanner-primary", "fingerprint": "b8d145035045b332", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ad514696fd3c85b1", "level": "none", "message": {"text": "Commented-code block (5 lines) in pages/[...pageId].tsx:68"}, "properties": {"repobilityId": "0556deeab3e600fc", "scanner": "scanner-primary", "fingerprint": "ad514696fd3c85b1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-815c5c31b8610945", "level": "none", "message": {"text": "Commented-code block (7 lines) in pages/_app.tsx:1"}, "properties": {"repobilityId": "d5d2775457d7ea62", "scanner": "scanner-primary", "fingerprint": "815c5c31b8610945", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}