{"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-3ac220383e7cf188", "name": "Stray `console.log` in TS/JS \u2014 api/chat.ts:106", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 api/chat.ts:106"}, "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-fb8cc185bcf493b1", "name": "Insecure pattern 'direct_innerhtml_assignment' in js/chrome.js:14", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/chrome.js:14"}, "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-e8b1c2249a1ddd45", "name": "Insecure pattern 'direct_innerhtml_assignment' in public/js/chrome.js:14", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/js/chrome.js:14"}, "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-916adc64d6311ac7", "name": "Insecure pattern 'direct_innerhtml_assignment' in public/ask/index.html:187", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/ask/index.html:187"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 30 source file(s) (ratio 0.00). 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 10 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-8441940926bde642", "name": "`fetch()` without try/.catch or AbortSignal \u2014 docs-site/snippets/GerEntities.jsx:11", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 docs-site/snippets/GerEntities.jsx:11"}, "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-60dbcdadc194c246", "name": "`fetch()` without try/.catch or AbortSignal \u2014 docs-site/snippets/GerReceipt.jsx:117", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 docs-site/snippets/GerReceipt.jsx:117"}, "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-beed76e4795a8f36", "name": "`fetch()` without try/.catch or AbortSignal \u2014 docs-site/snippets/GerLookup.jsx:51", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 docs-site/snippets/GerLookup.jsx:51"}, "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-276b2e90d99d1839", "name": "`fetch()` without try/.catch or AbortSignal \u2014 api/access.ts:47", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/access.ts:47"}, "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-316080b8a1c47b6b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 api/chat.ts:84", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/chat.ts:84"}, "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-691ef02aaf3cdeb7", "name": "Commented-code block (6 lines) in scripts/export-ger.mjs:2", "shortDescription": {"text": "Commented-code block (6 lines) in scripts/export-ger.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-96b0cdc9bdb43e47", "name": "Commented-code block (5 lines) in scripts/generate-code-mdx.mjs:2", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/generate-code-mdx.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-96e6f9644587509f", "name": "Commented-code block (9 lines) in src/content.config.ts:1", "shortDescription": {"text": "Commented-code block (9 lines) in src/content.config.ts: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}}, {"id": "scanner-cf943abed1d487af", "name": "Commented-code block (6 lines) in src/lib/insights.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/insights.ts: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/20607"}, "properties": {"repository": "svrnos/site", "repoUrl": "https://github.com/svrnos/site", "branch": "main"}, "results": [{"ruleId": "scanner-3ac220383e7cf188", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 api/chat.ts:106"}, "properties": {"repobilityId": "cd79ba4315bf4181", "scanner": "scanner-primary", "fingerprint": "3ac220383e7cf188", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-fb8cc185bcf493b1", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/chrome.js:14"}, "properties": {"repobilityId": "ec71e0446c6583bb", "scanner": "scanner-primary", "fingerprint": "fb8cc185bcf493b1", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/chrome.js"}, "region": {"startLine": 14}}}]}, {"ruleId": "scanner-e8b1c2249a1ddd45", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/js/chrome.js:14"}, "properties": {"repobilityId": "87d26d5001074668", "scanner": "scanner-primary", "fingerprint": "e8b1c2249a1ddd45", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "public/js/chrome.js"}, "region": {"startLine": 14}}}]}, {"ruleId": "scanner-916adc64d6311ac7", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/ask/index.html:187"}, "properties": {"repobilityId": "6246cd7c4fe196a7", "scanner": "scanner-primary", "fingerprint": "916adc64d6311ac7", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "public/ask/index.html"}, "region": {"startLine": 187}}}]}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-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": "5a73b61a4cfb610c", "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": "6e9d40a83666aa8c", "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": "995928b53a7b683e", "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": "9af66258f654167e", "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": "2bd12e6a6b477575", "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": "cff2e57859072558", "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": "9592c2a6d2ec11cc", "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": "25a8638a3cebefb8", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-8441940926bde642", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 docs-site/snippets/GerEntities.jsx:11"}, "properties": {"repobilityId": "69fb5bced22c701a", "scanner": "scanner-primary", "fingerprint": "8441940926bde642", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-60dbcdadc194c246", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 docs-site/snippets/GerReceipt.jsx:117"}, "properties": {"repobilityId": "abdeefa695f64770", "scanner": "scanner-primary", "fingerprint": "60dbcdadc194c246", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-beed76e4795a8f36", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 docs-site/snippets/GerLookup.jsx:51"}, "properties": {"repobilityId": "a993fc0628c00076", "scanner": "scanner-primary", "fingerprint": "beed76e4795a8f36", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-276b2e90d99d1839", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/access.ts:47"}, "properties": {"repobilityId": "6ab9226de3716458", "scanner": "scanner-primary", "fingerprint": "276b2e90d99d1839", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-316080b8a1c47b6b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/chat.ts:84"}, "properties": {"repobilityId": "c8f44ba9bb4ec531", "scanner": "scanner-primary", "fingerprint": "316080b8a1c47b6b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-691ef02aaf3cdeb7", "level": "none", "message": {"text": "Commented-code block (6 lines) in scripts/export-ger.mjs:2"}, "properties": {"repobilityId": "38f7d63227a3c5d9", "scanner": "scanner-primary", "fingerprint": "691ef02aaf3cdeb7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-96b0cdc9bdb43e47", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/generate-code-mdx.mjs:2"}, "properties": {"repobilityId": "ecb2ce1db3881d3c", "scanner": "scanner-primary", "fingerprint": "96b0cdc9bdb43e47", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-96e6f9644587509f", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/content.config.ts:1"}, "properties": {"repobilityId": "5cd4f5b12bda7256", "scanner": "scanner-primary", "fingerprint": "96e6f9644587509f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cf943abed1d487af", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/insights.ts:1"}, "properties": {"repobilityId": "66746420c9630fa6", "scanner": "scanner-primary", "fingerprint": "cf943abed1d487af", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}