{"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-7716d81297a5fbe3", "name": "Stray `console.log` in TS/JS \u2014 test-clock.js:4", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 test-clock.js:4"}, "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-8897f0f10b8c81aa", "name": "Stray `console.log` in TS/JS \u2014 server.js:83", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 server.js:83"}, "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-999fae288e50b77a", "name": "Stray `console.log` in TS/JS \u2014 tools/make-og-image.js:92", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tools/make-og-image.js:92"}, "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-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-bff945bba6299705", "name": "Insecure pattern 'node_child_process' in test-clock.js:5", "shortDescription": {"text": "Insecure pattern 'node_child_process' in test-clock.js:5"}, "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-7b73250975589fcd", "name": "Insecure pattern 'direct_innerhtml_assignment' in app.js:175", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app.js:175"}, "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-3a77960b229defcd", "name": "Insecure pattern 'direct_innerhtml_assignment' in progression.js:336", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in progression.js:336"}, "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-74d7e7663ae58a48", "name": "Insecure pattern 'direct_innerhtml_assignment' in mascot.js:78", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in mascot.js:78"}, "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-257618af68a11aa6", "name": "Very large file: app.js (3759 lines)", "shortDescription": {"text": "Very large file: app.js (3759 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "1 test file(s) for 11 source file(s) (ratio 0.09). 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 27 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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, 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": "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-0d1074259fedea70", "name": "Legacy-named symbol `space_quest_pokedex_v1` in pokemon.js:245", "shortDescription": {"text": "Legacy-named symbol `space_quest_pokedex_v1` in pokemon.js:245"}, "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-36c50733940d94d9", "name": "Legacy-named symbol `space_quest_reading_words_v1` in reading.js:95", "shortDescription": {"text": "Legacy-named symbol `space_quest_reading_words_v1` in reading.js:95"}, "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-f7b3e40604d64e15", "name": "Legacy-named symbol `space_quest_school_words_v1` in spelling.js:267", "shortDescription": {"text": "Legacy-named symbol `space_quest_school_words_v1` in spelling.js:267"}, "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-eb88131617648e44", "name": "Commented-code block (6 lines) in spelling.js:1", "shortDescription": {"text": "Commented-code block (6 lines) in spelling.js: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-7d6031af55bb6a7c", "name": "Legacy-named symbol `space_quest_players_v1` in players.js:8", "shortDescription": {"text": "Legacy-named symbol `space_quest_players_v1` in players.js:8"}, "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-2b9f853ef0340ebb", "name": "Commented-code block (5 lines) in players.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in players.js: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-5f5d3e64f2c26eee", "name": "Legacy-named symbol `space_quest_mastery_v1` in mastery.js:6", "shortDescription": {"text": "Legacy-named symbol `space_quest_mastery_v1` in mastery.js:6"}, "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-c0a73b54a0d3f91f", "name": "Legacy-named symbol `space_quest_profile_v1` in progression.js:6", "shortDescription": {"text": "Legacy-named symbol `space_quest_profile_v1` in progression.js:6"}, "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-d9b2d1a053d3660a", "name": "Commented-code block (5 lines) in mascot.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in mascot.js: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-c12671b46f2ce9cf", "name": "Commented-code block (5 lines) in story.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in story.js: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/22362"}, "properties": {"repository": "vj-raghavan/space-quest", "repoUrl": "https://github.com/vj-raghavan/space-quest", "branch": "main"}, "results": [{"ruleId": "scanner-7716d81297a5fbe3", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 test-clock.js:4"}, "properties": {"repobilityId": "8fe3228cf65f0270", "scanner": "scanner-primary", "fingerprint": "7716d81297a5fbe3", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8897f0f10b8c81aa", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 server.js:83"}, "properties": {"repobilityId": "a9deebb5fdc93edc", "scanner": "scanner-primary", "fingerprint": "8897f0f10b8c81aa", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-999fae288e50b77a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tools/make-og-image.js:92"}, "properties": {"repobilityId": "65240a2a187a888e", "scanner": "scanner-primary", "fingerprint": "999fae288e50b77a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-bff945bba6299705", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in test-clock.js:5"}, "properties": {"repobilityId": "40587dceee1a97cb", "scanner": "scanner-primary", "fingerprint": "bff945bba6299705", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test-clock.js"}, "region": {"startLine": 5}}}]}, {"ruleId": "scanner-7b73250975589fcd", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app.js:175"}, "properties": {"repobilityId": "b6b0c8b85ab66ded", "scanner": "scanner-primary", "fingerprint": "7b73250975589fcd", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.js"}, "region": {"startLine": 175}}}]}, {"ruleId": "scanner-3a77960b229defcd", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in progression.js:336"}, "properties": {"repobilityId": "c1b9805ba6ca647a", "scanner": "scanner-primary", "fingerprint": "3a77960b229defcd", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "progression.js"}, "region": {"startLine": 336}}}]}, {"ruleId": "scanner-74d7e7663ae58a48", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in mascot.js:78"}, "properties": {"repobilityId": "729432259c3df4b4", "scanner": "scanner-primary", "fingerprint": "74d7e7663ae58a48", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "mascot.js"}, "region": {"startLine": 78}}}]}, {"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-257618af68a11aa6", "level": "note", "message": {"text": "Very large file: app.js (3759 lines)"}, "properties": {"repobilityId": "aa2136e88ad2315e", "scanner": "scanner-primary", "fingerprint": "257618af68a11aa6", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "f0ffa7dc85e200c5", "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": "be767ed1c2518a44", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "9b85b2cb3c48c739", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "e968ea5fe4c13ead", "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": "18c921a5c922c200", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-0d1074259fedea70", "level": "note", "message": {"text": "Legacy-named symbol `space_quest_pokedex_v1` in pokemon.js:245"}, "properties": {"repobilityId": "afa2d685e35983ab", "scanner": "scanner-primary", "fingerprint": "0d1074259fedea70", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-36c50733940d94d9", "level": "note", "message": {"text": "Legacy-named symbol `space_quest_reading_words_v1` in reading.js:95"}, "properties": {"repobilityId": "470ccfc3d00edf4b", "scanner": "scanner-primary", "fingerprint": "36c50733940d94d9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-f7b3e40604d64e15", "level": "note", "message": {"text": "Legacy-named symbol `space_quest_school_words_v1` in spelling.js:267"}, "properties": {"repobilityId": "dabbbfd688382f86", "scanner": "scanner-primary", "fingerprint": "f7b3e40604d64e15", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-eb88131617648e44", "level": "none", "message": {"text": "Commented-code block (6 lines) in spelling.js:1"}, "properties": {"repobilityId": "e0bceee798f32aa8", "scanner": "scanner-primary", "fingerprint": "eb88131617648e44", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7d6031af55bb6a7c", "level": "note", "message": {"text": "Legacy-named symbol `space_quest_players_v1` in players.js:8"}, "properties": {"repobilityId": "5234babe4f4503c9", "scanner": "scanner-primary", "fingerprint": "7d6031af55bb6a7c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-2b9f853ef0340ebb", "level": "none", "message": {"text": "Commented-code block (5 lines) in players.js:1"}, "properties": {"repobilityId": "b33e037fa7bf9d7d", "scanner": "scanner-primary", "fingerprint": "2b9f853ef0340ebb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5f5d3e64f2c26eee", "level": "note", "message": {"text": "Legacy-named symbol `space_quest_mastery_v1` in mastery.js:6"}, "properties": {"repobilityId": "3d4664c08b1ae18b", "scanner": "scanner-primary", "fingerprint": "5f5d3e64f2c26eee", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-c0a73b54a0d3f91f", "level": "note", "message": {"text": "Legacy-named symbol `space_quest_profile_v1` in progression.js:6"}, "properties": {"repobilityId": "ece8d7b4cd935e3c", "scanner": "scanner-primary", "fingerprint": "c0a73b54a0d3f91f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-d9b2d1a053d3660a", "level": "none", "message": {"text": "Commented-code block (5 lines) in mascot.js:1"}, "properties": {"repobilityId": "72113a1de4eff7f1", "scanner": "scanner-primary", "fingerprint": "d9b2d1a053d3660a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c12671b46f2ce9cf", "level": "none", "message": {"text": "Commented-code block (5 lines) in story.js:1"}, "properties": {"repobilityId": "e7a6186d41c99c51", "scanner": "scanner-primary", "fingerprint": "c12671b46f2ce9cf", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}