{"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-d7bba267d64648ef", "name": "Possibly dead Python function: normalize_tarinfo", "shortDescription": {"text": "Possibly dead Python function: normalize_tarinfo"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "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-706d448dfa280db4", "name": "Insecure pattern 'direct_innerhtml_assignment' in frames/weather_api/public/index.html:114", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in frames/weather_api/public/index.html:114"}, "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-4a3a21442167448c", "name": "Insecure pattern 'dangerous_innerhtml' in frames/community_home/public/index.html:116", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in frames/community_home/public/index.html:116"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6b8b1d01be16ae48", "name": "Insecure pattern 'direct_innerhtml_assignment' in frames/market_weather/public/index.js:11", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in frames/market_weather/public/index.js:11"}, "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-2056a975c3443d06", "name": "Insecure pattern 'direct_innerhtml_assignment' in frames/space_radio/public/index.js:59", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in frames/space_radio/public/index.js:59"}, "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-5a6fec5aaaa907db", "name": "Insecure pattern 'direct_innerhtml_assignment' in frames/garden_gnome/public/index.js:11", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in frames/garden_gnome/public/index.js:11"}, "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-187e6f2c6962830c", "name": "Insecure pattern 'direct_innerhtml_assignment' in frames/game_pancake_stacker/public/index.html:253", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in frames/game_pancake_stacker/public/index.html:253"}, "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-ade662f76b545542", "name": "Insecure pattern 'direct_innerhtml_assignment' in frames/game_ascii_runner/public/index.html:105", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in frames/game_ascii_runner/public/index.html:105"}, "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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 20 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-01f96f71d9907a8c", "name": "README lacks setup or run instructions", "shortDescription": {"text": "README lacks setup or run instructions"}, "fullDescription": {"text": "A README exists, but it does not contain common install/setup/run markers. This matches a frequent generated-code pattern: UI is present, operational handoff is thin."}, "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 14 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: ci, tests, operator-readme. 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-ab5742095142fb24", "name": "`fetch()` without try/.catch or AbortSignal \u2014 frames/weather_api/frame.ts:29", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 frames/weather_api/frame.ts:29"}, "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-92a58863005d3c19", "name": "Commented-code block (12 lines) in frames/checklist/frame.ts:4", "shortDescription": {"text": "Commented-code block (12 lines) in frames/checklist/frame.ts: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-9dfd1e4fe29968bd", "name": "Commented-code block (5 lines) in frames/community_home/frame.ts:170", "shortDescription": {"text": "Commented-code block (5 lines) in frames/community_home/frame.ts:170"}, "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-a68b69f83245edc0", "name": "Commented-code block (9 lines) in frames/roundtable/frame.ts:4", "shortDescription": {"text": "Commented-code block (9 lines) in frames/roundtable/frame.ts: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-2ede92f952ada1d9", "name": "Commented-code block (16 lines) in frames/market_weather/frame.ts:9", "shortDescription": {"text": "Commented-code block (16 lines) in frames/market_weather/frame.ts:9"}, "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-11b1ae18c942d7cc", "name": "`fetch()` without try/.catch or AbortSignal \u2014 frames/market_weather/frame.ts:154", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 frames/market_weather/frame.ts:154"}, "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-2806fdb5941db901", "name": "Commented-code block (10 lines) in frames/market_weather/public/index.js:86", "shortDescription": {"text": "Commented-code block (10 lines) in frames/market_weather/public/index.js:86"}, "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-f8493f2d489fe004", "name": "Commented-code block (5 lines) in frames/help_desk/frame.ts:5", "shortDescription": {"text": "Commented-code block (5 lines) in frames/help_desk/frame.ts: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-765db843c119faff", "name": "Commented-code block (5 lines) in frames/space_radio/frame.ts:21", "shortDescription": {"text": "Commented-code block (5 lines) in frames/space_radio/frame.ts:21"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-3c4a6c29cc894fcb", "name": "Commented-code block (5 lines) in frames/space_radio/public/index.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in frames/space_radio/public/index.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-066c57c642420b17", "name": "Commented-code block (11 lines) in frames/file_folder/frame.ts:4", "shortDescription": {"text": "Commented-code block (11 lines) in frames/file_folder/frame.ts: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-f3ee451b94ced913", "name": "Commented-code block (7 lines) in frames/garden_gnome/frame.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in frames/garden_gnome/frame.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-0f5e8cfca3cefa3b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 frames/garden_gnome/frame.ts:209", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 frames/garden_gnome/frame.ts:209"}, "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-5e87ac9e8d9b43ad", "name": "Commented-code block (12 lines) in frames/slideshow/frame.ts:4", "shortDescription": {"text": "Commented-code block (12 lines) in frames/slideshow/frame.ts: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-ca2134bcb9cb7636", "name": "Commented-code block (6 lines) in frames/game_dice_roller/frame.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in frames/game_dice_roller/frame.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-9aa493f6b377e9b7", "name": "Commented-code block (5 lines) in frames/discussion_channel/frame.ts:4", "shortDescription": {"text": "Commented-code block (5 lines) in frames/discussion_channel/frame.ts: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-85c5d23c7967787e", "name": "Commented-code block (7 lines) in frames/community_library/frame.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in frames/community_library/frame.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-2fcfdcb6cced5491", "name": "Commented-code block (5 lines) in frames/game_pancake_stacker/frame.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in frames/game_pancake_stacker/frame.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-7eb33083274a1a20", "name": "Commented-code block (5 lines) in scripts/build_catalogs.py:93", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/build_catalogs.py:93"}, "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/19893"}, "properties": {"repository": "smlcrft/tandem-catalogs", "repoUrl": "https://github.com/smlcrft/tandem-catalogs", "branch": "main"}, "results": [{"ruleId": "scanner-d7bba267d64648ef", "level": "note", "message": {"text": "Possibly dead Python function: normalize_tarinfo"}, "properties": {"repobilityId": "49fc8121cc5b4d41", "scanner": "scanner-primary", "fingerprint": "d7bba267d64648ef", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/build_catalogs.py:118"}, "region": {"startLine": 1}}}]}, {"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-706d448dfa280db4", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in frames/weather_api/public/index.html:114"}, "properties": {"repobilityId": "0f1f92474593ada4", "scanner": "scanner-primary", "fingerprint": "706d448dfa280db4", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frames/weather_api/public/index.html"}, "region": {"startLine": 114}}}]}, {"ruleId": "scanner-4a3a21442167448c", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in frames/community_home/public/index.html:116"}, "properties": {"repobilityId": "41f1bb422387de60", "scanner": "scanner-primary", "fingerprint": "4a3a21442167448c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frames/community_home/public/index.html"}, "region": {"startLine": 116}}}]}, {"ruleId": "scanner-6b8b1d01be16ae48", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in frames/market_weather/public/index.js:11"}, "properties": {"repobilityId": "b6ac3765342e8dc7", "scanner": "scanner-primary", "fingerprint": "6b8b1d01be16ae48", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frames/market_weather/public/index.js"}, "region": {"startLine": 11}}}]}, {"ruleId": "scanner-2056a975c3443d06", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in frames/space_radio/public/index.js:59"}, "properties": {"repobilityId": "3a24766e180d4830", "scanner": "scanner-primary", "fingerprint": "2056a975c3443d06", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frames/space_radio/public/index.js"}, "region": {"startLine": 59}}}]}, {"ruleId": "scanner-5a6fec5aaaa907db", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in frames/garden_gnome/public/index.js:11"}, "properties": {"repobilityId": "b165e89b4bbccd9c", "scanner": "scanner-primary", "fingerprint": "5a6fec5aaaa907db", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frames/garden_gnome/public/index.js"}, "region": {"startLine": 11}}}]}, {"ruleId": "scanner-187e6f2c6962830c", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in frames/game_pancake_stacker/public/index.html:253"}, "properties": {"repobilityId": "fb613279bcaea667", "scanner": "scanner-primary", "fingerprint": "187e6f2c6962830c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frames/game_pancake_stacker/public/index.html"}, "region": {"startLine": 253}}}]}, {"ruleId": "scanner-ade662f76b545542", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in frames/game_ascii_runner/public/index.html:105"}, "properties": {"repobilityId": "4e419292881d1830", "scanner": "scanner-primary", "fingerprint": "ade662f76b545542", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frames/game_ascii_runner/public/index.html"}, "region": {"startLine": 105}}}]}, {"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-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-01f96f71d9907a8c", "level": "note", "message": {"text": "README lacks setup or run instructions"}, "properties": {"repobilityId": "e60d689c263210ba", "scanner": "scanner-primary", "fingerprint": "01f96f71d9907a8c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "18ac85b2b7b36929", "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": "9daafa4ada1d30ec", "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": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "4936e9c4c9d14bee", "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": "d1f233dccd0ccb6a", "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": "5bf4e665c394fa12", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-ab5742095142fb24", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 frames/weather_api/frame.ts:29"}, "properties": {"repobilityId": "81ecaccc336fa108", "scanner": "scanner-primary", "fingerprint": "ab5742095142fb24", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-92a58863005d3c19", "level": "none", "message": {"text": "Commented-code block (12 lines) in frames/checklist/frame.ts:4"}, "properties": {"repobilityId": "29fa558e2452f5f1", "scanner": "scanner-primary", "fingerprint": "92a58863005d3c19", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9dfd1e4fe29968bd", "level": "none", "message": {"text": "Commented-code block (5 lines) in frames/community_home/frame.ts:170"}, "properties": {"repobilityId": "274b609cb323e099", "scanner": "scanner-primary", "fingerprint": "9dfd1e4fe29968bd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a68b69f83245edc0", "level": "none", "message": {"text": "Commented-code block (9 lines) in frames/roundtable/frame.ts:4"}, "properties": {"repobilityId": "7281401ae48d28ca", "scanner": "scanner-primary", "fingerprint": "a68b69f83245edc0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2ede92f952ada1d9", "level": "none", "message": {"text": "Commented-code block (16 lines) in frames/market_weather/frame.ts:9"}, "properties": {"repobilityId": "fafc9a99efc5ce33", "scanner": "scanner-primary", "fingerprint": "2ede92f952ada1d9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-11b1ae18c942d7cc", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 frames/market_weather/frame.ts:154"}, "properties": {"repobilityId": "91c4c46d85860923", "scanner": "scanner-primary", "fingerprint": "11b1ae18c942d7cc", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2806fdb5941db901", "level": "none", "message": {"text": "Commented-code block (10 lines) in frames/market_weather/public/index.js:86"}, "properties": {"repobilityId": "e18e3a5b26c04cfe", "scanner": "scanner-primary", "fingerprint": "2806fdb5941db901", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f8493f2d489fe004", "level": "none", "message": {"text": "Commented-code block (5 lines) in frames/help_desk/frame.ts:5"}, "properties": {"repobilityId": "3b9ffdbcf6f9583c", "scanner": "scanner-primary", "fingerprint": "f8493f2d489fe004", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-765db843c119faff", "level": "none", "message": {"text": "Commented-code block (5 lines) in frames/space_radio/frame.ts:21"}, "properties": {"repobilityId": "6bc69337cdf3da08", "scanner": "scanner-primary", "fingerprint": "765db843c119faff", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3c4a6c29cc894fcb", "level": "none", "message": {"text": "Commented-code block (5 lines) in frames/space_radio/public/index.js:1"}, "properties": {"repobilityId": "b0b169c3b413e9aa", "scanner": "scanner-primary", "fingerprint": "3c4a6c29cc894fcb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-066c57c642420b17", "level": "none", "message": {"text": "Commented-code block (11 lines) in frames/file_folder/frame.ts:4"}, "properties": {"repobilityId": "17f6feda679191f3", "scanner": "scanner-primary", "fingerprint": "066c57c642420b17", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f3ee451b94ced913", "level": "none", "message": {"text": "Commented-code block (7 lines) in frames/garden_gnome/frame.ts:1"}, "properties": {"repobilityId": "abd912b5e0477e77", "scanner": "scanner-primary", "fingerprint": "f3ee451b94ced913", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0f5e8cfca3cefa3b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 frames/garden_gnome/frame.ts:209"}, "properties": {"repobilityId": "ed675bc49b446016", "scanner": "scanner-primary", "fingerprint": "0f5e8cfca3cefa3b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5e87ac9e8d9b43ad", "level": "none", "message": {"text": "Commented-code block (12 lines) in frames/slideshow/frame.ts:4"}, "properties": {"repobilityId": "756fd180245fff48", "scanner": "scanner-primary", "fingerprint": "5e87ac9e8d9b43ad", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ca2134bcb9cb7636", "level": "none", "message": {"text": "Commented-code block (6 lines) in frames/game_dice_roller/frame.ts:1"}, "properties": {"repobilityId": "baaec6b70397be7e", "scanner": "scanner-primary", "fingerprint": "ca2134bcb9cb7636", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9aa493f6b377e9b7", "level": "none", "message": {"text": "Commented-code block (5 lines) in frames/discussion_channel/frame.ts:4"}, "properties": {"repobilityId": "68cbf2dc7c990909", "scanner": "scanner-primary", "fingerprint": "9aa493f6b377e9b7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-85c5d23c7967787e", "level": "none", "message": {"text": "Commented-code block (7 lines) in frames/community_library/frame.ts:1"}, "properties": {"repobilityId": "a49d2d9a63ff7032", "scanner": "scanner-primary", "fingerprint": "85c5d23c7967787e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2fcfdcb6cced5491", "level": "none", "message": {"text": "Commented-code block (5 lines) in frames/game_pancake_stacker/frame.ts:1"}, "properties": {"repobilityId": "c751ba47ab995d92", "scanner": "scanner-primary", "fingerprint": "2fcfdcb6cced5491", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7eb33083274a1a20", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/build_catalogs.py:93"}, "properties": {"repobilityId": "abd58e83e4a14597", "scanner": "scanner-primary", "fingerprint": "7eb33083274a1a20", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}