{"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-6f1651a33747b359", "name": "TODO/FIXME marker in shipping code \u2014 app/mcp-client.js:48", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 app/mcp-client.js:48"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-d7580d579108fe54", "name": "Stray `console.log` in TS/JS \u2014 app/mcp-client.js:82", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/mcp-client.js:82"}, "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-7bec12ceb222560b", "name": "Stray `console.log` in TS/JS \u2014 app/routes/chat.jsx:185", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/routes/chat.jsx:185"}, "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-b4271de952ed867c", "name": "Stray `console.log` in TS/JS \u2014 app/routes/api.webhooks.jsx:7", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/routes/api.webhooks.jsx:7"}, "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-fbac331753d2d0b5", "name": "Stray `console.log` in TS/JS \u2014 app/routes/auth.callback.jsx:35", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/routes/auth.callback.jsx:35"}, "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-eee48924d20a6ca4", "name": "Stray `console.log` in TS/JS \u2014 app/services/retrieval.server.js:152", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/services/retrieval.server.js:152"}, "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-b3f159c7da0b3c04", "name": "Stray `console.log` in TS/JS \u2014 app/services/tool.server.js:23", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/services/tool.server.js:23"}, "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-ef636f329e41f042", "name": "Stray `console.log` in TS/JS \u2014 extensions/chat-bubble/assets/chat.js:662", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 extensions/chat-bubble/assets/chat.js:662"}, "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-d63da3583b14afc0", "name": "Dockerfile runs as root: Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-fddc1267b35d0c7b", "name": "Docker base image is tag-pinned but not digest-pinned: node:18-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:18-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-aa5acaa49eb8315b", "name": "Containers defined but no K8s/orchestration manifest found", "shortDescription": {"text": "Containers defined but no K8s/orchestration manifest found"}, "fullDescription": {"text": "Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3488f922a2924984", "name": "Insecure pattern 'direct_innerhtml_assignment' in extensions/chat-bubble/assets/chat.js:170", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in extensions/chat-bubble/assets/chat.js:170"}, "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-7edd34eaa6ce71e0", "name": "Insecure pattern 'local_storage_auth_token' in extensions/chat-bubble/assets/chat.js:791", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in extensions/chat-bubble/assets/chat.js:791"}, "fullDescription": {"text": "Found a known-risky pattern (local_storage_auth_token). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f3183a07a1a0bd79", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 34 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 45 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-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-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 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-cc55229a7a3c078d", "name": "Agent authority lacks a verifier contract: .mcp.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .mcp.json"}, "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-1bd0c17b30417b2f", "name": "Agent authority lacks a verifier contract: .cursor/mcp.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .cursor/mcp.json"}, "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-f9a9603df4051cc0", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/time-chat.mjs:7", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/time-chat.mjs:7"}, "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-088e948b068ed1c3", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-suite.mjs:8", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-suite.mjs:8"}, "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-db6b2dec734e0a0c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/mcp-client.js:330", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/mcp-client.js:330"}, "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-a1415df88252c125", "name": "Commented-code block (5 lines) in app/routes/chat.jsx:14", "shortDescription": {"text": "Commented-code block (5 lines) in app/routes/chat.jsx:14"}, "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-16da679fa187fe25", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/routes/chat.jsx:493", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/routes/chat.jsx:493"}, "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-adba630e02160c40", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/routes/app.knowledge.jsx:84", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/routes/app.knowledge.jsx:84"}, "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-29536c13000137d7", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/routes/auth.callback.jsx:143", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/routes/auth.callback.jsx:143"}, "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-453ee9a3628e32c0", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/routes/app.settings.jsx:61", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/routes/app.settings.jsx:61"}, "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-905ac5094523d1a6", "name": "Commented-code block (7 lines) in app/services/config.server.js:22", "shortDescription": {"text": "Commented-code block (7 lines) in app/services/config.server.js:22"}, "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-64c87d4080bdea60", "name": "Commented-code block (6 lines) in app/services/claude.server.js:70", "shortDescription": {"text": "Commented-code block (6 lines) in app/services/claude.server.js:70"}, "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-a3e2aeb41bfd7485", "name": "Commented-code block (6 lines) in app/services/retrieval.server.js:1", "shortDescription": {"text": "Commented-code block (6 lines) in app/services/retrieval.server.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-c3a34037ffa6dd0f", "name": "Commented-code block (6 lines) in app/services/voyage.server.js:1", "shortDescription": {"text": "Commented-code block (6 lines) in app/services/voyage.server.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-e7124fb35754c8b6", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/services/voyage.server.js:24", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/services/voyage.server.js:24"}, "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-15d9d8d032733db0", "name": "`fetch()` without try/.catch or AbortSignal \u2014 extensions/chat-bubble/assets/chat.js:514", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 extensions/chat-bubble/assets/chat.js:514"}, "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-022e6399d1ef2beb", "name": "12 env vars used in code but missing from .env.example", "shortDescription": {"text": "12 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `ALLOWED_ORIGINS`, `FRONTEND_PORT`, `GITHUB_TOKEN`, `HOST`, `NODE_ENV`, `PORT`, `SCOPES`, `SHOPIFY_API_SECRET` + 4 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/22677"}, "properties": {"repository": "wguo7/shop-chat-agent", "repoUrl": "https://github.com/wguo7/shop-chat-agent", "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-6f1651a33747b359", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 app/mcp-client.js:48"}, "properties": {"repobilityId": "9876d9a21a8a69b3", "scanner": "scanner-primary", "fingerprint": "6f1651a33747b359", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-d7580d579108fe54", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/mcp-client.js:82"}, "properties": {"repobilityId": "a725911613b0ba9d", "scanner": "scanner-primary", "fingerprint": "d7580d579108fe54", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-7bec12ceb222560b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/routes/chat.jsx:185"}, "properties": {"repobilityId": "1b41af49b13747fc", "scanner": "scanner-primary", "fingerprint": "7bec12ceb222560b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b4271de952ed867c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/routes/api.webhooks.jsx:7"}, "properties": {"repobilityId": "a5619beb35bb1c3c", "scanner": "scanner-primary", "fingerprint": "b4271de952ed867c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-fbac331753d2d0b5", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/routes/auth.callback.jsx:35"}, "properties": {"repobilityId": "972ac4ea6d3509d9", "scanner": "scanner-primary", "fingerprint": "fbac331753d2d0b5", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-eee48924d20a6ca4", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/services/retrieval.server.js:152"}, "properties": {"repobilityId": "e625cbdd2e927cf8", "scanner": "scanner-primary", "fingerprint": "eee48924d20a6ca4", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b3f159c7da0b3c04", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/services/tool.server.js:23"}, "properties": {"repobilityId": "90bb53f3ff2c1eb4", "scanner": "scanner-primary", "fingerprint": "b3f159c7da0b3c04", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ef636f329e41f042", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 extensions/chat-bubble/assets/chat.js:662"}, "properties": {"repobilityId": "6d7432a84fa3126e", "scanner": "scanner-primary", "fingerprint": "ef636f329e41f042", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d63da3583b14afc0", "level": "warning", "message": {"text": "Dockerfile runs as root: Dockerfile"}, "properties": {"repobilityId": "a2ed1bd120e507db", "scanner": "scanner-primary", "fingerprint": "d63da3583b14afc0", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-fddc1267b35d0c7b", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:18-alpine"}, "properties": {"repobilityId": "c4716fbfe5c81bc2", "scanner": "scanner-primary", "fingerprint": "fddc1267b35d0c7b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-aa5acaa49eb8315b", "level": "note", "message": {"text": "Containers defined but no K8s/orchestration manifest found"}, "properties": {"repobilityId": "b230ea9b68736081", "scanner": "scanner-primary", "fingerprint": "aa5acaa49eb8315b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["coverage", "deployment"]}}, {"ruleId": "scanner-3488f922a2924984", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in extensions/chat-bubble/assets/chat.js:170"}, "properties": {"repobilityId": "00a40b7317b23648", "scanner": "scanner-primary", "fingerprint": "3488f922a2924984", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "extensions/chat-bubble/assets/chat.js"}, "region": {"startLine": 170}}}]}, {"ruleId": "scanner-7edd34eaa6ce71e0", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in extensions/chat-bubble/assets/chat.js:791"}, "properties": {"repobilityId": "6f21938d1b9a2b78", "scanner": "scanner-primary", "fingerprint": "7edd34eaa6ce71e0", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "extensions/chat-bubble/assets/chat.js"}, "region": {"startLine": 791}}}]}, {"ruleId": "scanner-f3183a07a1a0bd79", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "1ffc3336d426e74f", "scanner": "scanner-primary", "fingerprint": "f3183a07a1a0bd79", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/rebuild-index.yml"}, "region": {"startLine": 1}}}]}, {"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-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": "b5caeee3ef552ebf", "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": "113b23ccea60640c", "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": "67d306c3ea5b2731", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "4d251fbc1cf77803", "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": "ad4acbb9c04e2805", "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": "59f075afbfd8fb9e", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-cc55229a7a3c078d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .mcp.json"}, "properties": {"repobilityId": "51942fb3d5b8b5b4", "scanner": "scanner-primary", "fingerprint": "cc55229a7a3c078d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "mcp_config"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".mcp.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1bd0c17b30417b2f", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .cursor/mcp.json"}, "properties": {"repobilityId": "dd739e66f2986b13", "scanner": "scanner-primary", "fingerprint": "1bd0c17b30417b2f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "mcp_config"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".cursor/mcp.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f9a9603df4051cc0", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/time-chat.mjs:7"}, "properties": {"repobilityId": "8aa93b150d760006", "scanner": "scanner-primary", "fingerprint": "f9a9603df4051cc0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-088e948b068ed1c3", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/qa-suite.mjs:8"}, "properties": {"repobilityId": "00cfe5b51702485a", "scanner": "scanner-primary", "fingerprint": "088e948b068ed1c3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-db6b2dec734e0a0c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/mcp-client.js:330"}, "properties": {"repobilityId": "4401c9c7b8bf7599", "scanner": "scanner-primary", "fingerprint": "db6b2dec734e0a0c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a1415df88252c125", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/routes/chat.jsx:14"}, "properties": {"repobilityId": "ae4904c624383697", "scanner": "scanner-primary", "fingerprint": "a1415df88252c125", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-16da679fa187fe25", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/routes/chat.jsx:493"}, "properties": {"repobilityId": "a6b904009ee93967", "scanner": "scanner-primary", "fingerprint": "16da679fa187fe25", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-adba630e02160c40", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/routes/app.knowledge.jsx:84"}, "properties": {"repobilityId": "8a67c3dd06eeaa70", "scanner": "scanner-primary", "fingerprint": "adba630e02160c40", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-29536c13000137d7", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/routes/auth.callback.jsx:143"}, "properties": {"repobilityId": "6261b4d391625bae", "scanner": "scanner-primary", "fingerprint": "29536c13000137d7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-453ee9a3628e32c0", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/routes/app.settings.jsx:61"}, "properties": {"repobilityId": "c55ddc4cbc946180", "scanner": "scanner-primary", "fingerprint": "453ee9a3628e32c0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-905ac5094523d1a6", "level": "none", "message": {"text": "Commented-code block (7 lines) in app/services/config.server.js:22"}, "properties": {"repobilityId": "3bd6510eb6dd7410", "scanner": "scanner-primary", "fingerprint": "905ac5094523d1a6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-64c87d4080bdea60", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/services/claude.server.js:70"}, "properties": {"repobilityId": "67bdeb6df2527e59", "scanner": "scanner-primary", "fingerprint": "64c87d4080bdea60", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a3e2aeb41bfd7485", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/services/retrieval.server.js:1"}, "properties": {"repobilityId": "49384bd9451897e0", "scanner": "scanner-primary", "fingerprint": "a3e2aeb41bfd7485", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c3a34037ffa6dd0f", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/services/voyage.server.js:1"}, "properties": {"repobilityId": "3d51d923c05b9e1c", "scanner": "scanner-primary", "fingerprint": "c3a34037ffa6dd0f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e7124fb35754c8b6", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/services/voyage.server.js:24"}, "properties": {"repobilityId": "6a883a2e2363b475", "scanner": "scanner-primary", "fingerprint": "e7124fb35754c8b6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-15d9d8d032733db0", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 extensions/chat-bubble/assets/chat.js:514"}, "properties": {"repobilityId": "41b7953ac7382048", "scanner": "scanner-primary", "fingerprint": "15d9d8d032733db0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-022e6399d1ef2beb", "level": "note", "message": {"text": "12 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "7bf4178327da75a2", "scanner": "scanner-primary", "fingerprint": "022e6399d1ef2beb", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}