{"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-deaf2e591a7693a9", "name": "Insecure pattern 'node_child_process' in scripts/build-paper-index.mjs:8", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/build-paper-index.mjs:8"}, "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-29d8ea07b768540f", "name": "Insecure pattern 'node_child_process' in scripts/write-version.mjs:3", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/write-version.mjs:3"}, "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-5fbbd8c3dbc970ea", "name": "Insecure pattern 'cors_wildcard' in functions/api/browse.js:14", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in functions/api/browse.js:14"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-dd6f89aee9d2ba61", "name": "Insecure pattern 'cors_wildcard' in functions/api/broke-gary.js:26", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in functions/api/broke-gary.js:26"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-9fa530030b3e7e44", "name": "Insecure pattern 'cors_wildcard' in functions/api/gary-write.js:41", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in functions/api/gary-write.js:41"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4f10440961d3108b", "name": "Insecure pattern 'cors_wildcard' in functions/api/gary-memory.js:26", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in functions/api/gary-memory.js:26"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b79eb5a7cf4d9e31", "name": "Insecure pattern 'cors_wildcard' in functions/api/joke.js:158", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in functions/api/joke.js:158"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-24866535a1f0d238", "name": "Insecure pattern 'direct_innerhtml_assignment' in public/paper-game-sync.js:83", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/paper-game-sync.js:83"}, "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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "1 test file(s) for 35 source file(s) (ratio 0.03). 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 12 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, 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-09b18997e5f73c7f", "name": "Commented-code block (6 lines) in scripts/clean_save_lives.py:31", "shortDescription": {"text": "Commented-code block (6 lines) in scripts/clean_save_lives.py:31"}, "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-34531df79e9756b2", "name": "Commented-code block (6 lines) in src/lib/paperTier.js:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/paperTier.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-dba883fe56c406ab", "name": "Commented-code block (7 lines) in functions/api/askbuddy.js:3", "shortDescription": {"text": "Commented-code block (7 lines) in functions/api/askbuddy.js: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-44fd291f326d0c1e", "name": "Commented-code block (5 lines) in functions/api/broke-gary.js:9", "shortDescription": {"text": "Commented-code block (5 lines) in functions/api/broke-gary.js: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-cfeaf854ebc5870e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 functions/api/broke-gary.js:155", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 functions/api/broke-gary.js:155"}, "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-93150cd24e9db2e7", "name": "`fetch()` without try/.catch or AbortSignal \u2014 functions/api/download.js:11", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 functions/api/download.js:11"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-df1aa88388c3fc76", "name": "`fetch()` without try/.catch or AbortSignal \u2014 functions/api/gary-write.js:127", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 functions/api/gary-write.js:127"}, "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-417a9d5e5af14e1c", "name": "Commented-code block (7 lines) in functions/api/gary-memory.js:11", "shortDescription": {"text": "Commented-code block (7 lines) in functions/api/gary-memory.js:11"}, "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-746ecaa7349a9e3d", "name": "Commented-code block (5 lines) in functions/api/verify-purchase.js:6", "shortDescription": {"text": "Commented-code block (5 lines) in functions/api/verify-purchase.js:6"}, "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-18a9e078a89627d9", "name": "`fetch()` without try/.catch or AbortSignal \u2014 functions/api/stripe/webhook.js:95", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 functions/api/stripe/webhook.js:95"}, "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-d55cbb7e722f135e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 functions/api/auth/github/callback.js:91", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 functions/api/auth/github/callback.js: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-2257ede9ef236fa6", "name": "Commented-code block (9 lines) in functions/api/buddy-thread/report.js:6", "shortDescription": {"text": "Commented-code block (9 lines) in functions/api/buddy-thread/report.js:6"}, "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-fe05362ce9081d98", "name": "`fetch()` without try/.catch or AbortSignal \u2014 functions/api/buddy-thread/report.js:119", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 functions/api/buddy-thread/report.js:119"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-96e7383b5100712f", "name": "Commented-code block (8 lines) in functions/api/anchorforge/gate.js:1", "shortDescription": {"text": "Commented-code block (8 lines) in functions/api/anchorforge/gate.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-52d2f86b3469b46e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 functions/api/anchorforge/gate.js:111", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 functions/api/anchorforge/gate.js:111"}, "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-6e5049ba64a176f3", "name": "Commented-code block (6 lines) in functions/_lib/ingest.js:18", "shortDescription": {"text": "Commented-code block (6 lines) in functions/_lib/ingest.js:18"}, "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-dfdee49cdf63e31f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 functions/_lib/ingest.js:10", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 functions/_lib/ingest.js:10"}, "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-6178feab263a6242", "name": "`fetch()` without try/.catch or AbortSignal \u2014 public/sw.js:133", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/sw.js:133"}, "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-640f0b6f1ca8ca6f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 public/snappy-nav.js:107", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/snappy-nav.js:107"}, "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-1d9cc57f758ef98d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 public/paper-game-sync.js:37", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/paper-game-sync.js:37"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/23989"}, "properties": {"repository": "AIIT-GLITCH/buddy", "repoUrl": "https://github.com/AIIT-GLITCH/buddy", "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-deaf2e591a7693a9", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/build-paper-index.mjs:8"}, "properties": {"repobilityId": "5ac4242230d01fb5", "scanner": "scanner-primary", "fingerprint": "deaf2e591a7693a9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/build-paper-index.mjs"}, "region": {"startLine": 8}}}]}, {"ruleId": "scanner-29d8ea07b768540f", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/write-version.mjs:3"}, "properties": {"repobilityId": "579dc3b49298e000", "scanner": "scanner-primary", "fingerprint": "29d8ea07b768540f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/write-version.mjs"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-5fbbd8c3dbc970ea", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in functions/api/browse.js:14"}, "properties": {"repobilityId": "be3429bfac640b01", "scanner": "scanner-primary", "fingerprint": "5fbbd8c3dbc970ea", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "functions/api/browse.js"}, "region": {"startLine": 14}}}]}, {"ruleId": "scanner-dd6f89aee9d2ba61", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in functions/api/broke-gary.js:26"}, "properties": {"repobilityId": "fc04b8091f8f7434", "scanner": "scanner-primary", "fingerprint": "dd6f89aee9d2ba61", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "functions/api/broke-gary.js"}, "region": {"startLine": 26}}}]}, {"ruleId": "scanner-9fa530030b3e7e44", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in functions/api/gary-write.js:41"}, "properties": {"repobilityId": "845692ba48ade8ed", "scanner": "scanner-primary", "fingerprint": "9fa530030b3e7e44", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "functions/api/gary-write.js"}, "region": {"startLine": 41}}}]}, {"ruleId": "scanner-4f10440961d3108b", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in functions/api/gary-memory.js:26"}, "properties": {"repobilityId": "c52e9f3a8ce226d7", "scanner": "scanner-primary", "fingerprint": "4f10440961d3108b", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "functions/api/gary-memory.js"}, "region": {"startLine": 26}}}]}, {"ruleId": "scanner-b79eb5a7cf4d9e31", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in functions/api/joke.js:158"}, "properties": {"repobilityId": "9813487a6e6e6b65", "scanner": "scanner-primary", "fingerprint": "b79eb5a7cf4d9e31", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "functions/api/joke.js"}, "region": {"startLine": 158}}}]}, {"ruleId": "scanner-24866535a1f0d238", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/paper-game-sync.js:83"}, "properties": {"repobilityId": "3b5a44348a4fb5a5", "scanner": "scanner-primary", "fingerprint": "24866535a1f0d238", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "public/paper-game-sync.js"}, "region": {"startLine": 83}}}]}, {"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": "4b76822c3acb10dd", "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": "4adbd1e8de82dcf5", "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": "ed5f09d23060acac", "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": "6eb0abbe72d28b2e", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-09b18997e5f73c7f", "level": "none", "message": {"text": "Commented-code block (6 lines) in scripts/clean_save_lives.py:31"}, "properties": {"repobilityId": "24d17d5864f5bf1f", "scanner": "scanner-primary", "fingerprint": "09b18997e5f73c7f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-34531df79e9756b2", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/paperTier.js:1"}, "properties": {"repobilityId": "c56fef6eb9308141", "scanner": "scanner-primary", "fingerprint": "34531df79e9756b2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-dba883fe56c406ab", "level": "none", "message": {"text": "Commented-code block (7 lines) in functions/api/askbuddy.js:3"}, "properties": {"repobilityId": "03268b652112aa68", "scanner": "scanner-primary", "fingerprint": "dba883fe56c406ab", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-44fd291f326d0c1e", "level": "none", "message": {"text": "Commented-code block (5 lines) in functions/api/broke-gary.js:9"}, "properties": {"repobilityId": "7a3f753eec15f65a", "scanner": "scanner-primary", "fingerprint": "44fd291f326d0c1e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cfeaf854ebc5870e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 functions/api/broke-gary.js:155"}, "properties": {"repobilityId": "d3baa1f3b0d729fd", "scanner": "scanner-primary", "fingerprint": "cfeaf854ebc5870e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-93150cd24e9db2e7", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 functions/api/download.js:11"}, "properties": {"repobilityId": "9b42c646b48b6e77", "scanner": "scanner-primary", "fingerprint": "93150cd24e9db2e7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-df1aa88388c3fc76", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 functions/api/gary-write.js:127"}, "properties": {"repobilityId": "2f4b46a98140d1ba", "scanner": "scanner-primary", "fingerprint": "df1aa88388c3fc76", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-417a9d5e5af14e1c", "level": "none", "message": {"text": "Commented-code block (7 lines) in functions/api/gary-memory.js:11"}, "properties": {"repobilityId": "97b5351d114ba83c", "scanner": "scanner-primary", "fingerprint": "417a9d5e5af14e1c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-746ecaa7349a9e3d", "level": "none", "message": {"text": "Commented-code block (5 lines) in functions/api/verify-purchase.js:6"}, "properties": {"repobilityId": "62a71b27f9c0358f", "scanner": "scanner-primary", "fingerprint": "746ecaa7349a9e3d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-18a9e078a89627d9", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 functions/api/stripe/webhook.js:95"}, "properties": {"repobilityId": "78026bd162f9909c", "scanner": "scanner-primary", "fingerprint": "18a9e078a89627d9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d55cbb7e722f135e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 functions/api/auth/github/callback.js:91"}, "properties": {"repobilityId": "bf4521b756e50d64", "scanner": "scanner-primary", "fingerprint": "d55cbb7e722f135e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2257ede9ef236fa6", "level": "none", "message": {"text": "Commented-code block (9 lines) in functions/api/buddy-thread/report.js:6"}, "properties": {"repobilityId": "40506d78c4153d70", "scanner": "scanner-primary", "fingerprint": "2257ede9ef236fa6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fe05362ce9081d98", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 functions/api/buddy-thread/report.js:119"}, "properties": {"repobilityId": "b0649ec0a55ceb04", "scanner": "scanner-primary", "fingerprint": "fe05362ce9081d98", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-96e7383b5100712f", "level": "none", "message": {"text": "Commented-code block (8 lines) in functions/api/anchorforge/gate.js:1"}, "properties": {"repobilityId": "191484db3aaf6150", "scanner": "scanner-primary", "fingerprint": "96e7383b5100712f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-52d2f86b3469b46e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 functions/api/anchorforge/gate.js:111"}, "properties": {"repobilityId": "6fabe7c6927c29e0", "scanner": "scanner-primary", "fingerprint": "52d2f86b3469b46e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-6e5049ba64a176f3", "level": "none", "message": {"text": "Commented-code block (6 lines) in functions/_lib/ingest.js:18"}, "properties": {"repobilityId": "72db8ebc2754d860", "scanner": "scanner-primary", "fingerprint": "6e5049ba64a176f3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-dfdee49cdf63e31f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 functions/_lib/ingest.js:10"}, "properties": {"repobilityId": "00f7677c70cad745", "scanner": "scanner-primary", "fingerprint": "dfdee49cdf63e31f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-6178feab263a6242", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/sw.js:133"}, "properties": {"repobilityId": "766f051737483c9a", "scanner": "scanner-primary", "fingerprint": "6178feab263a6242", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-640f0b6f1ca8ca6f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/snappy-nav.js:107"}, "properties": {"repobilityId": "3a3b0f092ca35028", "scanner": "scanner-primary", "fingerprint": "640f0b6f1ca8ca6f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1d9cc57f758ef98d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/paper-game-sync.js:37"}, "properties": {"repobilityId": "71f47000ec4c73db", "scanner": "scanner-primary", "fingerprint": "1d9cc57f758ef98d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}