{"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-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-61d51be9537acdd7", "name": "Insecure pattern 'node_child_process' in scripts/generate-gameplay-video.mjs:11", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/generate-gameplay-video.mjs:11"}, "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-2625357b01dc7fe8", "name": "Insecure pattern 'node_child_process' in scripts/generate-narrator.mjs:21", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/generate-narrator.mjs:21"}, "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-8ff260ef64834a42", "name": "Insecure pattern 'node_child_process' in scripts/generate-video.mjs:10", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/generate-video.mjs:10"}, "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-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-c1e62c8a8becdce0", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-11fe6710547243fb", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1add3521285166ec", "name": "Very large file: src/game.ts (1918 lines)", "shortDescription": {"text": "Very large file: src/game.ts (1918 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": "0 test file(s) for 66 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 156 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-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-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-2ccae1d5288f8778", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-poster.mjs:52", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-poster.mjs:52"}, "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-b2572d4272bb6fc6", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-narrative-clips.mjs:62", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-narrative-clips.mjs:62"}, "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-a3af98079ae1ecff", "name": "Commented-code block (6 lines) in scripts/generate-bat-skins.mjs:1", "shortDescription": {"text": "Commented-code block (6 lines) in scripts/generate-bat-skins.mjs: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-15ced56cf6b1785d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-bat-skins.mjs:90", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-bat-skins.mjs:90"}, "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-5e70c49d109c1b03", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-gameplay-video.mjs:52", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-gameplay-video.mjs:52"}, "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-17112e9b1a392889", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-new-biomes.mjs:68", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-new-biomes.mjs:68"}, "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-a0884e355b1b580c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-more-biomes.mjs:148", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-more-biomes.mjs:148"}, "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-fb1833fc7ef53c79", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-poster-styles.mjs:93", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-poster-styles.mjs:93"}, "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-4e9d32f3da4871f7", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-combo-music.mjs:92", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-combo-music.mjs:92"}, "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-3ae40e734ed13be6", "name": "Commented-code block (9 lines) in scripts/generate-masterpiece-music.mjs:13", "shortDescription": {"text": "Commented-code block (9 lines) in scripts/generate-masterpiece-music.mjs:13"}, "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-a500b5bda109d160", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-masterpiece-music.mjs:268", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-masterpiece-music.mjs:268"}, "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-176f800c185af3eb", "name": "Commented-code block (5 lines) in scripts/generate-more-skins.mjs:1", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/generate-more-skins.mjs: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-fe3287a56937409a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-more-skins.mjs:90", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-more-skins.mjs:90"}, "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-4ec5286da4891ee5", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-cartoon-stills.mjs:122", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-cartoon-stills.mjs:122"}, "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-ce6f19ef4d00537e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-v4-veo.mjs:33", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-v4-veo.mjs:33"}, "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-4aa4da84bf970a3a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-music.mjs:91", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-music.mjs:91"}, "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-8e524a026ea76f1b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-cartoon-clips.mjs:105", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-cartoon-clips.mjs:105"}, "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-6ae8c528a472b127", "name": "Commented-code block (5 lines) in scripts/generate-narrator.mjs:5", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/generate-narrator.mjs: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-9e6264251b568688", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-narrator.mjs:97", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-narrator.mjs:97"}, "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-172fe6c60a3ee8b5", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-video.mjs:59", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-video.mjs:59"}, "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-391145a69fbd0d7c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-backgrounds.mjs:98", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-backgrounds.mjs:98"}, "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-612368373c04c609", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-sprites.mjs:115", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-sprites.mjs:115"}, "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-ddacca77d3aca982", "name": "Commented-code block (7 lines) in scripts/generate-masterpiece-lyria-fix.mjs:1", "shortDescription": {"text": "Commented-code block (7 lines) in scripts/generate-masterpiece-lyria-fix.mjs: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-36d5fe44d2889860", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-masterpiece-lyria-fix.mjs:96", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-masterpiece-lyria-fix.mjs:96"}, "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-cab203934e4a1ede", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-variant-clips.mjs:87", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-variant-clips.mjs:87"}, "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-e4d354dda76a5a6d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-marketing.mjs:120", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-marketing.mjs:120"}, "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-f96786f2443f3923", "name": "Commented-code block (7 lines) in scripts/generate-masterpiece-retry.mjs:327", "shortDescription": {"text": "Commented-code block (7 lines) in scripts/generate-masterpiece-retry.mjs:327"}, "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-430f5071355e4c6d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-masterpiece-retry.mjs:221", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-masterpiece-retry.mjs:221"}, "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-19c4aaa3b79fe22b", "name": "Commented-code block (5 lines) in src/narrator.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/narrator.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-76f2066f7e492dd0", "name": "Commented-code block (5 lines) in src/recorder.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/recorder.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-3a4c3a58cf27a0be", "name": "Commented-code block (5 lines) in src/music.ts:264", "shortDescription": {"text": "Commented-code block (5 lines) in src/music.ts:264"}, "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-fec84cf3d39625ce", "name": "Commented-code block (7 lines) in src/tilt.ts:3", "shortDescription": {"text": "Commented-code block (7 lines) in src/tilt.ts:3"}, "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-93ea1f4318454b41", "name": "Commented-code block (6 lines) in src/echomode.ts:7", "shortDescription": {"text": "Commented-code block (6 lines) in src/echomode.ts:7"}, "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-ed1a58aed6412c6f", "name": "Commented-code block (5 lines) in src/notifications.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/notifications.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-2841aac98e96cc27", "name": "Commented-code block (5 lines) in src/bat.ts:156", "shortDescription": {"text": "Commented-code block (5 lines) in src/bat.ts:156"}, "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-1c43cb1bae1bf94d", "name": "Commented-code block (5 lines) in src/ghost.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/ghost.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-d93ee739ee8a4c12", "name": "Commented-code block (5 lines) in src/biomes.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/biomes.ts:3"}, "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-534aff5030a3b4c3", "name": "Commented-code block (5 lines) in src/skins.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/skins.ts:3"}, "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-ae0435462a903380", "name": "Commented-code block (6 lines) in src/rng.ts:3", "shortDescription": {"text": "Commented-code block (6 lines) in src/rng.ts:3"}, "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/18269"}, "properties": {"repository": "robbrucker/echo-bat", "repoUrl": "https://github.com/robbrucker/echo-bat", "branch": "main"}, "results": [{"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-61d51be9537acdd7", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/generate-gameplay-video.mjs:11"}, "properties": {"repobilityId": "6052e1afd6fd2ce3", "scanner": "scanner-primary", "fingerprint": "61d51be9537acdd7", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/generate-gameplay-video.mjs"}, "region": {"startLine": 11}}}]}, {"ruleId": "scanner-2625357b01dc7fe8", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/generate-narrator.mjs:21"}, "properties": {"repobilityId": "0ff96e3427bc0575", "scanner": "scanner-primary", "fingerprint": "2625357b01dc7fe8", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/generate-narrator.mjs"}, "region": {"startLine": 21}}}]}, {"ruleId": "scanner-8ff260ef64834a42", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/generate-video.mjs:10"}, "properties": {"repobilityId": "d33676c0a7411fcd", "scanner": "scanner-primary", "fingerprint": "8ff260ef64834a42", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/generate-video.mjs"}, "region": {"startLine": 10}}}]}, {"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-c1e62c8a8becdce0", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "19eb4268d280af38", "scanner": "scanner-primary", "fingerprint": "c1e62c8a8becdce0", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-pages.yml"}, "region": {"startLine": 26}}}]}, {"ruleId": "scanner-c1e62c8a8becdce0", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "98317e5fcf652416", "scanner": "scanner-primary", "fingerprint": "c1e62c8a8becdce0", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-pages.yml"}, "region": {"startLine": 29}}}]}, {"ruleId": "scanner-c1e62c8a8becdce0", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "4d9c072374e25292", "scanner": "scanner-primary", "fingerprint": "c1e62c8a8becdce0", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-pages.yml"}, "region": {"startLine": 41}}}]}, {"ruleId": "scanner-c1e62c8a8becdce0", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "293d3dbcb67ba2f7", "scanner": "scanner-primary", "fingerprint": "c1e62c8a8becdce0", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-pages.yml"}, "region": {"startLine": 48}}}]}, {"ruleId": "scanner-c1e62c8a8becdce0", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "4a5232ca5f9d3d6d", "scanner": "scanner-primary", "fingerprint": "c1e62c8a8becdce0", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-pages.yml"}, "region": {"startLine": 61}}}]}, {"ruleId": "scanner-11fe6710547243fb", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "c88f07fd35b9711f", "scanner": "scanner-primary", "fingerprint": "11fe6710547243fb", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-pages.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1add3521285166ec", "level": "note", "message": {"text": "Very large file: src/game.ts (1918 lines)"}, "properties": {"repobilityId": "070d2d35a3bd1cd0", "scanner": "scanner-primary", "fingerprint": "1add3521285166ec", "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": "586d5b82c0e67634", "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": "6f3ff85ab6c020ab", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "d733b8987904ff7f", "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": "500f0afa2f9b74ec", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "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": "6f2ddce8a3f2da61", "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": "6736bf3ba7f2e1b5", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-2ccae1d5288f8778", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-poster.mjs:52"}, "properties": {"repobilityId": "9a03a7e82050c057", "scanner": "scanner-primary", "fingerprint": "2ccae1d5288f8778", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b2572d4272bb6fc6", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-narrative-clips.mjs:62"}, "properties": {"repobilityId": "c6395c1701ff7061", "scanner": "scanner-primary", "fingerprint": "b2572d4272bb6fc6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a3af98079ae1ecff", "level": "none", "message": {"text": "Commented-code block (6 lines) in scripts/generate-bat-skins.mjs:1"}, "properties": {"repobilityId": "45196d7be02d1cf3", "scanner": "scanner-primary", "fingerprint": "a3af98079ae1ecff", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-15ced56cf6b1785d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-bat-skins.mjs:90"}, "properties": {"repobilityId": "23a8a7612dbd2527", "scanner": "scanner-primary", "fingerprint": "15ced56cf6b1785d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5e70c49d109c1b03", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-gameplay-video.mjs:52"}, "properties": {"repobilityId": "bdb6160678c62262", "scanner": "scanner-primary", "fingerprint": "5e70c49d109c1b03", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-17112e9b1a392889", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-new-biomes.mjs:68"}, "properties": {"repobilityId": "d3550d9ebc6cd3b3", "scanner": "scanner-primary", "fingerprint": "17112e9b1a392889", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a0884e355b1b580c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-more-biomes.mjs:148"}, "properties": {"repobilityId": "158bfdc3868b0722", "scanner": "scanner-primary", "fingerprint": "a0884e355b1b580c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-fb1833fc7ef53c79", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-poster-styles.mjs:93"}, "properties": {"repobilityId": "df55d24556c51635", "scanner": "scanner-primary", "fingerprint": "fb1833fc7ef53c79", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4e9d32f3da4871f7", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-combo-music.mjs:92"}, "properties": {"repobilityId": "c0ab14967cd99322", "scanner": "scanner-primary", "fingerprint": "4e9d32f3da4871f7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3ae40e734ed13be6", "level": "none", "message": {"text": "Commented-code block (9 lines) in scripts/generate-masterpiece-music.mjs:13"}, "properties": {"repobilityId": "a90dc4f39a4d7411", "scanner": "scanner-primary", "fingerprint": "3ae40e734ed13be6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a500b5bda109d160", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-masterpiece-music.mjs:268"}, "properties": {"repobilityId": "73df7b7cbc8dd021", "scanner": "scanner-primary", "fingerprint": "a500b5bda109d160", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-176f800c185af3eb", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/generate-more-skins.mjs:1"}, "properties": {"repobilityId": "7409b89b09ef5f8c", "scanner": "scanner-primary", "fingerprint": "176f800c185af3eb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fe3287a56937409a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-more-skins.mjs:90"}, "properties": {"repobilityId": "84e5ac49ff6a6681", "scanner": "scanner-primary", "fingerprint": "fe3287a56937409a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4ec5286da4891ee5", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-cartoon-stills.mjs:122"}, "properties": {"repobilityId": "b0f453e9250570e9", "scanner": "scanner-primary", "fingerprint": "4ec5286da4891ee5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-ce6f19ef4d00537e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-v4-veo.mjs:33"}, "properties": {"repobilityId": "46c6fb9864502ee3", "scanner": "scanner-primary", "fingerprint": "ce6f19ef4d00537e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4aa4da84bf970a3a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-music.mjs:91"}, "properties": {"repobilityId": "0f34298ab71097c7", "scanner": "scanner-primary", "fingerprint": "4aa4da84bf970a3a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-8e524a026ea76f1b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-cartoon-clips.mjs:105"}, "properties": {"repobilityId": "b0c660321daf11b4", "scanner": "scanner-primary", "fingerprint": "8e524a026ea76f1b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-6ae8c528a472b127", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/generate-narrator.mjs:5"}, "properties": {"repobilityId": "1705b8df510630ad", "scanner": "scanner-primary", "fingerprint": "6ae8c528a472b127", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9e6264251b568688", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-narrator.mjs:97"}, "properties": {"repobilityId": "ba6850d588095e67", "scanner": "scanner-primary", "fingerprint": "9e6264251b568688", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-172fe6c60a3ee8b5", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-video.mjs:59"}, "properties": {"repobilityId": "4ea0ca72d8f0afdb", "scanner": "scanner-primary", "fingerprint": "172fe6c60a3ee8b5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-391145a69fbd0d7c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-backgrounds.mjs:98"}, "properties": {"repobilityId": "4a14843b134be5de", "scanner": "scanner-primary", "fingerprint": "391145a69fbd0d7c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-612368373c04c609", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-sprites.mjs:115"}, "properties": {"repobilityId": "4e2b43b7e1721ad4", "scanner": "scanner-primary", "fingerprint": "612368373c04c609", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-ddacca77d3aca982", "level": "none", "message": {"text": "Commented-code block (7 lines) in scripts/generate-masterpiece-lyria-fix.mjs:1"}, "properties": {"repobilityId": "9e0fa03cdbe61d45", "scanner": "scanner-primary", "fingerprint": "ddacca77d3aca982", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-36d5fe44d2889860", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-masterpiece-lyria-fix.mjs:96"}, "properties": {"repobilityId": "d33edd9b7d8f22cf", "scanner": "scanner-primary", "fingerprint": "36d5fe44d2889860", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-cab203934e4a1ede", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-variant-clips.mjs:87"}, "properties": {"repobilityId": "55b4620912de58e9", "scanner": "scanner-primary", "fingerprint": "cab203934e4a1ede", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e4d354dda76a5a6d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-marketing.mjs:120"}, "properties": {"repobilityId": "ad341610e4be5015", "scanner": "scanner-primary", "fingerprint": "e4d354dda76a5a6d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f96786f2443f3923", "level": "none", "message": {"text": "Commented-code block (7 lines) in scripts/generate-masterpiece-retry.mjs:327"}, "properties": {"repobilityId": "f3c1b4051396477d", "scanner": "scanner-primary", "fingerprint": "f96786f2443f3923", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-430f5071355e4c6d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/generate-masterpiece-retry.mjs:221"}, "properties": {"repobilityId": "32801ec43c7f364f", "scanner": "scanner-primary", "fingerprint": "430f5071355e4c6d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-19c4aaa3b79fe22b", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/narrator.ts:1"}, "properties": {"repobilityId": "6aa19807cf051fa6", "scanner": "scanner-primary", "fingerprint": "19c4aaa3b79fe22b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-76f2066f7e492dd0", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/recorder.ts:1"}, "properties": {"repobilityId": "ec9fb5e6cc0acb15", "scanner": "scanner-primary", "fingerprint": "76f2066f7e492dd0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3a4c3a58cf27a0be", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/music.ts:264"}, "properties": {"repobilityId": "d276c26a9676414c", "scanner": "scanner-primary", "fingerprint": "3a4c3a58cf27a0be", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fec84cf3d39625ce", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/tilt.ts:3"}, "properties": {"repobilityId": "f623d7b595c3b37a", "scanner": "scanner-primary", "fingerprint": "fec84cf3d39625ce", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-93ea1f4318454b41", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/echomode.ts:7"}, "properties": {"repobilityId": "c447bb3af240cbde", "scanner": "scanner-primary", "fingerprint": "93ea1f4318454b41", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ed1a58aed6412c6f", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/notifications.ts:1"}, "properties": {"repobilityId": "2e70452ff632b0a5", "scanner": "scanner-primary", "fingerprint": "ed1a58aed6412c6f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2841aac98e96cc27", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/bat.ts:156"}, "properties": {"repobilityId": "500f9d08d874fe34", "scanner": "scanner-primary", "fingerprint": "2841aac98e96cc27", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1c43cb1bae1bf94d", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/ghost.ts:1"}, "properties": {"repobilityId": "74704a1662cc1528", "scanner": "scanner-primary", "fingerprint": "1c43cb1bae1bf94d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d93ee739ee8a4c12", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/biomes.ts:3"}, "properties": {"repobilityId": "2b5d3496a10785e6", "scanner": "scanner-primary", "fingerprint": "d93ee739ee8a4c12", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-534aff5030a3b4c3", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/skins.ts:3"}, "properties": {"repobilityId": "2ef0fe4fe6394c40", "scanner": "scanner-primary", "fingerprint": "534aff5030a3b4c3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ae0435462a903380", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/rng.ts:3"}, "properties": {"repobilityId": "5f692978d0711d56", "scanner": "scanner-primary", "fingerprint": "ae0435462a903380", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}