{"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-6a2e71abf1b40262", "name": "Stray `console.log` in TS/JS \u2014 server.js:440", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 server.js:440"}, "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-ea4da366c0c7a2d1", "name": "Stray `console.log` in TS/JS \u2014 test/fuzz.js:191", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 test/fuzz.js:191"}, "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-8f928fe2bbe8a648", "name": "Stray `console.log` in TS/JS \u2014 test/ai.js:44", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 test/ai.js:44"}, "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-e5335dc5fdd276e2", "name": "Stray `console.log` in TS/JS \u2014 test/server.js:14", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 test/server.js:14"}, "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-04798922d1a95590", "name": "Stray `console.log` in TS/JS \u2014 test/rules.js:278", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 test/rules.js:278"}, "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-5b807cdcf6a470ae", "name": "Insecure pattern 'direct_innerhtml_assignment' in index.html:46", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in index.html:46"}, "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-27f7a2633007ac08", "name": "Insecure pattern 'direct_innerhtml_assignment' in js/ui.js:375", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/ui.js:375"}, "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-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ee6854ab2e5bbfa3", "name": "Very large file: js/ui.js (2356 lines)", "shortDescription": {"text": "Very large file: js/ui.js (2356 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-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 12 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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci. 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, ci. 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-11a4de50425f8639", "name": "`fetch()` without try/.catch or AbortSignal \u2014 test/server.js:64", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 test/server.js:64"}, "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-5523fe05eb41ffe5", "name": "Commented-code block (7 lines) in js/ai.js:4", "shortDescription": {"text": "Commented-code block (7 lines) in js/ai.js:4"}, "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-bcac47ed4bd07dc5", "name": "Legacy-named symbol `rest_v1` in js/ui.js:1508", "shortDescription": {"text": "Legacy-named symbol `rest_v1` in js/ui.js:1508"}, "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-7d3f82feb1c9ee7c", "name": "Commented-code block (9 lines) in js/ui.js:164", "shortDescription": {"text": "Commented-code block (9 lines) in js/ui.js:164"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-74666561d2965511", "name": "Commented-code block (7 lines) in js/data.js:166", "shortDescription": {"text": "Commented-code block (7 lines) in js/data.js:166"}, "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-edf6cac38e0249a0", "name": "Commented-code block (6 lines) in js/game.js:136", "shortDescription": {"text": "Commented-code block (6 lines) in js/game.js:136"}, "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-ee8b44dcde980a90", "name": "Legacy-named symbol `eleven_multilingual_v2` in tools/generate-narration.mjs:30", "shortDescription": {"text": "Legacy-named symbol `eleven_multilingual_v2` in tools/generate-narration.mjs:30"}, "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-91726452a6132ad6", "name": "Commented-code block (5 lines) in tools/generate-narration.mjs:4", "shortDescription": {"text": "Commented-code block (5 lines) in tools/generate-narration.mjs:4"}, "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-7573532bbc2e5886", "name": "`fetch()` without try/.catch or AbortSignal \u2014 tools/generate-narration.mjs:119", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 tools/generate-narration.mjs:119"}, "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}}]}}, "automationDetails": {"id": "repobility/22638"}, "properties": {"repository": "weiluen/pandemic", "repoUrl": "https://github.com/weiluen/pandemic", "branch": "main"}, "results": [{"ruleId": "scanner-6a2e71abf1b40262", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 server.js:440"}, "properties": {"repobilityId": "a9deebb5fdc93edc", "scanner": "scanner-primary", "fingerprint": "6a2e71abf1b40262", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ea4da366c0c7a2d1", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 test/fuzz.js:191"}, "properties": {"repobilityId": "f67d23073029ab50", "scanner": "scanner-primary", "fingerprint": "ea4da366c0c7a2d1", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8f928fe2bbe8a648", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 test/ai.js:44"}, "properties": {"repobilityId": "fdd81c85ccdd2905", "scanner": "scanner-primary", "fingerprint": "8f928fe2bbe8a648", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e5335dc5fdd276e2", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 test/server.js:14"}, "properties": {"repobilityId": "2ceb2cd47d922cec", "scanner": "scanner-primary", "fingerprint": "e5335dc5fdd276e2", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-04798922d1a95590", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 test/rules.js:278"}, "properties": {"repobilityId": "1511d78a666f5463", "scanner": "scanner-primary", "fingerprint": "04798922d1a95590", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-5b807cdcf6a470ae", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in index.html:46"}, "properties": {"repobilityId": "f91708437a3a5445", "scanner": "scanner-primary", "fingerprint": "5b807cdcf6a470ae", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "index.html"}, "region": {"startLine": 46}}}]}, {"ruleId": "scanner-27f7a2633007ac08", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/ui.js:375"}, "properties": {"repobilityId": "b61c07352f1b1ece", "scanner": "scanner-primary", "fingerprint": "27f7a2633007ac08", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/ui.js"}, "region": {"startLine": 375}}}]}, {"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-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-ee6854ab2e5bbfa3", "level": "note", "message": {"text": "Very large file: js/ui.js (2356 lines)"}, "properties": {"repobilityId": "122be557d33c34d2", "scanner": "scanner-primary", "fingerprint": "ee6854ab2e5bbfa3", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "cf83e63b18bfba91", "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": "0649f3ad356ee546", "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": "4cb89373162b419f", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "a5a7ee9d3eb21cd3", "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": "68b4e62d118ec48d", "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": "c1daefaabb4e1735", "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": "b530f59cce59fb92", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-11a4de50425f8639", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 test/server.js:64"}, "properties": {"repobilityId": "14e9d8ab1e96c25d", "scanner": "scanner-primary", "fingerprint": "11a4de50425f8639", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5523fe05eb41ffe5", "level": "none", "message": {"text": "Commented-code block (7 lines) in js/ai.js:4"}, "properties": {"repobilityId": "f6c7d9500e8ed05f", "scanner": "scanner-primary", "fingerprint": "5523fe05eb41ffe5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bcac47ed4bd07dc5", "level": "note", "message": {"text": "Legacy-named symbol `rest_v1` in js/ui.js:1508"}, "properties": {"repobilityId": "68c7e2a3239c51fb", "scanner": "scanner-primary", "fingerprint": "bcac47ed4bd07dc5", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-7d3f82feb1c9ee7c", "level": "none", "message": {"text": "Commented-code block (9 lines) in js/ui.js:164"}, "properties": {"repobilityId": "6631198d62671c1a", "scanner": "scanner-primary", "fingerprint": "7d3f82feb1c9ee7c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-74666561d2965511", "level": "none", "message": {"text": "Commented-code block (7 lines) in js/data.js:166"}, "properties": {"repobilityId": "bc97b4be59062965", "scanner": "scanner-primary", "fingerprint": "74666561d2965511", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-edf6cac38e0249a0", "level": "none", "message": {"text": "Commented-code block (6 lines) in js/game.js:136"}, "properties": {"repobilityId": "ea902801de8147fd", "scanner": "scanner-primary", "fingerprint": "edf6cac38e0249a0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ee8b44dcde980a90", "level": "note", "message": {"text": "Legacy-named symbol `eleven_multilingual_v2` in tools/generate-narration.mjs:30"}, "properties": {"repobilityId": "f7d76bd6c05bd95d", "scanner": "scanner-primary", "fingerprint": "ee8b44dcde980a90", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-91726452a6132ad6", "level": "none", "message": {"text": "Commented-code block (5 lines) in tools/generate-narration.mjs:4"}, "properties": {"repobilityId": "d5ba2ccfc35e7195", "scanner": "scanner-primary", "fingerprint": "91726452a6132ad6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7573532bbc2e5886", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 tools/generate-narration.mjs:119"}, "properties": {"repobilityId": "dd12bef360d5350d", "scanner": "scanner-primary", "fingerprint": "7573532bbc2e5886", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}