{"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-9d4546f5e7891375", "name": "Stray `console.log` in TS/JS \u2014 eval/run.ts:55", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 eval/run.ts:55"}, "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-1e593b77834a0b0b", "name": "Stray `console.log` in TS/JS \u2014 eval/fixture.ts:50", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 eval/fixture.ts:50"}, "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-e45c8d5d97b29147", "name": "Stray `console.log` in TS/JS \u2014 src/workers/agents.ts:106", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/workers/agents.ts:106"}, "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-a47c304675e3c8ca", "name": "Insecure pattern 'node_child_process' in eval/fixture.ts:14", "shortDescription": {"text": "Insecure pattern 'node_child_process' in eval/fixture.ts:14"}, "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-249d3d06e07c6494", "name": "Insecure pattern 'node_child_process' in eval/checks.ts:6", "shortDescription": {"text": "Insecure pattern 'node_child_process' in eval/checks.ts:6"}, "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-c8add0a12bae0e6f", "name": "Insecure pattern 'node_child_process' in src/workers/runner.ts:11", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/workers/runner.ts:11"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-cd802e78a34cecda", "name": "Insecure pattern 'node_child_process' in src/memory/git.ts:5", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/memory/git.ts:5"}, "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-8afde58d72ce14d9", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/inspector/html.ts:94", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/inspector/html.ts:94"}, "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-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 15 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. 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, ci. 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-8e5f3d8c289f40e6", "name": "Commented-code block (5 lines) in test/driver.test.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in test/driver.test.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-1dc4d4a9f2348800", "name": "Commented-code block (6 lines) in test/mcp.test.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in test/mcp.test.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-4c7905440b903241", "name": "`fetch()` without try/.catch or AbortSignal \u2014 test/mcp.test.ts:126", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 test/mcp.test.ts:126"}, "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-a7c77d4c6969b8f6", "name": "Commented-code block (6 lines) in test/helpers.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in test/helpers.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-3b03bae636f3d27d", "name": "Commented-code block (5 lines) in test/e2e.test.ts:6", "shortDescription": {"text": "Commented-code block (5 lines) in test/e2e.test.ts: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-0af885438ace409c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 test/inspector.test.ts:59", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 test/inspector.test.ts:59"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-38b38cd3b48d165b", "name": "Commented-code block (7 lines) in test/fakes/fakeManager.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in test/fakes/fakeManager.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-559b86ad5f689fcd", "name": "Commented-code block (8 lines) in eval/run.ts:8", "shortDescription": {"text": "Commented-code block (8 lines) in eval/run.ts:8"}, "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-63484abf62ca367e", "name": "Commented-code block (5 lines) in eval/fixture.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in eval/fixture.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-5532d1ad8dfb3b9d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 eval/fixture.ts:78", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 eval/fixture.ts:78"}, "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-f17406ede3587829", "name": "Commented-code block (5 lines) in eval/graders.test.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in eval/graders.test.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-68c4dc0293ae089e", "name": "Commented-code block (7 lines) in eval/harness.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in eval/harness.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-48d01094cc5a094e", "name": "Commented-code block (5 lines) in eval/scenarios.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in eval/scenarios.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-bb37914741e89649", "name": "`fetch()` without try/.catch or AbortSignal \u2014 eval/scenarios.ts:81", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 eval/scenarios.ts:81"}, "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-d14d5225b7cfd451", "name": "Commented-code block (5 lines) in eval/types.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in eval/types.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-992bda457dbd5483", "name": "Commented-code block (5 lines) in src/app.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/app.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-f418521694667b54", "name": "Commented-code block (6 lines) in src/manager/driver.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/manager/driver.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-3b354c0225450b6e", "name": "Commented-code block (8 lines) in src/manager/prompt.ts:1", "shortDescription": {"text": "Commented-code block (8 lines) in src/manager/prompt.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-d248c167e6c92ab6", "name": "Commented-code block (5 lines) in src/manager/mcp/server.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/manager/mcp/server.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-e068cc241b3019f2", "name": "Commented-code block (5 lines) in src/workers/protocol.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/workers/protocol.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-c509cf4c2b2ef712", "name": "Commented-code block (5 lines) in src/workers/orchestrator.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/workers/orchestrator.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-eabdad129e5ec1c9", "name": "Commented-code block (5 lines) in src/workers/agents.ts:6", "shortDescription": {"text": "Commented-code block (5 lines) in src/workers/agents.ts: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-ce7e7439734d3dba", "name": "Commented-code block (5 lines) in src/transport/deliver.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/transport/deliver.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-710cbfd60ac25bc0", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/transport/telegram.ts:144", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/transport/telegram.ts:144"}, "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-83b750636541e158", "name": "Commented-code block (5 lines) in src/runtime/telemetry.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/runtime/telemetry.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-7e879892b80b613f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/inspector/html.ts:56", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/inspector/html.ts:56"}, "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-250f57e8a1dbd3c5", "name": "4 env vars used in code but missing from .env.example", "shortDescription": {"text": "4 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `CODEX_BIN`, `LOG_LEVEL`, `NODE_PATH`, `PORT`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/23522"}, "properties": {"repository": "zakkl13/little-living-apps", "repoUrl": "https://github.com/zakkl13/little-living-apps", "branch": "main"}, "results": [{"ruleId": "scanner-9d4546f5e7891375", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 eval/run.ts:55"}, "properties": {"repobilityId": "1d833e01484ac976", "scanner": "scanner-primary", "fingerprint": "9d4546f5e7891375", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-1e593b77834a0b0b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 eval/fixture.ts:50"}, "properties": {"repobilityId": "1f4429e466539a1b", "scanner": "scanner-primary", "fingerprint": "1e593b77834a0b0b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e45c8d5d97b29147", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/workers/agents.ts:106"}, "properties": {"repobilityId": "f55fe287208415c3", "scanner": "scanner-primary", "fingerprint": "e45c8d5d97b29147", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a47c304675e3c8ca", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in eval/fixture.ts:14"}, "properties": {"repobilityId": "d83dc39ac5f930f5", "scanner": "scanner-primary", "fingerprint": "a47c304675e3c8ca", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "eval/fixture.ts"}, "region": {"startLine": 14}}}]}, {"ruleId": "scanner-249d3d06e07c6494", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in eval/checks.ts:6"}, "properties": {"repobilityId": "8cf1f350b2dc9050", "scanner": "scanner-primary", "fingerprint": "249d3d06e07c6494", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "eval/checks.ts"}, "region": {"startLine": 6}}}]}, {"ruleId": "scanner-c8add0a12bae0e6f", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/workers/runner.ts:11"}, "properties": {"repobilityId": "a62e67451defb73b", "scanner": "scanner-primary", "fingerprint": "c8add0a12bae0e6f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/workers/runner.ts"}, "region": {"startLine": 11}}}]}, {"ruleId": "scanner-cd802e78a34cecda", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/memory/git.ts:5"}, "properties": {"repobilityId": "7a82df57017b3a44", "scanner": "scanner-primary", "fingerprint": "cd802e78a34cecda", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/memory/git.ts"}, "region": {"startLine": 5}}}]}, {"ruleId": "scanner-8afde58d72ce14d9", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/inspector/html.ts:94"}, "properties": {"repobilityId": "925f1c48cbfc1bdc", "scanner": "scanner-primary", "fingerprint": "8afde58d72ce14d9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/inspector/html.ts"}, "region": {"startLine": 94}}}]}, {"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-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "17a1084353316595", "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": "cb591b3f02bc4a71", "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": "5f6a5e19f0aa6d96", "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": "a402e6567db0d6e1", "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": "5b0d978a0c12841c", "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": "d6d0202e496d26ef", "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": "d0256bf47bec92e1", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-8e5f3d8c289f40e6", "level": "none", "message": {"text": "Commented-code block (5 lines) in test/driver.test.ts:1"}, "properties": {"repobilityId": "f62df080d2f50887", "scanner": "scanner-primary", "fingerprint": "8e5f3d8c289f40e6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1dc4d4a9f2348800", "level": "none", "message": {"text": "Commented-code block (6 lines) in test/mcp.test.ts:1"}, "properties": {"repobilityId": "bd4da263c724d282", "scanner": "scanner-primary", "fingerprint": "1dc4d4a9f2348800", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4c7905440b903241", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 test/mcp.test.ts:126"}, "properties": {"repobilityId": "24cff8a4a8a644f8", "scanner": "scanner-primary", "fingerprint": "4c7905440b903241", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a7c77d4c6969b8f6", "level": "none", "message": {"text": "Commented-code block (6 lines) in test/helpers.ts:1"}, "properties": {"repobilityId": "eeb525b230487679", "scanner": "scanner-primary", "fingerprint": "a7c77d4c6969b8f6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3b03bae636f3d27d", "level": "none", "message": {"text": "Commented-code block (5 lines) in test/e2e.test.ts:6"}, "properties": {"repobilityId": "45925d131ec15df9", "scanner": "scanner-primary", "fingerprint": "3b03bae636f3d27d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0af885438ace409c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 test/inspector.test.ts:59"}, "properties": {"repobilityId": "5ed5100a21e39c49", "scanner": "scanner-primary", "fingerprint": "0af885438ace409c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-38b38cd3b48d165b", "level": "none", "message": {"text": "Commented-code block (7 lines) in test/fakes/fakeManager.ts:1"}, "properties": {"repobilityId": "42417a633a3870b6", "scanner": "scanner-primary", "fingerprint": "38b38cd3b48d165b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-559b86ad5f689fcd", "level": "none", "message": {"text": "Commented-code block (8 lines) in eval/run.ts:8"}, "properties": {"repobilityId": "670304f7210c3d0e", "scanner": "scanner-primary", "fingerprint": "559b86ad5f689fcd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-63484abf62ca367e", "level": "none", "message": {"text": "Commented-code block (5 lines) in eval/fixture.ts:1"}, "properties": {"repobilityId": "15e5008d20c59d23", "scanner": "scanner-primary", "fingerprint": "63484abf62ca367e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5532d1ad8dfb3b9d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 eval/fixture.ts:78"}, "properties": {"repobilityId": "f0d848e0022e825e", "scanner": "scanner-primary", "fingerprint": "5532d1ad8dfb3b9d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f17406ede3587829", "level": "none", "message": {"text": "Commented-code block (5 lines) in eval/graders.test.ts:1"}, "properties": {"repobilityId": "81a6f544046ff924", "scanner": "scanner-primary", "fingerprint": "f17406ede3587829", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-68c4dc0293ae089e", "level": "none", "message": {"text": "Commented-code block (7 lines) in eval/harness.ts:1"}, "properties": {"repobilityId": "b84bf0e26047fea3", "scanner": "scanner-primary", "fingerprint": "68c4dc0293ae089e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-48d01094cc5a094e", "level": "none", "message": {"text": "Commented-code block (5 lines) in eval/scenarios.ts:1"}, "properties": {"repobilityId": "2b833b3e5cd583f5", "scanner": "scanner-primary", "fingerprint": "48d01094cc5a094e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bb37914741e89649", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 eval/scenarios.ts:81"}, "properties": {"repobilityId": "429e14ee1d235fae", "scanner": "scanner-primary", "fingerprint": "bb37914741e89649", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d14d5225b7cfd451", "level": "none", "message": {"text": "Commented-code block (5 lines) in eval/types.ts:1"}, "properties": {"repobilityId": "d680be55f903346f", "scanner": "scanner-primary", "fingerprint": "d14d5225b7cfd451", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-992bda457dbd5483", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app.ts:1"}, "properties": {"repobilityId": "9ae1c2bd68e8dd39", "scanner": "scanner-primary", "fingerprint": "992bda457dbd5483", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f418521694667b54", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/manager/driver.ts:1"}, "properties": {"repobilityId": "eebd5483a14bac10", "scanner": "scanner-primary", "fingerprint": "f418521694667b54", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3b354c0225450b6e", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/manager/prompt.ts:1"}, "properties": {"repobilityId": "08221d5fce9c91dd", "scanner": "scanner-primary", "fingerprint": "3b354c0225450b6e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d248c167e6c92ab6", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/manager/mcp/server.ts:1"}, "properties": {"repobilityId": "c448b6cf4a915874", "scanner": "scanner-primary", "fingerprint": "d248c167e6c92ab6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e068cc241b3019f2", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/workers/protocol.ts:1"}, "properties": {"repobilityId": "5dbe2ad0909426fc", "scanner": "scanner-primary", "fingerprint": "e068cc241b3019f2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c509cf4c2b2ef712", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/workers/orchestrator.ts:1"}, "properties": {"repobilityId": "480b192c70e89c2b", "scanner": "scanner-primary", "fingerprint": "c509cf4c2b2ef712", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-eabdad129e5ec1c9", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/workers/agents.ts:6"}, "properties": {"repobilityId": "4d652437b9470e6a", "scanner": "scanner-primary", "fingerprint": "eabdad129e5ec1c9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ce7e7439734d3dba", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/transport/deliver.ts:1"}, "properties": {"repobilityId": "e8b897e911081e9f", "scanner": "scanner-primary", "fingerprint": "ce7e7439734d3dba", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-710cbfd60ac25bc0", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/transport/telegram.ts:144"}, "properties": {"repobilityId": "c250dceba7b41541", "scanner": "scanner-primary", "fingerprint": "710cbfd60ac25bc0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-83b750636541e158", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/runtime/telemetry.ts:1"}, "properties": {"repobilityId": "78c59cfa65ca0d0e", "scanner": "scanner-primary", "fingerprint": "83b750636541e158", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7e879892b80b613f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/inspector/html.ts:56"}, "properties": {"repobilityId": "11fed573e48d1758", "scanner": "scanner-primary", "fingerprint": "7e879892b80b613f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-250f57e8a1dbd3c5", "level": "none", "message": {"text": "4 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "57584f22b735b5ee", "scanner": "scanner-primary", "fingerprint": "250f57e8a1dbd3c5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}