{"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-1836c7097950b2b1", "name": "Stray `console.log` in TS/JS \u2014 system/server/src/index.ts:19", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 system/server/src/index.ts:19"}, "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-e46a389097acdd26", "name": "Insecure pattern 'node_child_process' in scripts/make-release.mjs:10", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/make-release.mjs:10"}, "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-a5a26bf641f549e5", "name": "Insecure pattern 'node_child_process' in system/launcher/launch.mjs:4", "shortDescription": {"text": "Insecure pattern 'node_child_process' in system/launcher/launch.mjs: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-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-01f96f71d9907a8c", "name": "README lacks setup or run instructions", "shortDescription": {"text": "README lacks setup or run instructions"}, "fullDescription": {"text": "A README exists, but it does not contain common install/setup/run markers. This matches a frequent generated-code pattern: UI is present, operational handoff is thin."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-608d30930a5570a9", "name": "Node manifest has dependencies but no lockfile: system/shared/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: system/shared/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f47354f40e8d9193", "name": "Node manifest has dependencies but no lockfile: system/launcher/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: system/launcher/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a299a501ca72f28e", "name": "Node manifest has dependencies but no lockfile: system/web/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: system/web/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-058ad6472cca2063", "name": "Node manifest has dependencies but no lockfile: system/server/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: system/server/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "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 8 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, operator-readme, lockfile. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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, operator-readme, lockfile. 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-0a5548a71780473e", "name": "Commented-code block (5 lines) in system/launcher/health.mjs:1", "shortDescription": {"text": "Commented-code block (5 lines) in system/launcher/health.mjs: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-c1296d0562bbb5ae", "name": "`fetch()` without try/.catch or AbortSignal \u2014 system/web/src/api/client.ts:23", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 system/web/src/api/client.ts:23"}, "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-1134da94bd0be2d7", "name": "Commented-code block (7 lines) in system/server/src/pdf/orderPdf.ts:23", "shortDescription": {"text": "Commented-code block (7 lines) in system/server/src/pdf/orderPdf.ts:23"}, "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-51998a99e14bbf2e", "name": "Dangling fetch: POST /api/products (system/web/src/api/client.ts:23)", "shortDescription": {"text": "Dangling fetch: POST /api/products (system/web/src/api/client.ts:23)"}, "fullDescription": {"text": "`system/web/src/api/client.ts:23` calls `POST /api/products` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/products`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-14197504a29b2aca", "name": "Dangling fetch: PATCH /api/products/${id} (system/web/src/api/client.ts:30)", "shortDescription": {"text": "Dangling fetch: PATCH /api/products/${id} (system/web/src/api/client.ts:30)"}, "fullDescription": {"text": "`system/web/src/api/client.ts:30` calls `PATCH /api/products/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/products/<p>`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-9c20a672445be356", "name": "Dangling fetch: GET /api/products/categories (system/web/src/api/client.ts:37)", "shortDescription": {"text": "Dangling fetch: GET /api/products/categories (system/web/src/api/client.ts:37)"}, "fullDescription": {"text": "`system/web/src/api/client.ts:37` calls `GET /api/products/categories` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/products/categories`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-9051d8e47f51ae55", "name": "Dangling fetch: DELETE /api/products/${id} (system/web/src/api/client.ts:40)", "shortDescription": {"text": "Dangling fetch: DELETE /api/products/${id} (system/web/src/api/client.ts:40)"}, "fullDescription": {"text": "`system/web/src/api/client.ts:40` calls `DELETE /api/products/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/products/<p>`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-b01558398d5bf530", "name": "Dangling fetch: POST /api/stock-receipts (system/web/src/api/client.ts:48)", "shortDescription": {"text": "Dangling fetch: POST /api/stock-receipts (system/web/src/api/client.ts:48)"}, "fullDescription": {"text": "`system/web/src/api/client.ts:48` calls `POST /api/stock-receipts` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/stock-receipts`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-0b0f807244096792", "name": "Dangling fetch: POST /api/orders (system/web/src/api/client.ts:52)", "shortDescription": {"text": "Dangling fetch: POST /api/orders (system/web/src/api/client.ts:52)"}, "fullDescription": {"text": "`system/web/src/api/client.ts:52` calls `POST /api/orders` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/orders`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-4756b4c4da7d2088", "name": "Unused endpoint: GET /api/health", "shortDescription": {"text": "Unused endpoint: GET /api/health"}, "fullDescription": {"text": "`system/server/src/app.ts` declares `GET /api/health` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-cefe3e16e4a7273d", "name": "Unused endpoint: USE /api/products", "shortDescription": {"text": "Unused endpoint: USE /api/products"}, "fullDescription": {"text": "`system/server/src/app.ts` declares `USE /api/products` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6837e0d9023b4451", "name": "Unused endpoint: USE /api/stock-receipts", "shortDescription": {"text": "Unused endpoint: USE /api/stock-receipts"}, "fullDescription": {"text": "`system/server/src/app.ts` declares `USE /api/stock-receipts` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f70dc6781d26c791", "name": "Unused endpoint: USE /api/orders", "shortDescription": {"text": "Unused endpoint: USE /api/orders"}, "fullDescription": {"text": "`system/server/src/app.ts` declares `USE /api/orders` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6144d3a3081af4ef", "name": "Unused endpoint: USE /api/history", "shortDescription": {"text": "Unused endpoint: USE /api/history"}, "fullDescription": {"text": "`system/server/src/app.ts` declares `USE /api/history` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-dde3adb27bf7eebe", "name": "Unused endpoint: USE /api", "shortDescription": {"text": "Unused endpoint: USE /api"}, "fullDescription": {"text": "`system/server/src/app.ts` declares `USE /api` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7a009b1a56794f45", "name": "Unused endpoint: POST /", "shortDescription": {"text": "Unused endpoint: POST /"}, "fullDescription": {"text": "`system/server/src/routes/stockReceipts.ts` declares `POST /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5baa8971ebe192a1", "name": "Unused endpoint: GET /", "shortDescription": {"text": "Unused endpoint: GET /"}, "fullDescription": {"text": "`system/server/src/routes/history.ts` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2e881ac17d52d82b", "name": "Unused endpoint: GET /receipts/:filename", "shortDescription": {"text": "Unused endpoint: GET /receipts/:filename"}, "fullDescription": {"text": "`system/server/src/routes/files.ts` declares `GET /receipts/:filename` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f52e60e837fcfde9", "name": "Unused endpoint: GET /orders/:id/pdf", "shortDescription": {"text": "Unused endpoint: GET /orders/:id/pdf"}, "fullDescription": {"text": "`system/server/src/routes/files.ts` declares `GET /orders/:id/pdf` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9260174de75b32ba", "name": "Unused endpoint: GET /categories", "shortDescription": {"text": "Unused endpoint: GET /categories"}, "fullDescription": {"text": "`system/server/src/routes/products.ts` declares `GET /categories` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5fbc954f63526821", "name": "Unused endpoint: PATCH /:id", "shortDescription": {"text": "Unused endpoint: PATCH /:id"}, "fullDescription": {"text": "`system/server/src/routes/products.ts` declares `PATCH /:id` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7a61c112b611f4bb", "name": "Unused endpoint: DELETE /:id", "shortDescription": {"text": "Unused endpoint: DELETE /:id"}, "fullDescription": {"text": "`system/server/src/routes/products.ts` declares `DELETE /:id` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/18602"}, "properties": {"repository": "RVBCosme/ANF-Inventory-System", "repoUrl": "https://github.com/RVBCosme/ANF-Inventory-System", "branch": "main"}, "results": [{"ruleId": "scanner-1836c7097950b2b1", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 system/server/src/index.ts:19"}, "properties": {"repobilityId": "d6ed1d86ecf31a0d", "scanner": "scanner-primary", "fingerprint": "1836c7097950b2b1", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e46a389097acdd26", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/make-release.mjs:10"}, "properties": {"repobilityId": "8d85f53eeb5869df", "scanner": "scanner-primary", "fingerprint": "e46a389097acdd26", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/make-release.mjs"}, "region": {"startLine": 10}}}]}, {"ruleId": "scanner-a5a26bf641f549e5", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in system/launcher/launch.mjs:4"}, "properties": {"repobilityId": "1f83baff5dc3ee8b", "scanner": "scanner-primary", "fingerprint": "a5a26bf641f549e5", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "system/launcher/launch.mjs"}, "region": {"startLine": 4}}}]}, {"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-01f96f71d9907a8c", "level": "note", "message": {"text": "README lacks setup or run instructions"}, "properties": {"repobilityId": "c1613e6d8e1f459a", "scanner": "scanner-primary", "fingerprint": "01f96f71d9907a8c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-608d30930a5570a9", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: system/shared/package.json"}, "properties": {"repobilityId": "51be0576f13fe0df", "scanner": "scanner-primary", "fingerprint": "608d30930a5570a9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "system/shared/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f47354f40e8d9193", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: system/launcher/package.json"}, "properties": {"repobilityId": "db023252a7f4f2d0", "scanner": "scanner-primary", "fingerprint": "f47354f40e8d9193", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "system/launcher/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a299a501ca72f28e", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: system/web/package.json"}, "properties": {"repobilityId": "7bd246a77e2cd665", "scanner": "scanner-primary", "fingerprint": "a299a501ca72f28e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "system/web/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-058ad6472cca2063", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: system/server/package.json"}, "properties": {"repobilityId": "1ffda30647ebab13", "scanner": "scanner-primary", "fingerprint": "058ad6472cca2063", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "system/server/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "d9a77c93112f4d52", "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": "33ec7ad8c1c9d074", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "46d54f78ad7f95b0", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "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": "d1b94f432a4a4a67", "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": "92f2d935ffd07dae", "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": "d0b7380bbcaee522", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-0a5548a71780473e", "level": "none", "message": {"text": "Commented-code block (5 lines) in system/launcher/health.mjs:1"}, "properties": {"repobilityId": "5dbe292fa0df37fc", "scanner": "scanner-primary", "fingerprint": "0a5548a71780473e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c1296d0562bbb5ae", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 system/web/src/api/client.ts:23"}, "properties": {"repobilityId": "d666fb74aa10e642", "scanner": "scanner-primary", "fingerprint": "c1296d0562bbb5ae", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1134da94bd0be2d7", "level": "none", "message": {"text": "Commented-code block (7 lines) in system/server/src/pdf/orderPdf.ts:23"}, "properties": {"repobilityId": "7a6ad613b022282f", "scanner": "scanner-primary", "fingerprint": "1134da94bd0be2d7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-51998a99e14bbf2e", "level": "error", "message": {"text": "Dangling fetch: POST /api/products (system/web/src/api/client.ts:23)"}, "properties": {"repobilityId": "e5ee0371f7391baf", "scanner": "scanner-primary", "fingerprint": "51998a99e14bbf2e", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-14197504a29b2aca", "level": "error", "message": {"text": "Dangling fetch: PATCH /api/products/${id} (system/web/src/api/client.ts:30)"}, "properties": {"repobilityId": "ffa4cd8a7e7def92", "scanner": "scanner-primary", "fingerprint": "14197504a29b2aca", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-9c20a672445be356", "level": "error", "message": {"text": "Dangling fetch: GET /api/products/categories (system/web/src/api/client.ts:37)"}, "properties": {"repobilityId": "914fd3f947da4e81", "scanner": "scanner-primary", "fingerprint": "9c20a672445be356", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-9051d8e47f51ae55", "level": "error", "message": {"text": "Dangling fetch: DELETE /api/products/${id} (system/web/src/api/client.ts:40)"}, "properties": {"repobilityId": "47e53084e56a51ac", "scanner": "scanner-primary", "fingerprint": "9051d8e47f51ae55", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-b01558398d5bf530", "level": "error", "message": {"text": "Dangling fetch: POST /api/stock-receipts (system/web/src/api/client.ts:48)"}, "properties": {"repobilityId": "b5870977387d26d4", "scanner": "scanner-primary", "fingerprint": "b01558398d5bf530", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-0b0f807244096792", "level": "error", "message": {"text": "Dangling fetch: POST /api/orders (system/web/src/api/client.ts:52)"}, "properties": {"repobilityId": "8f1c7213e3cd4e64", "scanner": "scanner-primary", "fingerprint": "0b0f807244096792", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-4756b4c4da7d2088", "level": "note", "message": {"text": "Unused endpoint: GET /api/health"}, "properties": {"repobilityId": "49bad5d3d6451994", "scanner": "scanner-primary", "fingerprint": "4756b4c4da7d2088", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-cefe3e16e4a7273d", "level": "note", "message": {"text": "Unused endpoint: USE /api/products"}, "properties": {"repobilityId": "04794e3b741c08a4", "scanner": "scanner-primary", "fingerprint": "cefe3e16e4a7273d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6837e0d9023b4451", "level": "note", "message": {"text": "Unused endpoint: USE /api/stock-receipts"}, "properties": {"repobilityId": "db65225966a6f2f4", "scanner": "scanner-primary", "fingerprint": "6837e0d9023b4451", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f70dc6781d26c791", "level": "note", "message": {"text": "Unused endpoint: USE /api/orders"}, "properties": {"repobilityId": "a57d31111daf3093", "scanner": "scanner-primary", "fingerprint": "f70dc6781d26c791", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6144d3a3081af4ef", "level": "note", "message": {"text": "Unused endpoint: USE /api/history"}, "properties": {"repobilityId": "07fd1c07e511a057", "scanner": "scanner-primary", "fingerprint": "6144d3a3081af4ef", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-dde3adb27bf7eebe", "level": "note", "message": {"text": "Unused endpoint: USE /api"}, "properties": {"repobilityId": "192527fbe1372c6d", "scanner": "scanner-primary", "fingerprint": "dde3adb27bf7eebe", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7a009b1a56794f45", "level": "note", "message": {"text": "Unused endpoint: POST /"}, "properties": {"repobilityId": "9d3acf6bcd172076", "scanner": "scanner-primary", "fingerprint": "7a009b1a56794f45", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5baa8971ebe192a1", "level": "note", "message": {"text": "Unused endpoint: GET /"}, "properties": {"repobilityId": "bb5a2e4a9e277e7e", "scanner": "scanner-primary", "fingerprint": "5baa8971ebe192a1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2e881ac17d52d82b", "level": "note", "message": {"text": "Unused endpoint: GET /receipts/:filename"}, "properties": {"repobilityId": "83257a09550d0085", "scanner": "scanner-primary", "fingerprint": "2e881ac17d52d82b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f52e60e837fcfde9", "level": "note", "message": {"text": "Unused endpoint: GET /orders/:id/pdf"}, "properties": {"repobilityId": "4d9e3c8e8287dd2a", "scanner": "scanner-primary", "fingerprint": "f52e60e837fcfde9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9260174de75b32ba", "level": "note", "message": {"text": "Unused endpoint: GET /categories"}, "properties": {"repobilityId": "83d5e05909b1ab08", "scanner": "scanner-primary", "fingerprint": "9260174de75b32ba", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5fbc954f63526821", "level": "note", "message": {"text": "Unused endpoint: PATCH /:id"}, "properties": {"repobilityId": "905a97a46b4ba9d9", "scanner": "scanner-primary", "fingerprint": "5fbc954f63526821", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7a61c112b611f4bb", "level": "note", "message": {"text": "Unused endpoint: DELETE /:id"}, "properties": {"repobilityId": "12f602994d5d5684", "scanner": "scanner-primary", "fingerprint": "7a61c112b611f4bb", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}