{"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-b7a667e145fed329", "name": "Stray `console.log` in TS/JS \u2014 server/index.js:13", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 server/index.js:13"}, "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-36a4b4e9d116d333", "name": "Stray `console.log` in TS/JS \u2014 server/routes/transcribe.js:56", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 server/routes/transcribe.js:56"}, "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-89db206450fb475e", "name": "Stray `console.log` in TS/JS \u2014 server/services/cleanup.js:18", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 server/services/cleanup.js:18"}, "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-ecdd6f70b7ac293c", "name": "Stray `console.log` in TS/JS \u2014 server/services/storage.js:97", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 server/services/storage.js:97"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-166dff3c3df6a10e", "name": "ORM models found but no DB engine detected", "shortDescription": {"text": "ORM models found but no DB engine detected"}, "fullDescription": {"text": "The repo defines tables/models but no DB connection string was found. Likely lives in env vars or a config file the scanner didn't read."}, "properties": {"scanner": "scanner-primary", "layer": "data", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-c62d5f2e69752794", "name": "Possible secret in client/src/i18n.js", "shortDescription": {"text": "Possible secret in client/src/i18n.js"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-56dab699acf5c383", "name": "Insecure pattern 'cors_wildcard' in server/app.js:21", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in server/app.js:21"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e75b0db5c34e25df", "name": "Insecure pattern 'node_child_process' in server/stt/providers/amivoice.js:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in server/stt/providers/amivoice.js:1"}, "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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "1 test file(s) for 39 source file(s) (ratio 0.03). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "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-6326eab5022449dc", "name": "`fetch()` without try/.catch or AbortSignal \u2014 client/src/api.js:70", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 client/src/api.js:70"}, "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-10c4a84368710fe5", "name": "`fetch()` without try/.catch or AbortSignal \u2014 client/src/utils/export.js:60", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 client/src/utils/export.js:60"}, "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-0130815308add0aa", "name": "`fetch()` without try/.catch or AbortSignal \u2014 client/src/lib/history.js:26", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 client/src/lib/history.js:26"}, "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-e1d94325a88a71be", "name": "`fetch()` without try/.catch or AbortSignal \u2014 client/src/lib/adapters/index.js:13", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 client/src/lib/adapters/index.js:13"}, "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-1993ca4c61a82e40", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/verify-stage-a.mjs:29", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/verify-stage-a.mjs:29"}, "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-9aedba808336ded9", "name": "Commented-code block (5 lines) in server/stt/index.js:5", "shortDescription": {"text": "Commented-code block (5 lines) in server/stt/index.js:5"}, "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-af5faeaeb23a602c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 server/stt/providers/amivoice.js:50", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 server/stt/providers/amivoice.js:50"}, "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-b334d875f2339fa1", "name": "5 env vars used in code but missing from .env.example", "shortDescription": {"text": "5 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `AMIVOICE_APPKEY`, `ANTHROPIC_API_KEY`, `CLEANUP_SECRET`, `STT_PROVIDER`, `VITE_API_BASE`. 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}}, {"id": "scanner-4ad940299310c95a", "name": "Dangling fetch: POST http://localhost:3000/api/transcribe (scripts/verify-stage-a.mjs:53)", "shortDescription": {"text": "Dangling fetch: POST http://localhost:3000/api/transcribe (scripts/verify-stage-a.mjs:53)"}, "fullDescription": {"text": "`scripts/verify-stage-a.mjs:53` calls `POST http://localhost:3000/api/transcribe` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/http:/localhost:3000/api/transcribe`\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": "`server/app.js` 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-0a8a79af29c32aac", "name": "Unused endpoint: GET /api/cleanup", "shortDescription": {"text": "Unused endpoint: GET /api/cleanup"}, "fullDescription": {"text": "`server/app.js` declares `GET /api/cleanup` 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-bcd830630bff24c7", "name": "Unused endpoint: POST /api/cleanup", "shortDescription": {"text": "Unused endpoint: POST /api/cleanup"}, "fullDescription": {"text": "`server/app.js` declares `POST /api/cleanup` 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": "`server/app.js` 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-e19c858f7bcd372d", "name": "Unused endpoint: GET /account/status", "shortDescription": {"text": "Unused endpoint: GET /account/status"}, "fullDescription": {"text": "`server/routes/account.js` declares `GET /account/status` 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-94a1b816549a972c", "name": "Unused endpoint: POST /delete-account", "shortDescription": {"text": "Unused endpoint: POST /delete-account"}, "fullDescription": {"text": "`server/routes/deleteAccount.js` declares `POST /delete-account` 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-ebe67445124406b9", "name": "Unused endpoint: POST /summarize", "shortDescription": {"text": "Unused endpoint: POST /summarize"}, "fullDescription": {"text": "`server/routes/summarize.js` declares `POST /summarize` 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-6a6b2c755dcf60d2", "name": "Unused endpoint: GET /transcripts", "shortDescription": {"text": "Unused endpoint: GET /transcripts"}, "fullDescription": {"text": "`server/routes/history.js` declares `GET /transcripts` 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-7de4e88d608e05fe", "name": "Unused endpoint: POST /transcribe", "shortDescription": {"text": "Unused endpoint: POST /transcribe"}, "fullDescription": {"text": "`server/routes/transcribe.js` declares `POST /transcribe` 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/23356"}, "properties": {"repository": "ysawase/saidlog", "repoUrl": "https://github.com/ysawase/saidlog", "branch": "main"}, "results": [{"ruleId": "scanner-b7a667e145fed329", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 server/index.js:13"}, "properties": {"repobilityId": "21e6b3de2b3dd856", "scanner": "scanner-primary", "fingerprint": "b7a667e145fed329", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-36a4b4e9d116d333", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 server/routes/transcribe.js:56"}, "properties": {"repobilityId": "0b63b7ddd02409c9", "scanner": "scanner-primary", "fingerprint": "36a4b4e9d116d333", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-89db206450fb475e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 server/services/cleanup.js:18"}, "properties": {"repobilityId": "d7a4fd8f5a183127", "scanner": "scanner-primary", "fingerprint": "89db206450fb475e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ecdd6f70b7ac293c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 server/services/storage.js:97"}, "properties": {"repobilityId": "c40a17c572580964", "scanner": "scanner-primary", "fingerprint": "ecdd6f70b7ac293c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-166dff3c3df6a10e", "level": "warning", "message": {"text": "ORM models found but no DB engine detected"}, "properties": {"repobilityId": "cda36de65e114635", "scanner": "scanner-primary", "fingerprint": "166dff3c3df6a10e", "layer": "data", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-c62d5f2e69752794", "level": "error", "message": {"text": "Possible secret in client/src/i18n.js"}, "properties": {"repobilityId": "897e11b34ddd3844", "scanner": "scanner-primary", "fingerprint": "c62d5f2e69752794", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "client/src/i18n.js"}, "region": {"startLine": 144}}}]}, {"ruleId": "scanner-56dab699acf5c383", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in server/app.js:21"}, "properties": {"repobilityId": "4608a49450956633", "scanner": "scanner-primary", "fingerprint": "56dab699acf5c383", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server/app.js"}, "region": {"startLine": 21}}}]}, {"ruleId": "scanner-e75b0db5c34e25df", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in server/stt/providers/amivoice.js:1"}, "properties": {"repobilityId": "5f2ddf3ac9407cd9", "scanner": "scanner-primary", "fingerprint": "e75b0db5c34e25df", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server/stt/providers/amivoice.js"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "1a2cf2ee4b46c60e", "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": "d94d3180fbbaa963", "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": "e9afcb2bfcda21d7", "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": "8e803bd48bd59bec", "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": "269a19f500ca597a", "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": "9d6ccfad8c9e87a5", "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": "21e930ba7637f3aa", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-6326eab5022449dc", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 client/src/api.js:70"}, "properties": {"repobilityId": "62d3572647665214", "scanner": "scanner-primary", "fingerprint": "6326eab5022449dc", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-10c4a84368710fe5", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 client/src/utils/export.js:60"}, "properties": {"repobilityId": "d49e91e383408fe7", "scanner": "scanner-primary", "fingerprint": "10c4a84368710fe5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0130815308add0aa", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 client/src/lib/history.js:26"}, "properties": {"repobilityId": "ae7b1d5fc6891560", "scanner": "scanner-primary", "fingerprint": "0130815308add0aa", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e1d94325a88a71be", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 client/src/lib/adapters/index.js:13"}, "properties": {"repobilityId": "8948f741849a26e2", "scanner": "scanner-primary", "fingerprint": "e1d94325a88a71be", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1993ca4c61a82e40", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/verify-stage-a.mjs:29"}, "properties": {"repobilityId": "be20cd0bcf0df29b", "scanner": "scanner-primary", "fingerprint": "1993ca4c61a82e40", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-9aedba808336ded9", "level": "none", "message": {"text": "Commented-code block (5 lines) in server/stt/index.js:5"}, "properties": {"repobilityId": "1523501c82a92e80", "scanner": "scanner-primary", "fingerprint": "9aedba808336ded9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-af5faeaeb23a602c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 server/stt/providers/amivoice.js:50"}, "properties": {"repobilityId": "5670df8f035ef54e", "scanner": "scanner-primary", "fingerprint": "af5faeaeb23a602c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b334d875f2339fa1", "level": "note", "message": {"text": "5 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "faa38682016f5d53", "scanner": "scanner-primary", "fingerprint": "b334d875f2339fa1", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-4ad940299310c95a", "level": "error", "message": {"text": "Dangling fetch: POST http://localhost:3000/api/transcribe (scripts/verify-stage-a.mjs:53)"}, "properties": {"repobilityId": "ac97fea68b19a0cd", "scanner": "scanner-primary", "fingerprint": "4ad940299310c95a", "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": "263b03fbae0864e2", "scanner": "scanner-primary", "fingerprint": "4756b4c4da7d2088", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0a8a79af29c32aac", "level": "note", "message": {"text": "Unused endpoint: GET /api/cleanup"}, "properties": {"repobilityId": "95ac8e3079b740a1", "scanner": "scanner-primary", "fingerprint": "0a8a79af29c32aac", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-bcd830630bff24c7", "level": "note", "message": {"text": "Unused endpoint: POST /api/cleanup"}, "properties": {"repobilityId": "3916a43dcf95f04c", "scanner": "scanner-primary", "fingerprint": "bcd830630bff24c7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-dde3adb27bf7eebe", "level": "note", "message": {"text": "Unused endpoint: USE /api"}, "properties": {"repobilityId": "dc5d443f3d2062f7", "scanner": "scanner-primary", "fingerprint": "dde3adb27bf7eebe", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e19c858f7bcd372d", "level": "note", "message": {"text": "Unused endpoint: GET /account/status"}, "properties": {"repobilityId": "9050e03d97e424de", "scanner": "scanner-primary", "fingerprint": "e19c858f7bcd372d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-94a1b816549a972c", "level": "note", "message": {"text": "Unused endpoint: POST /delete-account"}, "properties": {"repobilityId": "9e05744137330e50", "scanner": "scanner-primary", "fingerprint": "94a1b816549a972c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ebe67445124406b9", "level": "note", "message": {"text": "Unused endpoint: POST /summarize"}, "properties": {"repobilityId": "8821526cb3bf50e1", "scanner": "scanner-primary", "fingerprint": "ebe67445124406b9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6a6b2c755dcf60d2", "level": "note", "message": {"text": "Unused endpoint: GET /transcripts"}, "properties": {"repobilityId": "78579c526d4ca8bb", "scanner": "scanner-primary", "fingerprint": "6a6b2c755dcf60d2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7de4e88d608e05fe", "level": "note", "message": {"text": "Unused endpoint: POST /transcribe"}, "properties": {"repobilityId": "7c9f7e6dad2f5b5a", "scanner": "scanner-primary", "fingerprint": "7de4e88d608e05fe", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}