{"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-bead75b0f9233e05", "name": "No API endpoints detected", "shortDescription": {"text": "No API endpoints detected"}, "fullDescription": {"text": "The scanner did not find FastAPI/Flask/Express/NestJS/GraphQL/gRPC routes. If this repo exposes APIs, the framework may be unsupported."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "info", "confidence": 1.0}}, {"id": "scanner-830274a3ec736c5b", "name": "Stray `console.log` in TS/JS \u2014 agent-board.js:52", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 agent-board.js:52"}, "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-b826a682ff1abda9", "name": "Stray `console.log` in TS/JS \u2014 lib/http.js:427", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 lib/http.js:427"}, "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-398ce61e47424877", "name": "Stray `console.log` in TS/JS \u2014 lib/resolver.js:78", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 lib/resolver.js:78"}, "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-f56cf801102a832b", "name": "Stray `console.log` in TS/JS \u2014 lib/deploy.js:48", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 lib/deploy.js:48"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-63acc3cc669d9f86", "name": "Insecure pattern 'node_child_process' in lib/github.js:4", "shortDescription": {"text": "Insecure pattern 'node_child_process' in lib/github.js:4"}, "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-16e183466fa77f47", "name": "Insecure pattern 'node_child_process' in lib/exec.js:3", "shortDescription": {"text": "Insecure pattern 'node_child_process' in lib/exec.js: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-f608763ef6ddfa89", "name": "Insecure pattern 'direct_innerhtml_assignment' in public/js/drawer.js:14", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/js/drawer.js:14"}, "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-ae04352a96c7a74b", "name": "Insecure pattern 'direct_innerhtml_assignment' in public/js/actions.js:71", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/js/actions.js:71"}, "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-70fd164c7aadb36f", "name": "Insecure pattern 'direct_innerhtml_assignment' in public/js/board.js:150", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/js/board.js:150"}, "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 22 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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 6 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. 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 ci, 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-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-8a318792ce0ef1bd", "name": "Commented-code block (14 lines) in lib/http.js:108", "shortDescription": {"text": "Commented-code block (14 lines) in lib/http.js:108"}, "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-9cfa6e8911c28e7f", "name": "Commented-code block (5 lines) in lib/live.js:92", "shortDescription": {"text": "Commented-code block (5 lines) in lib/live.js:92"}, "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-fea821dd4abb7137", "name": "Commented-code block (7 lines) in lib/github.js:108", "shortDescription": {"text": "Commented-code block (7 lines) in lib/github.js:108"}, "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-3e062c8d7188a5bd", "name": "Commented-code block (5 lines) in lib/mock.js:3", "shortDescription": {"text": "Commented-code block (5 lines) in lib/mock.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-b833c2d0d4960d44", "name": "Commented-code block (5 lines) in lib/prefs.js:3", "shortDescription": {"text": "Commented-code block (5 lines) in lib/prefs.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-087090fe8233d90f", "name": "Commented-code block (5 lines) in lib/util.js:19", "shortDescription": {"text": "Commented-code block (5 lines) in lib/util.js:19"}, "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-f18a7b5913ef2a85", "name": "Commented-code block (9 lines) in lib/sessions.js:61", "shortDescription": {"text": "Commented-code block (9 lines) in lib/sessions.js:61"}, "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-720df2da42f25769", "name": "Commented-code block (8 lines) in lib/timeline.js:39", "shortDescription": {"text": "Commented-code block (8 lines) in lib/timeline.js:39"}, "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-70dec6a7dffd0184", "name": "Commented-code block (9 lines) in lib/resolver.js:3", "shortDescription": {"text": "Commented-code block (9 lines) in lib/resolver.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-5d493e25fc8a0055", "name": "Commented-code block (6 lines) in lib/deploy.js:3", "shortDescription": {"text": "Commented-code block (6 lines) in lib/deploy.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-2279f4c08fc97dad", "name": "Commented-code block (6 lines) in lib/snapshot.js:34", "shortDescription": {"text": "Commented-code block (6 lines) in lib/snapshot.js:34"}, "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-0b558e7ea9b39152", "name": "Commented-code block (5 lines) in public/js/confetti.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in public/js/confetti.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-8debe9a85e8c9047", "name": "`fetch()` without try/.catch or AbortSignal \u2014 public/js/drawer.js:104", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/js/drawer.js:104"}, "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-e11e3096d4bc5bc8", "name": "`fetch()` without try/.catch or AbortSignal \u2014 public/js/actions.js:11", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/js/actions.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-80c60c2eb2c148d5", "name": "Commented-code block (7 lines) in public/js/lanes.js:16", "shortDescription": {"text": "Commented-code block (7 lines) in public/js/lanes.js:16"}, "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/19196"}, "properties": {"repository": "sefr-sefr/agge", "repoUrl": "https://github.com/sefr-sefr/agge", "branch": "main"}, "results": [{"ruleId": "scanner-bead75b0f9233e05", "level": "none", "message": {"text": "No API endpoints detected"}, "properties": {"repobilityId": "0f8bb852027c38f8", "scanner": "scanner-primary", "fingerprint": "bead75b0f9233e05", "layer": "api", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-830274a3ec736c5b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 agent-board.js:52"}, "properties": {"repobilityId": "6b9c0c2e5086b24f", "scanner": "scanner-primary", "fingerprint": "830274a3ec736c5b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b826a682ff1abda9", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 lib/http.js:427"}, "properties": {"repobilityId": "f9af92cce47baced", "scanner": "scanner-primary", "fingerprint": "b826a682ff1abda9", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-398ce61e47424877", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 lib/resolver.js:78"}, "properties": {"repobilityId": "d482eb71c5808fbf", "scanner": "scanner-primary", "fingerprint": "398ce61e47424877", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f56cf801102a832b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 lib/deploy.js:48"}, "properties": {"repobilityId": "e6e9c2ef8d319061", "scanner": "scanner-primary", "fingerprint": "f56cf801102a832b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-63acc3cc669d9f86", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in lib/github.js:4"}, "properties": {"repobilityId": "fedcedb8dd58402f", "scanner": "scanner-primary", "fingerprint": "63acc3cc669d9f86", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/github.js"}, "region": {"startLine": 4}}}]}, {"ruleId": "scanner-16e183466fa77f47", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in lib/exec.js:3"}, "properties": {"repobilityId": "30753b3c2f5d3b36", "scanner": "scanner-primary", "fingerprint": "16e183466fa77f47", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/exec.js"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-f608763ef6ddfa89", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/js/drawer.js:14"}, "properties": {"repobilityId": "902a9605b4bc5266", "scanner": "scanner-primary", "fingerprint": "f608763ef6ddfa89", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "public/js/drawer.js"}, "region": {"startLine": 14}}}]}, {"ruleId": "scanner-ae04352a96c7a74b", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/js/actions.js:71"}, "properties": {"repobilityId": "bb886ba1f68ab08b", "scanner": "scanner-primary", "fingerprint": "ae04352a96c7a74b", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "public/js/actions.js"}, "region": {"startLine": 71}}}]}, {"ruleId": "scanner-70fd164c7aadb36f", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/js/board.js:150"}, "properties": {"repobilityId": "3b7191c00388d662", "scanner": "scanner-primary", "fingerprint": "70fd164c7aadb36f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "public/js/board.js"}, "region": {"startLine": 150}}}]}, {"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-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "2ef879a0e5afec8a", "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": "c6bc3195e3080127", "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": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "6726763e76e816f2", "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": "cd730df350e0fc22", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "f1e16a1e774914ca", "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": "11a682b79a4a525d", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-8a318792ce0ef1bd", "level": "none", "message": {"text": "Commented-code block (14 lines) in lib/http.js:108"}, "properties": {"repobilityId": "cb077165cc5e0166", "scanner": "scanner-primary", "fingerprint": "8a318792ce0ef1bd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9cfa6e8911c28e7f", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/live.js:92"}, "properties": {"repobilityId": "fb848f36d23877e7", "scanner": "scanner-primary", "fingerprint": "9cfa6e8911c28e7f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fea821dd4abb7137", "level": "none", "message": {"text": "Commented-code block (7 lines) in lib/github.js:108"}, "properties": {"repobilityId": "15d94dfc35297749", "scanner": "scanner-primary", "fingerprint": "fea821dd4abb7137", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3e062c8d7188a5bd", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/mock.js:3"}, "properties": {"repobilityId": "d305df89951bf796", "scanner": "scanner-primary", "fingerprint": "3e062c8d7188a5bd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b833c2d0d4960d44", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/prefs.js:3"}, "properties": {"repobilityId": "d7bde04f69c83994", "scanner": "scanner-primary", "fingerprint": "b833c2d0d4960d44", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-087090fe8233d90f", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/util.js:19"}, "properties": {"repobilityId": "a8f7e6f211021809", "scanner": "scanner-primary", "fingerprint": "087090fe8233d90f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f18a7b5913ef2a85", "level": "none", "message": {"text": "Commented-code block (9 lines) in lib/sessions.js:61"}, "properties": {"repobilityId": "3bb716da59f5a6bb", "scanner": "scanner-primary", "fingerprint": "f18a7b5913ef2a85", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-720df2da42f25769", "level": "none", "message": {"text": "Commented-code block (8 lines) in lib/timeline.js:39"}, "properties": {"repobilityId": "9d30ddfa18506b02", "scanner": "scanner-primary", "fingerprint": "720df2da42f25769", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-70dec6a7dffd0184", "level": "none", "message": {"text": "Commented-code block (9 lines) in lib/resolver.js:3"}, "properties": {"repobilityId": "aa21fd73a7197641", "scanner": "scanner-primary", "fingerprint": "70dec6a7dffd0184", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5d493e25fc8a0055", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/deploy.js:3"}, "properties": {"repobilityId": "7a857dace19252e9", "scanner": "scanner-primary", "fingerprint": "5d493e25fc8a0055", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2279f4c08fc97dad", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/snapshot.js:34"}, "properties": {"repobilityId": "2814e28624fd6c18", "scanner": "scanner-primary", "fingerprint": "2279f4c08fc97dad", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0b558e7ea9b39152", "level": "none", "message": {"text": "Commented-code block (5 lines) in public/js/confetti.js:1"}, "properties": {"repobilityId": "4a170b6b39e8514b", "scanner": "scanner-primary", "fingerprint": "0b558e7ea9b39152", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8debe9a85e8c9047", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/js/drawer.js:104"}, "properties": {"repobilityId": "432f9640d756e6b1", "scanner": "scanner-primary", "fingerprint": "8debe9a85e8c9047", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e11e3096d4bc5bc8", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/js/actions.js:11"}, "properties": {"repobilityId": "ff105d450341281c", "scanner": "scanner-primary", "fingerprint": "e11e3096d4bc5bc8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-80c60c2eb2c148d5", "level": "none", "message": {"text": "Commented-code block (7 lines) in public/js/lanes.js:16"}, "properties": {"repobilityId": "92ada78dc43a8306", "scanner": "scanner-primary", "fingerprint": "80c60c2eb2c148d5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}