{"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-951effc5d6223971", "name": "Stray `console.log` in TS/JS \u2014 functions/api/book-assessment.js:97", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 functions/api/book-assessment.js:97"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-1bdd9c1d13bd6f0f", "name": "Insecure pattern 'direct_innerhtml_assignment' in blog.js:58", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in blog.js:58"}, "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-8c2ac8ac2e9ef227", "name": "Insecure pattern 'new_function_used' in scripts/mobile-sweep.mjs:104", "shortDescription": {"text": "Insecure pattern 'new_function_used' in scripts/mobile-sweep.mjs:104"}, "fullDescription": {"text": "Found a known-risky pattern (new_function_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-fd82ce79c11af7dc", "name": "Insecure pattern 'direct_innerhtml_assignment' in book/index.html:722", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in book/index.html:722"}, "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-cb639d9a10a47b23", "name": "package.json defines install-time lifecycle scripts", "shortDescription": {"text": "package.json defines install-time lifecycle scripts"}, "fullDescription": {"text": "preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "2 tests / 20 src (ratio 0.10)."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 33 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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 12 placeholder/mock markers across 6 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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-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-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, tests. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-bea357a6497a2d5d", "name": "Agent authority lacks a verifier contract: CLAUDE.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: CLAUDE.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-43da7638be72aa7d", "name": "Legacy-named symbol `essay__copy` in blog.js:10", "shortDescription": {"text": "Legacy-named symbol `essay__copy` in blog.js:10"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-bede3ff9ccfdb28b", "name": "Commented-code block (5 lines) in scripts/build-work.mjs:4", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/build-work.mjs:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-a614fd42fa436b32", "name": "Commented-code block (8 lines) in scripts/fetch-blog-posts.mjs:181", "shortDescription": {"text": "Commented-code block (8 lines) in scripts/fetch-blog-posts.mjs:181"}, "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-db34d15361aa1b25", "name": "Commented-code block (7 lines) in scripts/mobile-sweep.mjs:2", "shortDescription": {"text": "Commented-code block (7 lines) in scripts/mobile-sweep.mjs:2"}, "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-e60888e92743660c", "name": "Commented-code block (6 lines) in scripts/test-book-assessment.mjs:3", "shortDescription": {"text": "Commented-code block (6 lines) in scripts/test-book-assessment.mjs: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-d83298e4adcb8ffb", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/test-book-assessment.mjs:129", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/test-book-assessment.mjs:129"}, "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-3ca5a13b338c763a", "name": "Legacy-named symbol `essay__copy` in scripts/build-blog.mjs:432", "shortDescription": {"text": "Legacy-named symbol `essay__copy` in scripts/build-blog.mjs:432"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-06dba4299f281e7f", "name": "Commented-code block (6 lines) in scripts/build-blog.mjs:4", "shortDescription": {"text": "Commented-code block (6 lines) in scripts/build-blog.mjs:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-79b63805468d6e41", "name": "Commented-code block (5 lines) in scripts/check-facts.mjs:2", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/check-facts.mjs:2"}, "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-29f77b76c2a2c40b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/smoke-test.mjs:22", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/smoke-test.mjs:22"}, "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-ea74bf58cbd3aca1", "name": "Commented-code block (5 lines) in scripts/lib/config.mjs:68", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/lib/config.mjs:68"}, "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-b49008f73ed4da9b", "name": "Commented-code block (5 lines) in functions/api/book-assessment.js:3", "shortDescription": {"text": "Commented-code block (5 lines) in functions/api/book-assessment.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-450c2e2e62144f9b", "name": "Commented-code block (7 lines) in emails/assessment-autoresponder.js:3", "shortDescription": {"text": "Commented-code block (7 lines) in emails/assessment-autoresponder.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}}]}}, "automationDetails": {"id": "repobility/25027"}, "properties": {"repository": "cmm-bside/mainandmachine-site", "repoUrl": "https://github.com/cmm-bside/mainandmachine-site", "branch": "main"}, "results": [{"ruleId": "scanner-951effc5d6223971", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 functions/api/book-assessment.js:97"}, "properties": {"repobilityId": "7e6285f8ee8f84b5", "scanner": "scanner-primary", "fingerprint": "951effc5d6223971", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-1bdd9c1d13bd6f0f", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in blog.js:58"}, "properties": {"repobilityId": "61d6bbda7e47bf09", "scanner": "scanner-primary", "fingerprint": "1bdd9c1d13bd6f0f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "blog.js"}, "region": {"startLine": 58}}}]}, {"ruleId": "scanner-8c2ac8ac2e9ef227", "level": "error", "message": {"text": "Insecure pattern 'new_function_used' in scripts/mobile-sweep.mjs:104"}, "properties": {"repobilityId": "5664af925e21303d", "scanner": "scanner-primary", "fingerprint": "8c2ac8ac2e9ef227", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "new_function_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/mobile-sweep.mjs"}, "region": {"startLine": 104}}}]}, {"ruleId": "scanner-fd82ce79c11af7dc", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in book/index.html:722"}, "properties": {"repobilityId": "d102362535a8c4f5", "scanner": "scanner-primary", "fingerprint": "fd82ce79c11af7dc", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "book/index.html"}, "region": {"startLine": 722}}}]}, {"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-cb639d9a10a47b23", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "edeab51902066991", "scanner": "scanner-primary", "fingerprint": "cb639d9a10a47b23", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "e70a34638280694a", "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": "c084f31da96f2535", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "1f821388f508c4df", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "cd6f59dbef3a2a74", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "c0a0720d0fc2e7f1", "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": "7e505bf5e147161a", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "6779144a77a44e10", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-bea357a6497a2d5d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: CLAUDE.md"}, "properties": {"repobilityId": "aae72df3934829ac", "scanner": "scanner-primary", "fingerprint": "bea357a6497a2d5d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CLAUDE.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-43da7638be72aa7d", "level": "note", "message": {"text": "Legacy-named symbol `essay__copy` in blog.js:10"}, "properties": {"repobilityId": "a96f440bcf5fe4c5", "scanner": "scanner-primary", "fingerprint": "43da7638be72aa7d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-bede3ff9ccfdb28b", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/build-work.mjs:4"}, "properties": {"repobilityId": "259c14677637ff7e", "scanner": "scanner-primary", "fingerprint": "bede3ff9ccfdb28b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a614fd42fa436b32", "level": "none", "message": {"text": "Commented-code block (8 lines) in scripts/fetch-blog-posts.mjs:181"}, "properties": {"repobilityId": "5b48e2ab58f68818", "scanner": "scanner-primary", "fingerprint": "a614fd42fa436b32", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-db34d15361aa1b25", "level": "none", "message": {"text": "Commented-code block (7 lines) in scripts/mobile-sweep.mjs:2"}, "properties": {"repobilityId": "58aa1cd2dc4b7042", "scanner": "scanner-primary", "fingerprint": "db34d15361aa1b25", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e60888e92743660c", "level": "none", "message": {"text": "Commented-code block (6 lines) in scripts/test-book-assessment.mjs:3"}, "properties": {"repobilityId": "03a2345f7d7bfa82", "scanner": "scanner-primary", "fingerprint": "e60888e92743660c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d83298e4adcb8ffb", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/test-book-assessment.mjs:129"}, "properties": {"repobilityId": "c481c9129a5690bd", "scanner": "scanner-primary", "fingerprint": "d83298e4adcb8ffb", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3ca5a13b338c763a", "level": "note", "message": {"text": "Legacy-named symbol `essay__copy` in scripts/build-blog.mjs:432"}, "properties": {"repobilityId": "dbddc680f0665b12", "scanner": "scanner-primary", "fingerprint": "3ca5a13b338c763a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-06dba4299f281e7f", "level": "none", "message": {"text": "Commented-code block (6 lines) in scripts/build-blog.mjs:4"}, "properties": {"repobilityId": "849c671dfb4cf099", "scanner": "scanner-primary", "fingerprint": "06dba4299f281e7f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-79b63805468d6e41", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/check-facts.mjs:2"}, "properties": {"repobilityId": "5988053db8091cb9", "scanner": "scanner-primary", "fingerprint": "79b63805468d6e41", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-29f77b76c2a2c40b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/smoke-test.mjs:22"}, "properties": {"repobilityId": "559f2399779b73b1", "scanner": "scanner-primary", "fingerprint": "29f77b76c2a2c40b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-ea74bf58cbd3aca1", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/lib/config.mjs:68"}, "properties": {"repobilityId": "ec886121bd7e412a", "scanner": "scanner-primary", "fingerprint": "ea74bf58cbd3aca1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b49008f73ed4da9b", "level": "none", "message": {"text": "Commented-code block (5 lines) in functions/api/book-assessment.js:3"}, "properties": {"repobilityId": "3e6c3fd95d5a01db", "scanner": "scanner-primary", "fingerprint": "b49008f73ed4da9b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-450c2e2e62144f9b", "level": "none", "message": {"text": "Commented-code block (7 lines) in emails/assessment-autoresponder.js:3"}, "properties": {"repobilityId": "d722b69061f231fc", "scanner": "scanner-primary", "fingerprint": "450c2e2e62144f9b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}