{"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-e1384e5800234e9b", "name": "Icon-only button without accessible name \u2014 apps/media/web/src/components/AudioPreview.vue:97", "shortDescription": {"text": "Icon-only button without accessible name \u2014 apps/media/web/src/components/AudioPreview.vue:97"}, "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-49578a855d26096e", "name": "Icon-only button without accessible name \u2014 apps/admin/web/src/components/MediaPicker.vue:79", "shortDescription": {"text": "Icon-only button without accessible name \u2014 apps/admin/web/src/components/MediaPicker.vue:79"}, "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-7d3c1ac7465f0dec", "name": "Icon-only button without accessible name \u2014 apps/cards/web/src/App.vue:507", "shortDescription": {"text": "Icon-only button without accessible name \u2014 apps/cards/web/src/App.vue:507"}, "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-542614726b4b945e", "name": "Icon-only button without accessible name \u2014 apps/cards/web/src/components/CardsImageChooser.vue:66", "shortDescription": {"text": "Icon-only button without accessible name \u2014 apps/cards/web/src/components/CardsImageChooser.vue:66"}, "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-048f9de944f1fb22", "name": "TODO/FIXME marker in shipping code \u2014 apps/talk/web/src/App.vue:25", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 apps/talk/web/src/App.vue:25"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-a684644075c8dc00", "name": "Stray `console.log` in TS/JS \u2014 workers/media-api/worker-configuration.d.ts:184", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 workers/media-api/worker-configuration.d.ts:184"}, "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-04681068fe9f8cc6", "name": "Stray `console.log` in TS/JS \u2014 workers/atlas-api/src/observability.ts:131", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 workers/atlas-api/src/observability.ts:131"}, "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-ed36c90c16196404", "name": "Insecure pattern 'domparser_html_parse' in apps/website/web/src/utils/versionRefresh.ts:31", "shortDescription": {"text": "Insecure pattern 'domparser_html_parse' in apps/website/web/src/utils/versionRefresh.ts:31"}, "fullDescription": {"text": "Found a known-risky pattern (domparser_html_parse). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-952c9bbf1a45b199", "name": "Insecure pattern 'direct_innerhtml_assignment' in apps/radio/web/src/composables/useAudioPlayer.spec.ts:47", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in apps/radio/web/src/composables/useAudioPlayer.spec.ts:47"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e4d6c75553be6410", "name": "Insecure pattern 'local_storage_auth_token' in apps/yes-no/web/src/App.spec.ts:416", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in apps/yes-no/web/src/App.spec.ts:416"}, "fullDescription": {"text": "Found a known-risky pattern (local_storage_auth_token). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-c33d374018c54f9a", "name": "Insecure pattern 'node_child_process' in scripts/seed-cards-defaults.mjs:9", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/seed-cards-defaults.mjs:9"}, "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-69cda4ad7ba88487", "name": "Insecure pattern 'cors_wildcard' in workers/content-api/src/index.ts:1178", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in workers/content-api/src/index.ts:1178"}, "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-12373922531bd828", "name": "Insecure pattern 'cors_wildcard' in workers/translations-api/src/index.ts:60", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in workers/translations-api/src/index.ts:60"}, "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-1cf395b812c444bf", "name": "Insecure pattern 'cors_wildcard' in workers/tts-api/src/index.ts:33", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in workers/tts-api/src/index.ts:33"}, "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-08dbb4bdbdc5cc43", "name": "Insecure pattern 'exec_used' in workers/media-api/worker-configuration.d.ts:3055", "shortDescription": {"text": "Insecure pattern 'exec_used' in workers/media-api/worker-configuration.d.ts:3055"}, "fullDescription": {"text": "Found a known-risky pattern (exec_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-23863768ae78be10", "name": "Insecure pattern 'cors_wildcard' in workers/media-api/src/index.ts:135", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in workers/media-api/src/index.ts:135"}, "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-370af4a1a6d6ec7d", "name": "Insecure pattern 'cors_wildcard' in workers/communication-api/src/index.ts:502", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in workers/communication-api/src/index.ts:502"}, "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-7779f33723bba973", "name": "Insecure pattern 'cors_wildcard' in workers/app-api/src/index.ts:561", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in workers/app-api/src/index.ts:561"}, "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-324b58273df70cfa", "name": "Insecure pattern 'cors_wildcard' in workers/generation-api/src/http.ts:2", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in workers/generation-api/src/http.ts:2"}, "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-8f8a94e445533ef2", "name": "Insecure pattern 'cors_wildcard' in workers/atlas-api/src/response.ts:2", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in workers/atlas-api/src/response.ts:2"}, "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-9be10a16b7ce67ec", "name": "Insecure pattern 'node_child_process' in tools/generate-app-configs.mjs:2", "shortDescription": {"text": "Insecure pattern 'node_child_process' in tools/generate-app-configs.mjs:2"}, "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-b97335f4e8e11691", "name": "Insecure pattern 'node_child_process' in tools/android-wrappers.mjs:2", "shortDescription": {"text": "Insecure pattern 'node_child_process' in tools/android-wrappers.mjs:2"}, "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-9d6410d19b658401", "name": "Very large file: tests/identity-api.test.ts (1236 lines)", "shortDescription": {"text": "Very large file: tests/identity-api.test.ts (1236 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-afe55f5d40b90c01", "name": "Very large file: workers/content-api/src/index.ts (1630 lines)", "shortDescription": {"text": "Very large file: workers/content-api/src/index.ts (1630 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-66b923468369daae", "name": "Very large file: workers/identity-api/src/index.ts (1324 lines)", "shortDescription": {"text": "Very large file: workers/identity-api/src/index.ts (1324 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-4e279675c2339b6e", "name": "Very large file: workers/media-api/worker-configuration.d.ts (13755 lines)", "shortDescription": {"text": "Very large file: workers/media-api/worker-configuration.d.ts (13755 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-fefabb9dae6760ea", "name": "Very large file: workers/generation-api/src/index.ts (1575 lines)", "shortDescription": {"text": "Very large file: workers/generation-api/src/index.ts (1575 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-d4404519d82725a1", "name": "Very large file: workers/sentence-api/src/index.ts (1671 lines)", "shortDescription": {"text": "Very large file: workers/sentence-api/src/index.ts (1671 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-7695ffbb990937b7", "name": "Very large file: packages/i18n/src/index.ts (1454 lines)", "shortDescription": {"text": "Very large file: packages/i18n/src/index.ts (1454 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-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "18 tests / 175 src (ratio 0.10)."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "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-fbddc60650c8698f", "name": "Node manifest has dependencies but no lockfile: apps/sequence/web/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/sequence/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-612a8a63039b9252", "name": "Node manifest has dependencies but no lockfile: apps/type/web/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/type/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-086b7abe0ff0ac74", "name": "Node manifest has dependencies but no lockfile: apps/media/web/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/media/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-aa81287ab234c9b0", "name": "Node manifest has dependencies but no lockfile: apps/website/web/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/website/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-1454ba7465541f90", "name": "Node manifest has dependencies but no lockfile: apps/radio/web/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/radio/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-25af04760a78249f", "name": "Node manifest has dependencies but no lockfile: apps/yes-no/web/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/yes-no/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-46a9a413153564f2", "name": "Node manifest has dependencies but no lockfile: apps/admin/web/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/admin/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-da1809d520d1ddf7", "name": "Node manifest has dependencies but no lockfile: apps/timer/web/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/timer/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-f4b02a9911f2e0fa", "name": "Node manifest has dependencies but no lockfile: apps/cards/web/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/cards/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-e8416a18069f406f", "name": "Node manifest has dependencies but no lockfile: apps/talk/web/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/talk/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-1442d2380f35a035", "name": "Node manifest has dependencies but no lockfile: apps/todo/web/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/todo/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-b31e535b4f9ac487", "name": "Node manifest has dependencies but no lockfile: workers/translations-api/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: workers/translations-api/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-c2ee3184608a9925", "name": "Node manifest has dependencies but no lockfile: workers/identity-api/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: workers/identity-api/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-095f0ccc34249f41", "name": "Node manifest has dependencies but no lockfile: workers/sentence-api/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: workers/sentence-api/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-98a1332ba54526ae", "name": "Node manifest has dependencies but no lockfile: packages/i18n/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/i18n/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-50218c90b43393bb", "name": "Node manifest has dependencies but no lockfile: packages/ui/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/ui/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 37 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 14 placeholder/mock markers across 4 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, 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": "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, 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-a9efd6148b14c4dd", "name": "Agent authority lacks a verifier contract: .claude/skills/design-system/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/design-system/SKILL.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6f3a0fdf5ccb24b3", "name": "Legacy-named symbol `eleven_multilingual_v2` in tests/generation-api.test.ts:247", "shortDescription": {"text": "Legacy-named symbol `eleven_multilingual_v2` in tests/generation-api.test.ts:247"}, "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-91ac5e18860fa2a9", "name": "Legacy-named symbol `eleven_multilingual_v2` in tests/tts-api.test.ts:113", "shortDescription": {"text": "Legacy-named symbol `eleven_multilingual_v2` in tests/tts-api.test.ts:113"}, "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-03bee0d4d1e10451", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/media/web/src/composables/useMediaLibrary.ts:134", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/media/web/src/composables/useMediaLibrary.ts:134"}, "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-de3e3dad4839f8c0", "name": "Commented-code block (6 lines) in apps/admin/web/src/composables/useAdminAuth.ts:38", "shortDescription": {"text": "Commented-code block (6 lines) in apps/admin/web/src/composables/useAdminAuth.ts:38"}, "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-6499d12848726c17", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/admin/web/src/composables/useStoryNarration.ts:111", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/admin/web/src/composables/useStoryNarration.ts:111"}, "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-a261640411c10560", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/admin/web/src/composables/useImageGeneration.ts:84", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/admin/web/src/composables/useImageGeneration.ts:84"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-db10a16a78189a11", "name": "`fetch()` without try/.catch or AbortSignal \u2014 workers/content-api/src/index.ts:123", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/content-api/src/index.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-8eadd0a69b0548fe", "name": "`fetch()` without try/.catch or AbortSignal \u2014 workers/translations-api/scripts/import-cards-en.mjs:314", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/translations-api/scripts/import-cards-en.mjs:314"}, "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-a84b4e5ff6300959", "name": "Commented-code block (5 lines) in workers/translations-api/src/index.ts:9", "shortDescription": {"text": "Commented-code block (5 lines) in workers/translations-api/src/index.ts:9"}, "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-24d9b3b777ea3cc9", "name": "`fetch()` without try/.catch or AbortSignal \u2014 workers/tts-api/src/index.ts:6", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/tts-api/src/index.ts:6"}, "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-b3b55db8655869d3", "name": "Commented-code block (6 lines) in workers/identity-api/src/index.ts:1181", "shortDescription": {"text": "Commented-code block (6 lines) in workers/identity-api/src/index.ts:1181"}, "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-34ec031be4222443", "name": "`fetch()` without try/.catch or AbortSignal \u2014 workers/identity-api/src/index.ts:18", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/identity-api/src/index.ts:18"}, "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-a52a035a34930df1", "name": "`fetch()` without try/.catch or AbortSignal \u2014 workers/shared/auth.ts:60", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/shared/auth.ts: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-b7e7f1ca51636e0a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 workers/shared/secrets.ts:11", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/shared/secrets.ts:11"}, "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-9b19623ab3c8779b", "name": "Legacy-named symbol `eleven_multilingual_v2` in workers/shared/atlas-speech-config.ts:140", "shortDescription": {"text": "Legacy-named symbol `eleven_multilingual_v2` in workers/shared/atlas-speech-config.ts:140"}, "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-d67c173b08dbd4eb", "name": "Legacy-named symbol `certIssuerDNLegacy` in workers/media-api/worker-configuration.d.ts:11096", "shortDescription": {"text": "Legacy-named symbol `certIssuerDNLegacy` in workers/media-api/worker-configuration.d.ts:11096"}, "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-626bc47de07bb223", "name": "Commented-code block (6 lines) in workers/media-api/worker-configuration.d.ts:9958", "shortDescription": {"text": "Commented-code block (6 lines) in workers/media-api/worker-configuration.d.ts:9958"}, "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-491c8b38dec225df", "name": "`fetch()` without try/.catch or AbortSignal \u2014 workers/media-api/worker-configuration.d.ts:317", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/media-api/worker-configuration.d.ts:317"}, "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-24e3ef9f6706c2cd", "name": "`fetch()` without try/.catch or AbortSignal \u2014 workers/media-api/src/index.ts:1224", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/media-api/src/index.ts:1224"}, "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-c1415e7f22b1f2ba", "name": "Commented-code block (5 lines) in workers/generation-api/src/index.ts:886", "shortDescription": {"text": "Commented-code block (5 lines) in workers/generation-api/src/index.ts:886"}, "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-8b87f09770906239", "name": "`fetch()` without try/.catch or AbortSignal \u2014 workers/generation-api/src/index.ts:61", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/generation-api/src/index.ts:61"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-edbec6aae0790c35", "name": "`fetch()` without try/.catch or AbortSignal \u2014 workers/generation-api/src/image-prompts.ts:6", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/generation-api/src/image-prompts.ts:6"}, "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-63089e3f04f89be0", "name": "Legacy-named symbol `eleven_multilingual_v2` in workers/generation-api/src/speech.ts:61", "shortDescription": {"text": "Legacy-named symbol `eleven_multilingual_v2` in workers/generation-api/src/speech.ts:61"}, "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-60ea8abda5a8b8c5", "name": "`fetch()` without try/.catch or AbortSignal \u2014 workers/generation-api/src/speech.ts:17", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/generation-api/src/speech.ts:17"}, "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-2f448adf32b30660", "name": "`fetch()` without try/.catch or AbortSignal \u2014 workers/atlas-api/src/index.ts:19", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/atlas-api/src/index.ts:19"}, "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-611e2076adbbdb02", "name": "`fetch()` without try/.catch or AbortSignal \u2014 workers/atlas-api/src/types.ts:120", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/atlas-api/src/types.ts:120"}, "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-07c8099742c834dd", "name": "Legacy-named symbol `eleven_multilingual_v2` in workers/atlas-api/src/domains.ts:45", "shortDescription": {"text": "Legacy-named symbol `eleven_multilingual_v2` in workers/atlas-api/src/domains.ts:45"}, "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-e5bfbb080dad8c22", "name": "`fetch()` without try/.catch or AbortSignal \u2014 workers/atlas-api/src/domains.ts:133", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/atlas-api/src/domains.ts:133"}, "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-0224994fc648e496", "name": "`fetch()` without try/.catch or AbortSignal \u2014 workers/admin-api/src/index.ts:116", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/admin-api/src/index.ts:116"}, "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-3b9bb99e0599f482", "name": "Commented-code block (5 lines) in workers/sentence-api/src/index.ts:856", "shortDescription": {"text": "Commented-code block (5 lines) in workers/sentence-api/src/index.ts:856"}, "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-ede0ab18ac1483bd", "name": "`fetch()` without try/.catch or AbortSignal \u2014 workers/sentence-api/src/index.ts:54", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/sentence-api/src/index.ts:54"}, "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-9708b914fc12d6e5", "name": "`fetch()` without try/.catch or AbortSignal \u2014 packages/media/src/index.ts:139", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 packages/media/src/index.ts:139"}, "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-7541732093e4aec9", "name": "`fetch()` without try/.catch or AbortSignal \u2014 packages/ui/src/TikoAppTheme.ts:44", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 packages/ui/src/TikoAppTheme.ts:44"}, "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-ffcee25332eddcbf", "name": "Legacy-named symbol `eleven_multilingual_v2` in packages/ui/src/tikokit.spec.ts:550", "shortDescription": {"text": "Legacy-named symbol `eleven_multilingual_v2` in packages/ui/src/tikokit.spec.ts:550"}, "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-82ffb308a24e97dc", "name": "`fetch()` without try/.catch or AbortSignal \u2014 tools/generate-app-configs.mjs:247", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 tools/generate-app-configs.mjs:247"}, "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}}]}}, "automationDetails": {"id": "repobility/21299"}, "properties": {"repository": "tikotalks/tiko-universe", "repoUrl": "https://github.com/tikotalks/tiko-universe", "branch": "main"}, "results": [{"ruleId": "scanner-e1384e5800234e9b", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 apps/media/web/src/components/AudioPreview.vue:97"}, "properties": {"repobilityId": "e3db8963a3260566", "scanner": "scanner-primary", "fingerprint": "e1384e5800234e9b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-49578a855d26096e", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 apps/admin/web/src/components/MediaPicker.vue:79"}, "properties": {"repobilityId": "8899a8d88948f64e", "scanner": "scanner-primary", "fingerprint": "49578a855d26096e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-7d3c1ac7465f0dec", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 apps/cards/web/src/App.vue:507"}, "properties": {"repobilityId": "c60deb55fb0afd0b", "scanner": "scanner-primary", "fingerprint": "7d3c1ac7465f0dec", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-542614726b4b945e", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 apps/cards/web/src/components/CardsImageChooser.vue:66"}, "properties": {"repobilityId": "73a5390d39b44a82", "scanner": "scanner-primary", "fingerprint": "542614726b4b945e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-048f9de944f1fb22", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 apps/talk/web/src/App.vue:25"}, "properties": {"repobilityId": "3a277aa8d8bba120", "scanner": "scanner-primary", "fingerprint": "048f9de944f1fb22", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-a684644075c8dc00", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 workers/media-api/worker-configuration.d.ts:184"}, "properties": {"repobilityId": "a0530bac76420882", "scanner": "scanner-primary", "fingerprint": "a684644075c8dc00", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-04681068fe9f8cc6", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 workers/atlas-api/src/observability.ts:131"}, "properties": {"repobilityId": "d0192078f6dcbdcb", "scanner": "scanner-primary", "fingerprint": "04681068fe9f8cc6", "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-ed36c90c16196404", "level": "warning", "message": {"text": "Insecure pattern 'domparser_html_parse' in apps/website/web/src/utils/versionRefresh.ts:31"}, "properties": {"repobilityId": "6e105ff9cd3f1d90", "scanner": "scanner-primary", "fingerprint": "ed36c90c16196404", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "domparser_html_parse"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/website/web/src/utils/versionRefresh.ts"}, "region": {"startLine": 31}}}]}, {"ruleId": "scanner-952c9bbf1a45b199", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in apps/radio/web/src/composables/useAudioPlayer.spec.ts:47"}, "properties": {"repobilityId": "5fb11eab297aae7f", "scanner": "scanner-primary", "fingerprint": "952c9bbf1a45b199", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/radio/web/src/composables/useAudioPlayer.spec.ts"}, "region": {"startLine": 47}}}]}, {"ruleId": "scanner-e4d6c75553be6410", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in apps/yes-no/web/src/App.spec.ts:416"}, "properties": {"repobilityId": "9f9b713a278ff6c4", "scanner": "scanner-primary", "fingerprint": "e4d6c75553be6410", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/yes-no/web/src/App.spec.ts"}, "region": {"startLine": 416}}}]}, {"ruleId": "scanner-c33d374018c54f9a", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/seed-cards-defaults.mjs:9"}, "properties": {"repobilityId": "96fc4b0ded98ba2b", "scanner": "scanner-primary", "fingerprint": "c33d374018c54f9a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/seed-cards-defaults.mjs"}, "region": {"startLine": 9}}}]}, {"ruleId": "scanner-69cda4ad7ba88487", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in workers/content-api/src/index.ts:1178"}, "properties": {"repobilityId": "d029f07d41a35316", "scanner": "scanner-primary", "fingerprint": "69cda4ad7ba88487", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workers/content-api/src/index.ts"}, "region": {"startLine": 1178}}}]}, {"ruleId": "scanner-12373922531bd828", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in workers/translations-api/src/index.ts:60"}, "properties": {"repobilityId": "fef14a39da22f77c", "scanner": "scanner-primary", "fingerprint": "12373922531bd828", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workers/translations-api/src/index.ts"}, "region": {"startLine": 60}}}]}, {"ruleId": "scanner-1cf395b812c444bf", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in workers/tts-api/src/index.ts:33"}, "properties": {"repobilityId": "73d5640628cf1766", "scanner": "scanner-primary", "fingerprint": "1cf395b812c444bf", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workers/tts-api/src/index.ts"}, "region": {"startLine": 33}}}]}, {"ruleId": "scanner-08dbb4bdbdc5cc43", "level": "error", "message": {"text": "Insecure pattern 'exec_used' in workers/media-api/worker-configuration.d.ts:3055"}, "properties": {"repobilityId": "39591c2961295ef4", "scanner": "scanner-primary", "fingerprint": "08dbb4bdbdc5cc43", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "exec_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workers/media-api/worker-configuration.d.ts"}, "region": {"startLine": 3055}}}]}, {"ruleId": "scanner-23863768ae78be10", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in workers/media-api/src/index.ts:135"}, "properties": {"repobilityId": "2207b44cb1e95fb3", "scanner": "scanner-primary", "fingerprint": "23863768ae78be10", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workers/media-api/src/index.ts"}, "region": {"startLine": 135}}}]}, {"ruleId": "scanner-370af4a1a6d6ec7d", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in workers/communication-api/src/index.ts:502"}, "properties": {"repobilityId": "53fc6e26e78acd3b", "scanner": "scanner-primary", "fingerprint": "370af4a1a6d6ec7d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workers/communication-api/src/index.ts"}, "region": {"startLine": 502}}}]}, {"ruleId": "scanner-7779f33723bba973", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in workers/app-api/src/index.ts:561"}, "properties": {"repobilityId": "8329c9a02ff55d1a", "scanner": "scanner-primary", "fingerprint": "7779f33723bba973", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workers/app-api/src/index.ts"}, "region": {"startLine": 561}}}]}, {"ruleId": "scanner-324b58273df70cfa", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in workers/generation-api/src/http.ts:2"}, "properties": {"repobilityId": "04f1813086d035e0", "scanner": "scanner-primary", "fingerprint": "324b58273df70cfa", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workers/generation-api/src/http.ts"}, "region": {"startLine": 2}}}]}, {"ruleId": "scanner-8f8a94e445533ef2", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in workers/atlas-api/src/response.ts:2"}, "properties": {"repobilityId": "99f0a74470c0a28b", "scanner": "scanner-primary", "fingerprint": "8f8a94e445533ef2", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workers/atlas-api/src/response.ts"}, "region": {"startLine": 2}}}]}, {"ruleId": "scanner-9be10a16b7ce67ec", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in tools/generate-app-configs.mjs:2"}, "properties": {"repobilityId": "f6de57f2063a9e38", "scanner": "scanner-primary", "fingerprint": "9be10a16b7ce67ec", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/generate-app-configs.mjs"}, "region": {"startLine": 2}}}]}, {"ruleId": "scanner-b97335f4e8e11691", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in tools/android-wrappers.mjs:2"}, "properties": {"repobilityId": "6f30090b9795b355", "scanner": "scanner-primary", "fingerprint": "b97335f4e8e11691", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/android-wrappers.mjs"}, "region": {"startLine": 2}}}]}, {"ruleId": "scanner-9d6410d19b658401", "level": "note", "message": {"text": "Very large file: tests/identity-api.test.ts (1236 lines)"}, "properties": {"repobilityId": "c066ab45fc417464", "scanner": "scanner-primary", "fingerprint": "9d6410d19b658401", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-afe55f5d40b90c01", "level": "note", "message": {"text": "Very large file: workers/content-api/src/index.ts (1630 lines)"}, "properties": {"repobilityId": "9349a3829056c58e", "scanner": "scanner-primary", "fingerprint": "afe55f5d40b90c01", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-66b923468369daae", "level": "note", "message": {"text": "Very large file: workers/identity-api/src/index.ts (1324 lines)"}, "properties": {"repobilityId": "a7060cf23344830d", "scanner": "scanner-primary", "fingerprint": "66b923468369daae", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-4e279675c2339b6e", "level": "note", "message": {"text": "Very large file: workers/media-api/worker-configuration.d.ts (13755 lines)"}, "properties": {"repobilityId": "457dfb031a2ec9d1", "scanner": "scanner-primary", "fingerprint": "4e279675c2339b6e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-fefabb9dae6760ea", "level": "note", "message": {"text": "Very large file: workers/generation-api/src/index.ts (1575 lines)"}, "properties": {"repobilityId": "313627f4c697bfc3", "scanner": "scanner-primary", "fingerprint": "fefabb9dae6760ea", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-d4404519d82725a1", "level": "note", "message": {"text": "Very large file: workers/sentence-api/src/index.ts (1671 lines)"}, "properties": {"repobilityId": "3afafc44a0abf509", "scanner": "scanner-primary", "fingerprint": "d4404519d82725a1", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-7695ffbb990937b7", "level": "note", "message": {"text": "Very large file: packages/i18n/src/index.ts (1454 lines)"}, "properties": {"repobilityId": "1232f0861c60334a", "scanner": "scanner-primary", "fingerprint": "7695ffbb990937b7", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "e4e420fa80dd3604", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-fbddc60650c8698f", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/sequence/web/package.json"}, "properties": {"repobilityId": "b96fde25d4666152", "scanner": "scanner-primary", "fingerprint": "fbddc60650c8698f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/sequence/web/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-612a8a63039b9252", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/type/web/package.json"}, "properties": {"repobilityId": "575c993012592a0a", "scanner": "scanner-primary", "fingerprint": "612a8a63039b9252", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/type/web/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-086b7abe0ff0ac74", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/media/web/package.json"}, "properties": {"repobilityId": "3348b2d575911b9a", "scanner": "scanner-primary", "fingerprint": "086b7abe0ff0ac74", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/media/web/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-aa81287ab234c9b0", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/website/web/package.json"}, "properties": {"repobilityId": "d4c1f3777536b9ef", "scanner": "scanner-primary", "fingerprint": "aa81287ab234c9b0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/website/web/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1454ba7465541f90", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/radio/web/package.json"}, "properties": {"repobilityId": "9e8d934ed6e518e0", "scanner": "scanner-primary", "fingerprint": "1454ba7465541f90", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/radio/web/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-25af04760a78249f", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/yes-no/web/package.json"}, "properties": {"repobilityId": "ff9df900487f04ec", "scanner": "scanner-primary", "fingerprint": "25af04760a78249f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/yes-no/web/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-46a9a413153564f2", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/admin/web/package.json"}, "properties": {"repobilityId": "cd796c7b5f13d6b2", "scanner": "scanner-primary", "fingerprint": "46a9a413153564f2", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/admin/web/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-da1809d520d1ddf7", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/timer/web/package.json"}, "properties": {"repobilityId": "da2e96c4788f7d60", "scanner": "scanner-primary", "fingerprint": "da1809d520d1ddf7", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/timer/web/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f4b02a9911f2e0fa", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/cards/web/package.json"}, "properties": {"repobilityId": "f25cebbf80651c45", "scanner": "scanner-primary", "fingerprint": "f4b02a9911f2e0fa", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/cards/web/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e8416a18069f406f", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/talk/web/package.json"}, "properties": {"repobilityId": "b9107d857e3db9b4", "scanner": "scanner-primary", "fingerprint": "e8416a18069f406f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/talk/web/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1442d2380f35a035", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/todo/web/package.json"}, "properties": {"repobilityId": "0d18fc1603fdc008", "scanner": "scanner-primary", "fingerprint": "1442d2380f35a035", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/todo/web/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-b31e535b4f9ac487", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: workers/translations-api/package.json"}, "properties": {"repobilityId": "0b887e2434aa4405", "scanner": "scanner-primary", "fingerprint": "b31e535b4f9ac487", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workers/translations-api/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c2ee3184608a9925", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: workers/identity-api/package.json"}, "properties": {"repobilityId": "9bc4bc03ef6d381d", "scanner": "scanner-primary", "fingerprint": "c2ee3184608a9925", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workers/identity-api/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-095f0ccc34249f41", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: workers/sentence-api/package.json"}, "properties": {"repobilityId": "8a6e2b448acbb2df", "scanner": "scanner-primary", "fingerprint": "095f0ccc34249f41", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workers/sentence-api/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-98a1332ba54526ae", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/i18n/package.json"}, "properties": {"repobilityId": "d914a9bdf5957152", "scanner": "scanner-primary", "fingerprint": "98a1332ba54526ae", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/i18n/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-50218c90b43393bb", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/ui/package.json"}, "properties": {"repobilityId": "637e26a8c754e81d", "scanner": "scanner-primary", "fingerprint": "50218c90b43393bb", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ui/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "6e28311b39cc0a22", "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": "0a13d400bc51ced7", "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": "8ac3d5a7e61330df", "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": "4430f2bf1b47f8eb", "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": "0c8f948d19f19415", "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": "c9a8ba512fb5e70e", "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": "76cbbceffd2dc7b6", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-a9efd6148b14c4dd", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/design-system/SKILL.md"}, "properties": {"repobilityId": "bf378b1477697d22", "scanner": "scanner-primary", "fingerprint": "a9efd6148b14c4dd", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/design-system/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-6f3a0fdf5ccb24b3", "level": "note", "message": {"text": "Legacy-named symbol `eleven_multilingual_v2` in tests/generation-api.test.ts:247"}, "properties": {"repobilityId": "ad8454c31a1067d4", "scanner": "scanner-primary", "fingerprint": "6f3a0fdf5ccb24b3", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-91ac5e18860fa2a9", "level": "note", "message": {"text": "Legacy-named symbol `eleven_multilingual_v2` in tests/tts-api.test.ts:113"}, "properties": {"repobilityId": "c65a47e376b76013", "scanner": "scanner-primary", "fingerprint": "91ac5e18860fa2a9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-03bee0d4d1e10451", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/media/web/src/composables/useMediaLibrary.ts:134"}, "properties": {"repobilityId": "6804743d4b093c41", "scanner": "scanner-primary", "fingerprint": "03bee0d4d1e10451", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-de3e3dad4839f8c0", "level": "none", "message": {"text": "Commented-code block (6 lines) in apps/admin/web/src/composables/useAdminAuth.ts:38"}, "properties": {"repobilityId": "1875ecfb9b59d5eb", "scanner": "scanner-primary", "fingerprint": "de3e3dad4839f8c0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6499d12848726c17", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/admin/web/src/composables/useStoryNarration.ts:111"}, "properties": {"repobilityId": "89de6afcb2747529", "scanner": "scanner-primary", "fingerprint": "6499d12848726c17", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a261640411c10560", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/admin/web/src/composables/useImageGeneration.ts:84"}, "properties": {"repobilityId": "34e0b6e8cf51b6d5", "scanner": "scanner-primary", "fingerprint": "a261640411c10560", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-db10a16a78189a11", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/content-api/src/index.ts:123"}, "properties": {"repobilityId": "51de44b14edf16a9", "scanner": "scanner-primary", "fingerprint": "db10a16a78189a11", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-8eadd0a69b0548fe", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/translations-api/scripts/import-cards-en.mjs:314"}, "properties": {"repobilityId": "ce1064bb96854ed1", "scanner": "scanner-primary", "fingerprint": "8eadd0a69b0548fe", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a84b4e5ff6300959", "level": "none", "message": {"text": "Commented-code block (5 lines) in workers/translations-api/src/index.ts:9"}, "properties": {"repobilityId": "5600dd7e623420b5", "scanner": "scanner-primary", "fingerprint": "a84b4e5ff6300959", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-24d9b3b777ea3cc9", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/tts-api/src/index.ts:6"}, "properties": {"repobilityId": "fa112af8f059ee07", "scanner": "scanner-primary", "fingerprint": "24d9b3b777ea3cc9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b3b55db8655869d3", "level": "none", "message": {"text": "Commented-code block (6 lines) in workers/identity-api/src/index.ts:1181"}, "properties": {"repobilityId": "5bf627a42ed5c598", "scanner": "scanner-primary", "fingerprint": "b3b55db8655869d3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-34ec031be4222443", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/identity-api/src/index.ts:18"}, "properties": {"repobilityId": "48e31e26f0ea7a66", "scanner": "scanner-primary", "fingerprint": "34ec031be4222443", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a52a035a34930df1", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/shared/auth.ts:60"}, "properties": {"repobilityId": "f0d5822e9afb01f1", "scanner": "scanner-primary", "fingerprint": "a52a035a34930df1", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b7e7f1ca51636e0a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/shared/secrets.ts:11"}, "properties": {"repobilityId": "7c50f356b478117b", "scanner": "scanner-primary", "fingerprint": "b7e7f1ca51636e0a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-9b19623ab3c8779b", "level": "note", "message": {"text": "Legacy-named symbol `eleven_multilingual_v2` in workers/shared/atlas-speech-config.ts:140"}, "properties": {"repobilityId": "f79cfc2087d84fb4", "scanner": "scanner-primary", "fingerprint": "9b19623ab3c8779b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-d67c173b08dbd4eb", "level": "note", "message": {"text": "Legacy-named symbol `certIssuerDNLegacy` in workers/media-api/worker-configuration.d.ts:11096"}, "properties": {"repobilityId": "b28e213ada56b9ed", "scanner": "scanner-primary", "fingerprint": "d67c173b08dbd4eb", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-626bc47de07bb223", "level": "none", "message": {"text": "Commented-code block (6 lines) in workers/media-api/worker-configuration.d.ts:9958"}, "properties": {"repobilityId": "286548a01416f589", "scanner": "scanner-primary", "fingerprint": "626bc47de07bb223", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-491c8b38dec225df", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/media-api/worker-configuration.d.ts:317"}, "properties": {"repobilityId": "a308b5d6df49465f", "scanner": "scanner-primary", "fingerprint": "491c8b38dec225df", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-24e3ef9f6706c2cd", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/media-api/src/index.ts:1224"}, "properties": {"repobilityId": "cff73ae5d30197d2", "scanner": "scanner-primary", "fingerprint": "24e3ef9f6706c2cd", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c1415e7f22b1f2ba", "level": "none", "message": {"text": "Commented-code block (5 lines) in workers/generation-api/src/index.ts:886"}, "properties": {"repobilityId": "25b4d201d92c4a64", "scanner": "scanner-primary", "fingerprint": "c1415e7f22b1f2ba", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8b87f09770906239", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/generation-api/src/index.ts:61"}, "properties": {"repobilityId": "4c711f52203fc140", "scanner": "scanner-primary", "fingerprint": "8b87f09770906239", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-edbec6aae0790c35", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/generation-api/src/image-prompts.ts:6"}, "properties": {"repobilityId": "de9743635bdeceb6", "scanner": "scanner-primary", "fingerprint": "edbec6aae0790c35", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-63089e3f04f89be0", "level": "note", "message": {"text": "Legacy-named symbol `eleven_multilingual_v2` in workers/generation-api/src/speech.ts:61"}, "properties": {"repobilityId": "0a8c1e32e04dc8a5", "scanner": "scanner-primary", "fingerprint": "63089e3f04f89be0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-60ea8abda5a8b8c5", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/generation-api/src/speech.ts:17"}, "properties": {"repobilityId": "ba2a4b70a57a4642", "scanner": "scanner-primary", "fingerprint": "60ea8abda5a8b8c5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2f448adf32b30660", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/atlas-api/src/index.ts:19"}, "properties": {"repobilityId": "7b7fece953bdfc9b", "scanner": "scanner-primary", "fingerprint": "2f448adf32b30660", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-611e2076adbbdb02", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/atlas-api/src/types.ts:120"}, "properties": {"repobilityId": "700c3e7216c223a0", "scanner": "scanner-primary", "fingerprint": "611e2076adbbdb02", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-07c8099742c834dd", "level": "note", "message": {"text": "Legacy-named symbol `eleven_multilingual_v2` in workers/atlas-api/src/domains.ts:45"}, "properties": {"repobilityId": "c44c3fd6f1998af4", "scanner": "scanner-primary", "fingerprint": "07c8099742c834dd", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-e5bfbb080dad8c22", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/atlas-api/src/domains.ts:133"}, "properties": {"repobilityId": "c425dea014bfe8dc", "scanner": "scanner-primary", "fingerprint": "e5bfbb080dad8c22", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0224994fc648e496", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/admin-api/src/index.ts:116"}, "properties": {"repobilityId": "ceab694af2692a40", "scanner": "scanner-primary", "fingerprint": "0224994fc648e496", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3b9bb99e0599f482", "level": "none", "message": {"text": "Commented-code block (5 lines) in workers/sentence-api/src/index.ts:856"}, "properties": {"repobilityId": "d4c0a7baa1fbc1e1", "scanner": "scanner-primary", "fingerprint": "3b9bb99e0599f482", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ede0ab18ac1483bd", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/sentence-api/src/index.ts:54"}, "properties": {"repobilityId": "1cbf4a25221b3340", "scanner": "scanner-primary", "fingerprint": "ede0ab18ac1483bd", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-9708b914fc12d6e5", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 packages/media/src/index.ts:139"}, "properties": {"repobilityId": "1aae59cfa3d88132", "scanner": "scanner-primary", "fingerprint": "9708b914fc12d6e5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-7541732093e4aec9", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 packages/ui/src/TikoAppTheme.ts:44"}, "properties": {"repobilityId": "8c5d4e3cdca38244", "scanner": "scanner-primary", "fingerprint": "7541732093e4aec9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-ffcee25332eddcbf", "level": "note", "message": {"text": "Legacy-named symbol `eleven_multilingual_v2` in packages/ui/src/tikokit.spec.ts:550"}, "properties": {"repobilityId": "e1e5c5805a7e3ed7", "scanner": "scanner-primary", "fingerprint": "ffcee25332eddcbf", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-82ffb308a24e97dc", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 tools/generate-app-configs.mjs:247"}, "properties": {"repobilityId": "f0c3d21d41d4684e", "scanner": "scanner-primary", "fingerprint": "82ffb308a24e97dc", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}