{"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-63027bfa30885b18", "name": "Stray `console.log` in TS/JS \u2014 wordwerx/scripts/runpod/test-workflows.ts:57", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 wordwerx/scripts/runpod/test-workflows.ts:57"}, "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-568ad22554ee2091", "name": "Stray `console.log` in TS/JS \u2014 wordwerx/server/index.ts:183", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 wordwerx/server/index.ts:183"}, "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-8ed21c285e027832", "name": "Stray `console.log` in TS/JS \u2014 wordwerx/lore/_gen.ts:20", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 wordwerx/lore/_gen.ts:20"}, "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-dd691641119926e8", "name": "Icon-only button without accessible name \u2014 wordwerx/src/series.tsx:101", "shortDescription": {"text": "Icon-only button without accessible name \u2014 wordwerx/src/series.tsx:101"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-02644721982fc8a7", "name": "Icon-only button without accessible name \u2014 wordwerx/src/copilot.tsx:81", "shortDescription": {"text": "Icon-only button without accessible name \u2014 wordwerx/src/copilot.tsx:81"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3affb421885cd458", "name": "Icon-only button without accessible name \u2014 project/app/series.jsx:110", "shortDescription": {"text": "Icon-only button without accessible name \u2014 project/app/series.jsx:110"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-18c540cd9b42201e", "name": "Icon-only button without accessible name \u2014 project/app/copilot.jsx:32", "shortDescription": {"text": "Icon-only button without accessible name \u2014 project/app/copilot.jsx:32"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-df6197e0f133e4b7", "name": "Icon-only button without accessible name \u2014 project/design_handoff_wordwerx/app/copilot.jsx:32", "shortDescription": {"text": "Icon-only button without accessible name \u2014 project/design_handoff_wordwerx/app/copilot.jsx:32"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "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-c10e5e448a8e03c3", "name": "Very large file: wordwerx/src/lore.generated.ts (1601 lines)", "shortDescription": {"text": "Very large file: wordwerx/src/lore.generated.ts (1601 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "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": "1 test file(s) for 73 source file(s) (ratio 0.01). 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 49 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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 82 placeholder/mock markers across 29 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "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 license, ci, tests. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-72c528374bc04bf2", "name": "Commented-code block (6 lines) in wordwerx/scripts/runpod/create-endpoint.mjs:1", "shortDescription": {"text": "Commented-code block (6 lines) in wordwerx/scripts/runpod/create-endpoint.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-cbd4c4a72ee86f72", "name": "Commented-code block (6 lines) in wordwerx/scripts/runpod/seed-pod.mjs:1", "shortDescription": {"text": "Commented-code block (6 lines) in wordwerx/scripts/runpod/seed-pod.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-df022e82422d00ac", "name": "Commented-code block (9 lines) in wordwerx/scripts/runpod/test-workflows.ts:1", "shortDescription": {"text": "Commented-code block (9 lines) in wordwerx/scripts/runpod/test-workflows.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-ed88cb782c9cc491", "name": "`fetch()` without try/.catch or AbortSignal \u2014 wordwerx/scripts/runpod/test-workflows.ts:27", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 wordwerx/scripts/runpod/test-workflows.ts:27"}, "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-8090c8b0444bbc01", "name": "`fetch()` without try/.catch or AbortSignal \u2014 wordwerx/server/runpod.ts:30", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 wordwerx/server/runpod.ts:30"}, "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-b92228c310c8b024", "name": "`fetch()` without try/.catch or AbortSignal \u2014 wordwerx/server/store.ts:123", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 wordwerx/server/store.ts:123"}, "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-94729292f3770110", "name": "Legacy-named symbol `removedOld` in wordwerx/lore/_store.ts:137", "shortDescription": {"text": "Legacy-named symbol `removedOld` in wordwerx/lore/_store.ts:137"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2541cfe262465345", "name": "Commented-code block (7 lines) in wordwerx/lore/_store.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in wordwerx/lore/_store.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6cc932895b34bcb4", "name": "Commented-code block (7 lines) in wordwerx/lore/_gen.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in wordwerx/lore/_gen.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e44fa13fd28d0a93", "name": "Commented-code block (5 lines) in wordwerx/lore/_schema.ts:30", "shortDescription": {"text": "Commented-code block (5 lines) in wordwerx/lore/_schema.ts:30"}, "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-0672cfa56fca4d53", "name": "Commented-code block (5 lines) in wordwerx/lore/_resolve.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in wordwerx/lore/_resolve.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-00562b6272bcc5ae", "name": "Commented-code block (6 lines) in wordwerx/src/text-objects.tsx:3", "shortDescription": {"text": "Commented-code block (6 lines) in wordwerx/src/text-objects.tsx:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-9ae0a571296c4f51", "name": "Commented-code block (6 lines) in wordwerx/src/lore.tsx:6", "shortDescription": {"text": "Commented-code block (6 lines) in wordwerx/src/lore.tsx:6"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-8f3c10c451472ea6", "name": "Legacy-named symbol `my_series_style_v1` in wordwerx/src/loras.tsx:477", "shortDescription": {"text": "Legacy-named symbol `my_series_style_v1` in wordwerx/src/loras.tsx:477"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a1ed1425513ea797", "name": "`fetch()` without try/.catch or AbortSignal \u2014 wordwerx/src/loras.tsx:100", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 wordwerx/src/loras.tsx:100"}, "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-cf2caaa91820d42e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 wordwerx/src/services/runpod.ts:22", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 wordwerx/src/services/runpod.ts:22"}, "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-8c5f66103fe10ab0", "name": "`fetch()` without try/.catch or AbortSignal \u2014 wordwerx/src/services/store.ts:34", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 wordwerx/src/services/store.ts:34"}, "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-d148beec8b6091a8", "name": "`fetch()` without try/.catch or AbortSignal \u2014 wordwerx/src/services/lore.ts:36", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 wordwerx/src/services/lore.ts:36"}, "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-1fd4184d8e47e23d", "name": "Commented-code block (7 lines) in project/app/tweaks-panel.jsx:15", "shortDescription": {"text": "Commented-code block (7 lines) in project/app/tweaks-panel.jsx:15"}, "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-319e66a630e14977", "name": "2 env vars used in code but missing from .env.example", "shortDescription": {"text": "2 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `HF_TOKEN`, `RUNPOD_REGISTRY_AUTH_ID`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-32e312cda39b6ca9", "name": "Dangling fetch: POST https://api.runpod.io/graphql (wordwerx/server/runpod.ts:48)", "shortDescription": {"text": "Dangling fetch: POST https://api.runpod.io/graphql (wordwerx/server/runpod.ts:48)"}, "fullDescription": {"text": "`wordwerx/server/runpod.ts:48` calls `POST https://api.runpod.io/graphql` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/https:/api.runpod.io/graphql`\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-285f6ffd190eb772", "name": "Dangling fetch: PUT /api/lore/${encodeURIComponent(originalId)}${q(series)} (wordwerx/src/services/lore.ts:50)", "shortDescription": {"text": "Dangling fetch: PUT /api/lore/${encodeURIComponent(originalId)}${q(series)} (wordwerx/src/services/lore.ts:50)"}, "fullDescription": {"text": "`wordwerx/src/services/lore.ts:50` calls `PUT /api/lore/${encodeURIComponent(originalId)}${q(series)}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/lore/<p>/<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-e4aa7111a9db8936", "name": "Dangling fetch: DELETE /api/lore/${encodeURIComponent(id)}${q(series)} (wordwerx/src/services/lore.ts:58)", "shortDescription": {"text": "Dangling fetch: DELETE /api/lore/${encodeURIComponent(id)}${q(series)} (wordwerx/src/services/lore.ts:58)"}, "fullDescription": {"text": "`wordwerx/src/services/lore.ts:58` calls `DELETE /api/lore/${encodeURIComponent(id)}${q(series)}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/lore/<p>/<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-2e25a93c49d66587", "name": "Unused endpoint: GET /api/assets/:id", "shortDescription": {"text": "Unused endpoint: GET /api/assets/:id"}, "fullDescription": {"text": "`wordwerx/server/index.ts` declares `GET /api/assets/: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-116a0964ae265534", "name": "Unused endpoint: DELETE /api/assets/:id", "shortDescription": {"text": "Unused endpoint: DELETE /api/assets/:id"}, "fullDescription": {"text": "`wordwerx/server/index.ts` declares `DELETE /api/assets/: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-57bb4c2b603c35a0", "name": "Unused endpoint: GET /api/lore", "shortDescription": {"text": "Unused endpoint: GET /api/lore"}, "fullDescription": {"text": "`wordwerx/server/index.ts` declares `GET /api/lore` 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-4296668dba247c82", "name": "Unused endpoint: POST /api/lore", "shortDescription": {"text": "Unused endpoint: POST /api/lore"}, "fullDescription": {"text": "`wordwerx/server/index.ts` declares `POST /api/lore` 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-a01314845507eb87", "name": "Unused endpoint: DELETE /api/lore/:id", "shortDescription": {"text": "Unused endpoint: DELETE /api/lore/:id"}, "fullDescription": {"text": "`wordwerx/server/index.ts` declares `DELETE /api/lore/: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-fe96d598fa0b8704", "name": "Unused endpoint: DELETE /api/loras/:name", "shortDescription": {"text": "Unused endpoint: DELETE /api/loras/:name"}, "fullDescription": {"text": "`wordwerx/server/index.ts` declares `DELETE /api/loras/:name` 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/18059"}, "properties": {"repository": "ReubenKearney/vertoon", "repoUrl": "https://github.com/ReubenKearney/vertoon", "branch": "main"}, "results": [{"ruleId": "scanner-63027bfa30885b18", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 wordwerx/scripts/runpod/test-workflows.ts:57"}, "properties": {"repobilityId": "5c332cda27e66d04", "scanner": "scanner-primary", "fingerprint": "63027bfa30885b18", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-568ad22554ee2091", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 wordwerx/server/index.ts:183"}, "properties": {"repobilityId": "5eedfba1d99e0698", "scanner": "scanner-primary", "fingerprint": "568ad22554ee2091", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8ed21c285e027832", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 wordwerx/lore/_gen.ts:20"}, "properties": {"repobilityId": "ebd8da691501718d", "scanner": "scanner-primary", "fingerprint": "8ed21c285e027832", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-dd691641119926e8", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 wordwerx/src/series.tsx:101"}, "properties": {"repobilityId": "e8538f9c289ae5b4", "scanner": "scanner-primary", "fingerprint": "dd691641119926e8", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-02644721982fc8a7", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 wordwerx/src/copilot.tsx:81"}, "properties": {"repobilityId": "0e78d2a90e96b23e", "scanner": "scanner-primary", "fingerprint": "02644721982fc8a7", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-3affb421885cd458", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 project/app/series.jsx:110"}, "properties": {"repobilityId": "6a60a71ec11bc8b5", "scanner": "scanner-primary", "fingerprint": "3affb421885cd458", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-18c540cd9b42201e", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 project/app/copilot.jsx:32"}, "properties": {"repobilityId": "15120c9705b0f119", "scanner": "scanner-primary", "fingerprint": "18c540cd9b42201e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-df6197e0f133e4b7", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 project/design_handoff_wordwerx/app/copilot.jsx:32"}, "properties": {"repobilityId": "6c63d9749af3d13f", "scanner": "scanner-primary", "fingerprint": "df6197e0f133e4b7", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"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-c10e5e448a8e03c3", "level": "note", "message": {"text": "Very large file: wordwerx/src/lore.generated.ts (1601 lines)"}, "properties": {"repobilityId": "baf37e2441e56b29", "scanner": "scanner-primary", "fingerprint": "c10e5e448a8e03c3", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"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": "dabcb878dea99c64", "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": "80e7b5e31f54d176", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "f1e9710e2459d20d", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "0e7e627a90a76c04", "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": "1325f5dc93d8985f", "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": "c439406a7a074d56", "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": "065cda12af0fd0c1", "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": "1a4b294ffebe88ea", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-72c528374bc04bf2", "level": "none", "message": {"text": "Commented-code block (6 lines) in wordwerx/scripts/runpod/create-endpoint.mjs:1"}, "properties": {"repobilityId": "da4c346d78315cc4", "scanner": "scanner-primary", "fingerprint": "72c528374bc04bf2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cbd4c4a72ee86f72", "level": "none", "message": {"text": "Commented-code block (6 lines) in wordwerx/scripts/runpod/seed-pod.mjs:1"}, "properties": {"repobilityId": "04f327b6c9189756", "scanner": "scanner-primary", "fingerprint": "cbd4c4a72ee86f72", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-df022e82422d00ac", "level": "none", "message": {"text": "Commented-code block (9 lines) in wordwerx/scripts/runpod/test-workflows.ts:1"}, "properties": {"repobilityId": "16d48e1c3425f3e1", "scanner": "scanner-primary", "fingerprint": "df022e82422d00ac", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ed88cb782c9cc491", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 wordwerx/scripts/runpod/test-workflows.ts:27"}, "properties": {"repobilityId": "d754aea29fe5e448", "scanner": "scanner-primary", "fingerprint": "ed88cb782c9cc491", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-8090c8b0444bbc01", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 wordwerx/server/runpod.ts:30"}, "properties": {"repobilityId": "77d5af48e1ef0708", "scanner": "scanner-primary", "fingerprint": "8090c8b0444bbc01", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b92228c310c8b024", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 wordwerx/server/store.ts:123"}, "properties": {"repobilityId": "d839deea8b547e2f", "scanner": "scanner-primary", "fingerprint": "b92228c310c8b024", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-94729292f3770110", "level": "note", "message": {"text": "Legacy-named symbol `removedOld` in wordwerx/lore/_store.ts:137"}, "properties": {"repobilityId": "20f5a5c6b09fe618", "scanner": "scanner-primary", "fingerprint": "94729292f3770110", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-2541cfe262465345", "level": "none", "message": {"text": "Commented-code block (7 lines) in wordwerx/lore/_store.ts:1"}, "properties": {"repobilityId": "60871ea31e23f553", "scanner": "scanner-primary", "fingerprint": "2541cfe262465345", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6cc932895b34bcb4", "level": "none", "message": {"text": "Commented-code block (7 lines) in wordwerx/lore/_gen.ts:1"}, "properties": {"repobilityId": "0333c83c03d0f863", "scanner": "scanner-primary", "fingerprint": "6cc932895b34bcb4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e44fa13fd28d0a93", "level": "none", "message": {"text": "Commented-code block (5 lines) in wordwerx/lore/_schema.ts:30"}, "properties": {"repobilityId": "fafcecfc04614dc5", "scanner": "scanner-primary", "fingerprint": "e44fa13fd28d0a93", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0672cfa56fca4d53", "level": "none", "message": {"text": "Commented-code block (5 lines) in wordwerx/lore/_resolve.ts:1"}, "properties": {"repobilityId": "e584618d85c3501f", "scanner": "scanner-primary", "fingerprint": "0672cfa56fca4d53", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-00562b6272bcc5ae", "level": "none", "message": {"text": "Commented-code block (6 lines) in wordwerx/src/text-objects.tsx:3"}, "properties": {"repobilityId": "c6ce440146002a62", "scanner": "scanner-primary", "fingerprint": "00562b6272bcc5ae", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9ae0a571296c4f51", "level": "none", "message": {"text": "Commented-code block (6 lines) in wordwerx/src/lore.tsx:6"}, "properties": {"repobilityId": "9b4c96726fa8b76b", "scanner": "scanner-primary", "fingerprint": "9ae0a571296c4f51", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8f3c10c451472ea6", "level": "note", "message": {"text": "Legacy-named symbol `my_series_style_v1` in wordwerx/src/loras.tsx:477"}, "properties": {"repobilityId": "5446b420a41c8bd4", "scanner": "scanner-primary", "fingerprint": "8f3c10c451472ea6", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-a1ed1425513ea797", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 wordwerx/src/loras.tsx:100"}, "properties": {"repobilityId": "1d0eb42e8a32efaf", "scanner": "scanner-primary", "fingerprint": "a1ed1425513ea797", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-cf2caaa91820d42e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 wordwerx/src/services/runpod.ts:22"}, "properties": {"repobilityId": "6b557dff11fe89c1", "scanner": "scanner-primary", "fingerprint": "cf2caaa91820d42e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-8c5f66103fe10ab0", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 wordwerx/src/services/store.ts:34"}, "properties": {"repobilityId": "5c26a6f8745a5357", "scanner": "scanner-primary", "fingerprint": "8c5f66103fe10ab0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d148beec8b6091a8", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 wordwerx/src/services/lore.ts:36"}, "properties": {"repobilityId": "c3dc38140d014dc9", "scanner": "scanner-primary", "fingerprint": "d148beec8b6091a8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1fd4184d8e47e23d", "level": "none", "message": {"text": "Commented-code block (7 lines) in project/app/tweaks-panel.jsx:15"}, "properties": {"repobilityId": "2765be17808035c8", "scanner": "scanner-primary", "fingerprint": "1fd4184d8e47e23d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-319e66a630e14977", "level": "none", "message": {"text": "2 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "d838d1fc5d8231c9", "scanner": "scanner-primary", "fingerprint": "319e66a630e14977", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-32e312cda39b6ca9", "level": "error", "message": {"text": "Dangling fetch: POST https://api.runpod.io/graphql (wordwerx/server/runpod.ts:48)"}, "properties": {"repobilityId": "f39aefe109072c1d", "scanner": "scanner-primary", "fingerprint": "32e312cda39b6ca9", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-285f6ffd190eb772", "level": "error", "message": {"text": "Dangling fetch: PUT /api/lore/${encodeURIComponent(originalId)}${q(series)} (wordwerx/src/services/lore.ts:50)"}, "properties": {"repobilityId": "bfcc6e47504c23c0", "scanner": "scanner-primary", "fingerprint": "285f6ffd190eb772", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-e4aa7111a9db8936", "level": "error", "message": {"text": "Dangling fetch: DELETE /api/lore/${encodeURIComponent(id)}${q(series)} (wordwerx/src/services/lore.ts:58)"}, "properties": {"repobilityId": "d9e93ecaeb0d0922", "scanner": "scanner-primary", "fingerprint": "e4aa7111a9db8936", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-2e25a93c49d66587", "level": "note", "message": {"text": "Unused endpoint: GET /api/assets/:id"}, "properties": {"repobilityId": "2c3293a7b0cea7b7", "scanner": "scanner-primary", "fingerprint": "2e25a93c49d66587", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-116a0964ae265534", "level": "note", "message": {"text": "Unused endpoint: DELETE /api/assets/:id"}, "properties": {"repobilityId": "dca727a411af5af3", "scanner": "scanner-primary", "fingerprint": "116a0964ae265534", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-57bb4c2b603c35a0", "level": "note", "message": {"text": "Unused endpoint: GET /api/lore"}, "properties": {"repobilityId": "2fc624d27a74d16a", "scanner": "scanner-primary", "fingerprint": "57bb4c2b603c35a0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4296668dba247c82", "level": "note", "message": {"text": "Unused endpoint: POST /api/lore"}, "properties": {"repobilityId": "42e5a9fd89262dec", "scanner": "scanner-primary", "fingerprint": "4296668dba247c82", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a01314845507eb87", "level": "note", "message": {"text": "Unused endpoint: DELETE /api/lore/:id"}, "properties": {"repobilityId": "4d006afbdcbb70ef", "scanner": "scanner-primary", "fingerprint": "a01314845507eb87", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-fe96d598fa0b8704", "level": "note", "message": {"text": "Unused endpoint: DELETE /api/loras/:name"}, "properties": {"repobilityId": "3635d411163484e0", "scanner": "scanner-primary", "fingerprint": "fe96d598fa0b8704", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}