{"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-cc650ab41ce7006a", "name": "Stray `console.log` in TS/JS \u2014 packages/scripts/src/cli.ts:76", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/scripts/src/cli.ts:76"}, "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-3d118d1b1cbeef4b", "name": "Stray `console.log` in TS/JS \u2014 packages/scripts/src/cli.validator.ts:21", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/scripts/src/cli.validator.ts:21"}, "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-a1542be09fdcb802", "name": "Stray `console.log` in TS/JS \u2014 packages/scripts/src/testing/verify.ts:80", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/scripts/src/testing/verify.ts:80"}, "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-d55947df7c3e2e2a", "name": "Stray `console.log` in TS/JS \u2014 packages/scripts/src/common/cli.utils.ts:42", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/scripts/src/common/cli.utils.ts:42"}, "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-3d9cb4fdc66bd3b8", "name": "TODO/FIXME marker in shipping code \u2014 packages/scripts/src/commands/seed.ts:74", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 packages/scripts/src/commands/seed.ts:74"}, "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-ca62269401886838", "name": "Stray `console.log` in TS/JS \u2014 packages/scripts/src/commands/seed.ts:121", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/scripts/src/commands/seed.ts:121"}, "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-e8229b91679c0936", "name": "Stray `console.log` in TS/JS \u2014 packages/scripts/src/commands/build.backend.ts:23", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/scripts/src/commands/build.backend.ts:23"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2e1476dad1a1e74d", "name": "Stray `console.log` in TS/JS \u2014 packages/web/dev.ts:70", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/web/dev.ts:70"}, "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-1fa3e07880b14727", "name": "Stray `console.log` in TS/JS \u2014 packages/web/build.ts:55", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/web/build.ts:55"}, "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-ce54d4c76ce05e16", "name": "TODO/FIXME marker in shipping code \u2014 packages/web/src/__tests__/__mocks__/server/mock.handlers.ts:47", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 packages/web/src/__tests__/__mocks__/server/mock.handlers.ts:47"}, "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-fc8f5f7780155947", "name": "TODO/FIXME marker in shipping code \u2014 packages/web/src/common/utils/task/sort.task.test.ts:68", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 packages/web/src/common/utils/task/sort.task.test.ts:68"}, "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-07ce84637fcc6a3a", "name": "Stray `console.log` in TS/JS \u2014 packages/web/src/common/storage/adapter/indexeddb.adapter.ts:107", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/web/src/common/storage/adapter/indexeddb.adapter.ts:107"}, "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-b26a1d0778a2fe84", "name": "`truncate` class without `title=` for hover reveal \u2014 packages/web/src/components/PlannerSidebar/SomedayEventSections/Som", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 packages/web/src/components/PlannerSidebar/SomedayEventSections/SomedaySectionHeader/SomedaySectionHeader.tsx:11"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-0c2215edf63d51c0", "name": "`truncate` class without `title=` for hover reveal \u2014 packages/web/src/components/PlannerSidebar/SomedayEventSections/Som", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 packages/web/src/components/PlannerSidebar/SomedayEventSections/SomedayEvents/SomedayEventContainer/SomedayEventRectangle.tsx:64"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-24b43ddc2b774ec3", "name": "`truncate` class without `title=` for hover reveal \u2014 packages/web/src/components/PlannerSidebar/PlannerAccountSummary/Pl", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 packages/web/src/components/PlannerSidebar/PlannerAccountSummary/PlannerAccountSummary.tsx:40"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-966f0276826364de", "name": "Stray `console.log` in TS/JS \u2014 packages/backend/src/sync/services/notify/handler/gcal.notification.handler.ts:34", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/backend/src/sync/services/notify/handler/gcal.notification.handler.ts:34"}, "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-06a948560c3d266c", "name": "TODO/FIXME marker in shipping code \u2014 packages/backend/src/sync/services/import/google-import.service.ts:50", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 packages/backend/src/sync/services/import/google-import.service.ts:50"}, "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-c87604796ac25ec4", "name": "Stray `console.log` in TS/JS \u2014 packages/backend/src/sync/services/log/sync.logger.ts:46", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/backend/src/sync/services/log/sync.logger.ts:46"}, "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-8984a85d229f9bc0", "name": "Stray `console.log` in TS/JS \u2014 packages/backend/src/common/middleware/http.logger.middleware.ts:35", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/backend/src/common/middleware/http.logger.middleware.ts:35"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-94695d531b256744", "name": "Stray `console.log` in TS/JS \u2014 packages/backend/src/event/services/recur/repo/recur.event.repo.util.ts:49", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/backend/src/event/services/recur/repo/recur.event.repo.util.ts:49"}, "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-d79a397b644ffc2b", "name": "Stray `console.log` in TS/JS \u2014 packages/backend/src/event/services/recur/repo/event.repo.ts:31", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/backend/src/event/services/recur/repo/event.repo.ts:31"}, "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-781b66f5cf9b7369", "name": "Stray `console.log` in TS/JS \u2014 self-host/serve-web.ts:148", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 self-host/serve-web.ts:148"}, "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-2a1a58011b5c4af7", "name": "Stray `console.log` in TS/JS \u2014 .cursor/skills/impeccable/scripts/live-browser.js:5202", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 .cursor/skills/impeccable/scripts/live-browser.js:5202"}, "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-eaa68c9923a1430a", "name": "Stray `console.log` in TS/JS \u2014 .cursor/skills/impeccable/scripts/detector/detect-antipatterns-browser.js:5331", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 .cursor/skills/impeccable/scripts/detector/detect-antipatterns-browser.js:5331"}, "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-aa5acaa49eb8315b", "name": "Containers defined but no K8s/orchestration manifest found", "shortDescription": {"text": "Containers defined but no K8s/orchestration manifest found"}, "fullDescription": {"text": "Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-240e73676a8d09d0", "name": "Insecure pattern 'node_child_process' in packages/scripts/src/testing/verify.ts:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in packages/scripts/src/testing/verify.ts:1"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e20d484e5689628c", "name": "Insecure pattern 'node_child_process' in packages/web/build.ts:3", "shortDescription": {"text": "Insecure pattern 'node_child_process' in packages/web/build.ts:3"}, "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-22f1bc58b486d70c", "name": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/__tests__/web.preload.ts:278", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/__tests__/web.preload.ts:278"}, "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-adca7cdf27291216", "name": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/__tests__/__mocks__/mock.tailwindcss.ts:60", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/__tests__/__mocks__/mock.tailwindcss.ts:60"}, "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-4560be5e64ca02fd", "name": "Insecure pattern 'local_storage_auth_token' in packages/web/src/auth/google/authorization/google-authorization.storage.t", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in packages/web/src/auth/google/authorization/google-authorization.storage.test.ts:35"}, "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-255739c5f439ed0e", "name": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/common/calendar-interaction/CalendarInteractionEngine", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/common/calendar-interaction/CalendarInteractionEngine.test.ts:53"}, "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-d28e8d4e617cf292", "name": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/common/hooks/useMovementEvent.test.ts:19", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/common/hooks/useMovementEvent.test.ts:19"}, "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-ea5e740968c8d14f", "name": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/components/PlannerSidebar/SomedayEventSections/intera", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/components/PlannerSidebar/SomedayEventSections/interaction/adapter/SomedayInteractionAdapter.test.ts:111"}, "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-2aecfe8654ad3a19", "name": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Day/interaction/dayCalendarFocus.util.test.ts:1", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Day/interaction/dayCalendarFocus.util.test.ts:10"}, "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-349de6a7db523e28", "name": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Day/interaction/DayInteractionCoordinator.test.", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Day/interaction/DayInteractionCoordinator.test.tsx:178"}, "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-3e47a8c123bf25ce", "name": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Day/interaction/adapter/DayInteractionAdapter.t", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Day/interaction/adapter/DayInteractionAdapter.test.ts:341"}, "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-f001c5d1c0e7f68b", "name": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Week/components/Draft/grid/GridDraft.test.tsx:1", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Week/components/Draft/grid/GridDraft.test.tsx:175"}, "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-d7701faaf80d0ea7", "name": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Week/interaction/adapter/WeekInteractionAdapter", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Week/interaction/adapter/WeekInteractionAdapter.timedResize.test.ts:81"}, "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-a93b9e737801e10b", "name": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Week/interaction/adapter/WeekInteractionAdapter", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Week/interaction/adapter/WeekInteractionAdapter.allDayResize.test.ts:91"}, "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-3534be352f6db166", "name": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Week/interaction/adapter/WeekInteractionAdapter", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Week/interaction/adapter/WeekInteractionAdapter.allDayDrag.test.ts:117"}, "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-eb5e95ddfb45e9b9", "name": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Week/interaction/adapter/WeekInteractionAdapter", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Week/interaction/adapter/WeekInteractionAdapter.timedDrag.test.ts:122"}, "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-ab9d29182abce558", "name": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Week/interaction/registry/weekEventRegistry.tes", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Week/interaction/registry/weekEventRegistry.test.tsx:271"}, "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-4d96242dba99473a", "name": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Week/interaction/targeting/weekCalendarEventTar", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Week/interaction/targeting/weekCalendarEventTargeting.test.ts:15"}, "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-29aeada4d7b30a34", "name": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Week/hooks/shortcuts/useWeekShortcuts.test.tsx:", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Week/hooks/shortcuts/useWeekShortcuts.test.tsx:88"}, "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-cfa747eb7775a943", "name": "Possible secret in self-host/install.sh", "shortDescription": {"text": "Possible secret in self-host/install.sh"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-9ae18335b1eb7a5f", "name": "Possible secret in self-host/install-manual.sh", "shortDescription": {"text": "Possible secret in self-host/install-manual.sh"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-41c0ac622a34a727", "name": "Insecure pattern 'direct_innerhtml_assignment' in .cursor/skills/impeccable/scripts/live-browser.js:545", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in .cursor/skills/impeccable/scripts/live-browser.js:545"}, "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-49bef24070bff6be", "name": "Insecure pattern 'domparser_html_parse' in .cursor/skills/impeccable/scripts/live-browser.js:5116", "shortDescription": {"text": "Insecure pattern 'domparser_html_parse' in .cursor/skills/impeccable/scripts/live-browser.js:5116"}, "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-3aa19c170efc332d", "name": "Insecure pattern 'insert_adjacent_html' in .cursor/skills/impeccable/scripts/modern-screenshot.umd.js:7", "shortDescription": {"text": "Insecure pattern 'insert_adjacent_html' in .cursor/skills/impeccable/scripts/modern-screenshot.umd.js:7"}, "fullDescription": {"text": "Found a known-risky pattern (insert_adjacent_html). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-cdbf10cd5653b474", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-14cdfa58eeacdd43", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a80fd843b6d8e929", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-354e0be4f4e161bc", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0b44b6a491ba21f1", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-969266bbdd9c5250", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-dc61863522b223ba", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6905dd332c3e37aa", "name": "Very large file: packages/backend/src/sync/services/event-propagation/__tests__/compass-to-google.all-event.test.ts (173", "shortDescription": {"text": "Very large file: packages/backend/src/sync/services/event-propagation/__tests__/compass-to-google.all-event.test.ts (1732 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-4bd75b0390747f33", "name": "Very large file: packages/backend/src/sync/services/event-propagation/__tests__/compass-to-google-this-event/instance.te", "shortDescription": {"text": "Very large file: packages/backend/src/sync/services/event-propagation/__tests__/compass-to-google-this-event/instance.test.ts (1816 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-b494e7d793e53c5c", "name": "Very large file: .cursor/skills/impeccable/scripts/live-browser.js (10769 lines)", "shortDescription": {"text": "Very large file: .cursor/skills/impeccable/scripts/live-browser.js (10769 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-2584be04d7909b4a", "name": "Very large file: .cursor/skills/impeccable/scripts/detector/detect-antipatterns-browser.js (5980 lines)", "shortDescription": {"text": "Very large file: .cursor/skills/impeccable/scripts/detector/detect-antipatterns-browser.js (5980 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-36e513ed369dc5f7", "name": "Node manifest has dependencies but no lockfile: packages/scripts/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/scripts/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-a28850983a0b02d5", "name": "Node manifest has dependencies but no lockfile: packages/web/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/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-28e92806c0db3cd2", "name": "Node manifest has dependencies but no lockfile: packages/core/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/core/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-7c42017861a56bdd", "name": "Node manifest has dependencies but no lockfile: packages/backend/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/backend/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 52 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 114 placeholder/mock markers across 31 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-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 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-909eb64265cce1c7", "name": "Agent authority lacks a verifier contract: .codex/hooks.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .codex/hooks.json"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-43ee547142fac668", "name": "Agent authority lacks a verifier contract: .codex/skills/thermo-nuclear-code-quality-review/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .codex/skills/thermo-nuclear-code-quality-review/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-161e3d1bc63aebc3", "name": "Agent authority lacks a verifier contract: .cursor/skills/impeccable/reference/shape.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .cursor/skills/impeccable/reference/shape.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-c891b0ba726b9632", "name": "Agent authority lacks a verifier contract: .cursor/skills/impeccable/scripts/command-metadata.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .cursor/skills/impeccable/scripts/command-metadata.json"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e725d2ab884fbd49", "name": "Multiple root agent instruction files without precedence", "shortDescription": {"text": "Multiple root agent instruction files without precedence"}, "fullDescription": {"text": "The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-eeea2c5fa3f9f76b", "name": "Legacy-named symbol `errorOnDeprecated` in jest.config.js:138", "shortDescription": {"text": "Legacy-named symbol `errorOnDeprecated` in jest.config.js:138"}, "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-caebd81637d775e8", "name": "Commented-code block (5 lines) in jest.config.js:235", "shortDescription": {"text": "Commented-code block (5 lines) in jest.config.js:235"}, "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-415eddfd141b4683", "name": "`fetch()` without try/.catch or AbortSignal \u2014 packages/web/dev.ts:102", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 packages/web/dev.ts:102"}, "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-b8f62af81a299b2d", "name": "Commented-code block (6 lines) in packages/web/src/common/utils/dom/grid-organization.test.ts:161", "shortDescription": {"text": "Commented-code block (6 lines) in packages/web/src/common/utils/dom/grid-organization.test.ts:161"}, "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-61f5d01eb04c990f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 packages/web/src/common/apis/base/base.api.ts:47", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 packages/web/src/common/apis/base/base.api.ts:47"}, "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-65ab9e65b787c2a9", "name": "Commented-code block (5 lines) in packages/web/src/components/PlannerSidebar/SomedayEventSections/interaction/adapter/So", "shortDescription": {"text": "Commented-code block (5 lines) in packages/web/src/components/PlannerSidebar/SomedayEventSections/interaction/adapter/SomedayInteractionAdapter.ts:69"}, "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-f02e2215b68d1df3", "name": "`fetch()` without try/.catch or AbortSignal \u2014 packages/backend/src/email/email.service.ts:158", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 packages/backend/src/email/email.service.ts:158"}, "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-1badb19d64ad5764", "name": "Commented-code block (5 lines) in .cursor/skills/impeccable/scripts/live-browser.js:32", "shortDescription": {"text": "Commented-code block (5 lines) in .cursor/skills/impeccable/scripts/live-browser.js:32"}, "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-816c21d529f2449f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 .cursor/skills/impeccable/scripts/live-browser.js:5097", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 .cursor/skills/impeccable/scripts/live-browser.js:5097"}, "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-2fbbdb5810a9945f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 .cursor/skills/impeccable/scripts/modern-screenshot.umd.js:7", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 .cursor/skills/impeccable/scripts/modern-screenshot.umd.js:7"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-81bfcff090d4c9d0", "name": "Commented-code block (8 lines) in .cursor/skills/impeccable/scripts/detector/detect-antipatterns-browser.js:56", "shortDescription": {"text": "Commented-code block (8 lines) in .cursor/skills/impeccable/scripts/detector/detect-antipatterns-browser.js:56"}, "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-a34291f07766c077", "name": "Frontend route `/nested` has no Link/navigate to it \u2014 packages/web/src/components/AuthenticatedLayout/AuthenticatedLayou", "shortDescription": {"text": "Frontend route `/nested` has no Link/navigate to it \u2014 packages/web/src/components/AuthenticatedLayout/AuthenticatedLayout.test.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/20637"}, "properties": {"repository": "SwitchbackTech/compass-calendar", "repoUrl": "https://github.com/SwitchbackTech/compass-calendar", "branch": "main"}, "results": [{"ruleId": "scanner-cc650ab41ce7006a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/scripts/src/cli.ts:76"}, "properties": {"repobilityId": "822fb8daddd9ecfc", "scanner": "scanner-primary", "fingerprint": "cc650ab41ce7006a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-3d118d1b1cbeef4b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/scripts/src/cli.validator.ts:21"}, "properties": {"repobilityId": "2f87e409c35eed0a", "scanner": "scanner-primary", "fingerprint": "3d118d1b1cbeef4b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a1542be09fdcb802", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/scripts/src/testing/verify.ts:80"}, "properties": {"repobilityId": "2fa26c2111edcf53", "scanner": "scanner-primary", "fingerprint": "a1542be09fdcb802", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d55947df7c3e2e2a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/scripts/src/common/cli.utils.ts:42"}, "properties": {"repobilityId": "abf2a7ae33849f69", "scanner": "scanner-primary", "fingerprint": "d55947df7c3e2e2a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-3d9cb4fdc66bd3b8", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 packages/scripts/src/commands/seed.ts:74"}, "properties": {"repobilityId": "7881ee6b55b1d7d3", "scanner": "scanner-primary", "fingerprint": "3d9cb4fdc66bd3b8", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-ca62269401886838", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/scripts/src/commands/seed.ts:121"}, "properties": {"repobilityId": "1bfb658bfc6a3ca1", "scanner": "scanner-primary", "fingerprint": "ca62269401886838", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e8229b91679c0936", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/scripts/src/commands/build.backend.ts:23"}, "properties": {"repobilityId": "ea808a9c04085f20", "scanner": "scanner-primary", "fingerprint": "e8229b91679c0936", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-2e1476dad1a1e74d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/web/dev.ts:70"}, "properties": {"repobilityId": "ab9e4e9e1cf0cf5e", "scanner": "scanner-primary", "fingerprint": "2e1476dad1a1e74d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-1fa3e07880b14727", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/web/build.ts:55"}, "properties": {"repobilityId": "326998ef7b27cb18", "scanner": "scanner-primary", "fingerprint": "1fa3e07880b14727", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ce54d4c76ce05e16", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 packages/web/src/__tests__/__mocks__/server/mock.handlers.ts:47"}, "properties": {"repobilityId": "2a9cafec16a4d5e3", "scanner": "scanner-primary", "fingerprint": "ce54d4c76ce05e16", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-fc8f5f7780155947", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 packages/web/src/common/utils/task/sort.task.test.ts:68"}, "properties": {"repobilityId": "8abc72af374a0506", "scanner": "scanner-primary", "fingerprint": "fc8f5f7780155947", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-07ce84637fcc6a3a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/web/src/common/storage/adapter/indexeddb.adapter.ts:107"}, "properties": {"repobilityId": "0aa03dd1d793cbb8", "scanner": "scanner-primary", "fingerprint": "07ce84637fcc6a3a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b26a1d0778a2fe84", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 packages/web/src/components/PlannerSidebar/SomedayEventSections/SomedaySectionHeader/SomedaySectionHeader.tsx:11"}, "properties": {"repobilityId": "cea984e4ac5a4eb2", "scanner": "scanner-primary", "fingerprint": "b26a1d0778a2fe84", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-0c2215edf63d51c0", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 packages/web/src/components/PlannerSidebar/SomedayEventSections/SomedayEvents/SomedayEventContainer/SomedayEventRectangle.tsx:64"}, "properties": {"repobilityId": "0474f582d340e0fb", "scanner": "scanner-primary", "fingerprint": "0c2215edf63d51c0", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-24b43ddc2b774ec3", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 packages/web/src/components/PlannerSidebar/PlannerAccountSummary/PlannerAccountSummary.tsx:40"}, "properties": {"repobilityId": "13b8c12367dfd1c9", "scanner": "scanner-primary", "fingerprint": "24b43ddc2b774ec3", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-966f0276826364de", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/backend/src/sync/services/notify/handler/gcal.notification.handler.ts:34"}, "properties": {"repobilityId": "748dded73f641085", "scanner": "scanner-primary", "fingerprint": "966f0276826364de", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-06a948560c3d266c", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 packages/backend/src/sync/services/import/google-import.service.ts:50"}, "properties": {"repobilityId": "06649c902313e56f", "scanner": "scanner-primary", "fingerprint": "06a948560c3d266c", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-c87604796ac25ec4", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/backend/src/sync/services/log/sync.logger.ts:46"}, "properties": {"repobilityId": "439b7681c594aaa6", "scanner": "scanner-primary", "fingerprint": "c87604796ac25ec4", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8984a85d229f9bc0", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/backend/src/common/middleware/http.logger.middleware.ts:35"}, "properties": {"repobilityId": "0e19af79a19a8c99", "scanner": "scanner-primary", "fingerprint": "8984a85d229f9bc0", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-94695d531b256744", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/backend/src/event/services/recur/repo/recur.event.repo.util.ts:49"}, "properties": {"repobilityId": "0e70f0c60bf5fdf8", "scanner": "scanner-primary", "fingerprint": "94695d531b256744", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d79a397b644ffc2b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/backend/src/event/services/recur/repo/event.repo.ts:31"}, "properties": {"repobilityId": "b13b6879169e6d43", "scanner": "scanner-primary", "fingerprint": "d79a397b644ffc2b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-781b66f5cf9b7369", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 self-host/serve-web.ts:148"}, "properties": {"repobilityId": "3a7aff8bafaa8824", "scanner": "scanner-primary", "fingerprint": "781b66f5cf9b7369", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-2a1a58011b5c4af7", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 .cursor/skills/impeccable/scripts/live-browser.js:5202"}, "properties": {"repobilityId": "d84156a336ca6f91", "scanner": "scanner-primary", "fingerprint": "2a1a58011b5c4af7", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-eaa68c9923a1430a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 .cursor/skills/impeccable/scripts/detector/detect-antipatterns-browser.js:5331"}, "properties": {"repobilityId": "46f5c217ba4b2a62", "scanner": "scanner-primary", "fingerprint": "eaa68c9923a1430a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-aa5acaa49eb8315b", "level": "note", "message": {"text": "Containers defined but no K8s/orchestration manifest found"}, "properties": {"repobilityId": "b230ea9b68736081", "scanner": "scanner-primary", "fingerprint": "aa5acaa49eb8315b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["coverage", "deployment"]}}, {"ruleId": "scanner-240e73676a8d09d0", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in packages/scripts/src/testing/verify.ts:1"}, "properties": {"repobilityId": "d1d02322f452243f", "scanner": "scanner-primary", "fingerprint": "240e73676a8d09d0", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/scripts/src/testing/verify.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e20d484e5689628c", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in packages/web/build.ts:3"}, "properties": {"repobilityId": "a08c2b1f44ed7b32", "scanner": "scanner-primary", "fingerprint": "e20d484e5689628c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/web/build.ts"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-22f1bc58b486d70c", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/__tests__/web.preload.ts:278"}, "properties": {"repobilityId": "8b472ca858301d2e", "scanner": "scanner-primary", "fingerprint": "22f1bc58b486d70c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/web/src/__tests__/web.preload.ts"}, "region": {"startLine": 278}}}]}, {"ruleId": "scanner-adca7cdf27291216", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/__tests__/__mocks__/mock.tailwindcss.ts:60"}, "properties": {"repobilityId": "a9400a8d0fdce419", "scanner": "scanner-primary", "fingerprint": "adca7cdf27291216", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/web/src/__tests__/__mocks__/mock.tailwindcss.ts"}, "region": {"startLine": 60}}}]}, {"ruleId": "scanner-4560be5e64ca02fd", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in packages/web/src/auth/google/authorization/google-authorization.storage.test.ts:35"}, "properties": {"repobilityId": "c1c6e1bc807ed94f", "scanner": "scanner-primary", "fingerprint": "4560be5e64ca02fd", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/web/src/auth/google/authorization/google-authorization.storage.test.ts"}, "region": {"startLine": 35}}}]}, {"ruleId": "scanner-255739c5f439ed0e", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/common/calendar-interaction/CalendarInteractionEngine.test.ts:53"}, "properties": {"repobilityId": "8b9bfd0fd6eb9b16", "scanner": "scanner-primary", "fingerprint": "255739c5f439ed0e", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/web/src/common/calendar-interaction/CalendarInteractionEngine.test.ts"}, "region": {"startLine": 53}}}]}, {"ruleId": "scanner-d28e8d4e617cf292", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/common/hooks/useMovementEvent.test.ts:19"}, "properties": {"repobilityId": "184ec42d1927cbd8", "scanner": "scanner-primary", "fingerprint": "d28e8d4e617cf292", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/web/src/common/hooks/useMovementEvent.test.ts"}, "region": {"startLine": 19}}}]}, {"ruleId": "scanner-ea5e740968c8d14f", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/components/PlannerSidebar/SomedayEventSections/interaction/adapter/SomedayInteractionAdapter.test.ts:111"}, "properties": {"repobilityId": "242badc4e90ad2f2", "scanner": "scanner-primary", "fingerprint": "ea5e740968c8d14f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/web/src/components/PlannerSidebar/SomedayEventSections/interaction/adapter/SomedayInteractionAdapter.test.ts"}, "region": {"startLine": 111}}}]}, {"ruleId": "scanner-2aecfe8654ad3a19", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Day/interaction/dayCalendarFocus.util.test.ts:10"}, "properties": {"repobilityId": "ad1eed1c7659f7a9", "scanner": "scanner-primary", "fingerprint": "2aecfe8654ad3a19", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/web/src/views/Day/interaction/dayCalendarFocus.util.test.ts"}, "region": {"startLine": 10}}}]}, {"ruleId": "scanner-349de6a7db523e28", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Day/interaction/DayInteractionCoordinator.test.tsx:178"}, "properties": {"repobilityId": "9e2ba66d690123c7", "scanner": "scanner-primary", "fingerprint": "349de6a7db523e28", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/web/src/views/Day/interaction/DayInteractionCoordinator.test.tsx"}, "region": {"startLine": 178}}}]}, {"ruleId": "scanner-3e47a8c123bf25ce", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Day/interaction/adapter/DayInteractionAdapter.test.ts:341"}, "properties": {"repobilityId": "a837fbb9e094e09c", "scanner": "scanner-primary", "fingerprint": "3e47a8c123bf25ce", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/web/src/views/Day/interaction/adapter/DayInteractionAdapter.test.ts"}, "region": {"startLine": 341}}}]}, {"ruleId": "scanner-f001c5d1c0e7f68b", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Week/components/Draft/grid/GridDraft.test.tsx:175"}, "properties": {"repobilityId": "abaa4786e6d3053b", "scanner": "scanner-primary", "fingerprint": "f001c5d1c0e7f68b", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/web/src/views/Week/components/Draft/grid/GridDraft.test.tsx"}, "region": {"startLine": 175}}}]}, {"ruleId": "scanner-d7701faaf80d0ea7", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Week/interaction/adapter/WeekInteractionAdapter.timedResize.test.ts:81"}, "properties": {"repobilityId": "bacb0c2bbaec651e", "scanner": "scanner-primary", "fingerprint": "d7701faaf80d0ea7", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/web/src/views/Week/interaction/adapter/WeekInteractionAdapter.timedResize.test.ts"}, "region": {"startLine": 81}}}]}, {"ruleId": "scanner-a93b9e737801e10b", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Week/interaction/adapter/WeekInteractionAdapter.allDayResize.test.ts:91"}, "properties": {"repobilityId": "726ad8b7b7c4f626", "scanner": "scanner-primary", "fingerprint": "a93b9e737801e10b", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/web/src/views/Week/interaction/adapter/WeekInteractionAdapter.allDayResize.test.ts"}, "region": {"startLine": 91}}}]}, {"ruleId": "scanner-3534be352f6db166", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Week/interaction/adapter/WeekInteractionAdapter.allDayDrag.test.ts:117"}, "properties": {"repobilityId": "ae54d9285dfb3812", "scanner": "scanner-primary", "fingerprint": "3534be352f6db166", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/web/src/views/Week/interaction/adapter/WeekInteractionAdapter.allDayDrag.test.ts"}, "region": {"startLine": 117}}}]}, {"ruleId": "scanner-eb5e95ddfb45e9b9", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Week/interaction/adapter/WeekInteractionAdapter.timedDrag.test.ts:122"}, "properties": {"repobilityId": "02fac56ceefd4692", "scanner": "scanner-primary", "fingerprint": "eb5e95ddfb45e9b9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/web/src/views/Week/interaction/adapter/WeekInteractionAdapter.timedDrag.test.ts"}, "region": {"startLine": 122}}}]}, {"ruleId": "scanner-ab9d29182abce558", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Week/interaction/registry/weekEventRegistry.test.tsx:271"}, "properties": {"repobilityId": "2c196473d45eb867", "scanner": "scanner-primary", "fingerprint": "ab9d29182abce558", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/web/src/views/Week/interaction/registry/weekEventRegistry.test.tsx"}, "region": {"startLine": 271}}}]}, {"ruleId": "scanner-4d96242dba99473a", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Week/interaction/targeting/weekCalendarEventTargeting.test.ts:15"}, "properties": {"repobilityId": "c528f9c09853cb72", "scanner": "scanner-primary", "fingerprint": "4d96242dba99473a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/web/src/views/Week/interaction/targeting/weekCalendarEventTargeting.test.ts"}, "region": {"startLine": 15}}}]}, {"ruleId": "scanner-29aeada4d7b30a34", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packages/web/src/views/Week/hooks/shortcuts/useWeekShortcuts.test.tsx:88"}, "properties": {"repobilityId": "883222eab9b1d6ba", "scanner": "scanner-primary", "fingerprint": "29aeada4d7b30a34", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/web/src/views/Week/hooks/shortcuts/useWeekShortcuts.test.tsx"}, "region": {"startLine": 88}}}]}, {"ruleId": "scanner-cfa747eb7775a943", "level": "error", "message": {"text": "Possible secret in self-host/install.sh"}, "properties": {"repobilityId": "85a76489a42e306d", "scanner": "scanner-primary", "fingerprint": "cfa747eb7775a943", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "self-host/install.sh"}, "region": {"startLine": 490}}}]}, {"ruleId": "scanner-cfa747eb7775a943", "level": "error", "message": {"text": "Possible secret in self-host/install.sh"}, "properties": {"repobilityId": "85a76489a42e306d", "scanner": "scanner-primary", "fingerprint": "cfa747eb7775a943", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "self-host/install.sh"}, "region": {"startLine": 494}}}]}, {"ruleId": "scanner-9ae18335b1eb7a5f", "level": "error", "message": {"text": "Possible secret in self-host/install-manual.sh"}, "properties": {"repobilityId": "aafe15bfd838dce4", "scanner": "scanner-primary", "fingerprint": "9ae18335b1eb7a5f", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "self-host/install-manual.sh"}, "region": {"startLine": 352}}}]}, {"ruleId": "scanner-9ae18335b1eb7a5f", "level": "error", "message": {"text": "Possible secret in self-host/install-manual.sh"}, "properties": {"repobilityId": "aafe15bfd838dce4", "scanner": "scanner-primary", "fingerprint": "9ae18335b1eb7a5f", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "self-host/install-manual.sh"}, "region": {"startLine": 356}}}]}, {"ruleId": "scanner-41c0ac622a34a727", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in .cursor/skills/impeccable/scripts/live-browser.js:545"}, "properties": {"repobilityId": "6cc53389422cf8d2", "scanner": "scanner-primary", "fingerprint": "41c0ac622a34a727", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".cursor/skills/impeccable/scripts/live-browser.js"}, "region": {"startLine": 545}}}]}, {"ruleId": "scanner-49bef24070bff6be", "level": "warning", "message": {"text": "Insecure pattern 'domparser_html_parse' in .cursor/skills/impeccable/scripts/live-browser.js:5116"}, "properties": {"repobilityId": "1cfb43d06eb47b41", "scanner": "scanner-primary", "fingerprint": "49bef24070bff6be", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "domparser_html_parse"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".cursor/skills/impeccable/scripts/live-browser.js"}, "region": {"startLine": 5116}}}]}, {"ruleId": "scanner-3aa19c170efc332d", "level": "warning", "message": {"text": "Insecure pattern 'insert_adjacent_html' in .cursor/skills/impeccable/scripts/modern-screenshot.umd.js:7"}, "properties": {"repobilityId": "ecd3a4fc3318bc6f", "scanner": "scanner-primary", "fingerprint": "3aa19c170efc332d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "insert_adjacent_html"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".cursor/skills/impeccable/scripts/modern-screenshot.umd.js"}, "region": {"startLine": 7}}}]}, {"ruleId": "scanner-cdbf10cd5653b474", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "81b380dd38049817", "scanner": "scanner-primary", "fingerprint": "cdbf10cd5653b474", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/_deploy-environment.yml"}, "region": {"startLine": 33}}}]}, {"ruleId": "scanner-cdbf10cd5653b474", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "fe127ea371723442", "scanner": "scanner-primary", "fingerprint": "cdbf10cd5653b474", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/_deploy-environment.yml"}, "region": {"startLine": 38}}}]}, {"ruleId": "scanner-cdbf10cd5653b474", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "639c32ea53e7f412", "scanner": "scanner-primary", "fingerprint": "cdbf10cd5653b474", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/_deploy-environment.yml"}, "region": {"startLine": 41}}}]}, {"ruleId": "scanner-cdbf10cd5653b474", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "440051ed1bca371f", "scanner": "scanner-primary", "fingerprint": "cdbf10cd5653b474", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/_deploy-environment.yml"}, "region": {"startLine": 47}}}]}, {"ruleId": "scanner-14cdfa58eeacdd43", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "a03fc8565f347b89", "scanner": "scanner-primary", "fingerprint": "14cdfa58eeacdd43", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test-e2e.yml"}, "region": {"startLine": 26}}}]}, {"ruleId": "scanner-14cdfa58eeacdd43", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b4519eaf718ba203", "scanner": "scanner-primary", "fingerprint": "14cdfa58eeacdd43", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test-e2e.yml"}, "region": {"startLine": 32}}}]}, {"ruleId": "scanner-14cdfa58eeacdd43", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "dfc871717de15c08", "scanner": "scanner-primary", "fingerprint": "14cdfa58eeacdd43", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test-e2e.yml"}, "region": {"startLine": 37}}}]}, {"ruleId": "scanner-14cdfa58eeacdd43", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "7c5f338d05d944e4", "scanner": "scanner-primary", "fingerprint": "14cdfa58eeacdd43", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test-e2e.yml"}, "region": {"startLine": 42}}}]}, {"ruleId": "scanner-a80fd843b6d8e929", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "0f98f3fd87ad51d8", "scanner": "scanner-primary", "fingerprint": "a80fd843b6d8e929", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-on-main.yml"}, "region": {"startLine": 20}}}]}, {"ruleId": "scanner-354e0be4f4e161bc", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "7b72140bcc3b15d5", "scanner": "scanner-primary", "fingerprint": "354e0be4f4e161bc", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-on-main.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0b44b6a491ba21f1", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ea2e5e521b8f415b", "scanner": "scanner-primary", "fingerprint": "0b44b6a491ba21f1", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish-docker-images.yml"}, "region": {"startLine": 40}}}]}, {"ruleId": "scanner-0b44b6a491ba21f1", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "0dbdd6bd10005740", "scanner": "scanner-primary", "fingerprint": "0b44b6a491ba21f1", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish-docker-images.yml"}, "region": {"startLine": 60}}}]}, {"ruleId": "scanner-0b44b6a491ba21f1", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "d645d6e0448963b5", "scanner": "scanner-primary", "fingerprint": "0b44b6a491ba21f1", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish-docker-images.yml"}, "region": {"startLine": 66}}}]}, {"ruleId": "scanner-0b44b6a491ba21f1", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "7d2d192b6ed7ed3a", "scanner": "scanner-primary", "fingerprint": "0b44b6a491ba21f1", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish-docker-images.yml"}, "region": {"startLine": 69}}}]}, {"ruleId": "scanner-0b44b6a491ba21f1", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "7d2d192b6ed7ed3a", "scanner": "scanner-primary", "fingerprint": "0b44b6a491ba21f1", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish-docker-images.yml"}, "region": {"startLine": 80}}}]}, {"ruleId": "scanner-0b44b6a491ba21f1", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "7d2d192b6ed7ed3a", "scanner": "scanner-primary", "fingerprint": "0b44b6a491ba21f1", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish-docker-images.yml"}, "region": {"startLine": 91}}}]}, {"ruleId": "scanner-969266bbdd9c5250", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "24cec0f3fb69726f", "scanner": "scanner-primary", "fingerprint": "969266bbdd9c5250", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-health-check.yml"}, "region": {"startLine": 30}}}]}, {"ruleId": "scanner-dc61863522b223ba", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ec559ea8c705a5eb", "scanner": "scanner-primary", "fingerprint": "dc61863522b223ba", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test-unit.yml"}, "region": {"startLine": 14}}}]}, {"ruleId": "scanner-dc61863522b223ba", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "0b984c822719290c", "scanner": "scanner-primary", "fingerprint": "dc61863522b223ba", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test-unit.yml"}, "region": {"startLine": 17}}}]}, {"ruleId": "scanner-dc61863522b223ba", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "0a5a7469fa2e1924", "scanner": "scanner-primary", "fingerprint": "dc61863522b223ba", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test-unit.yml"}, "region": {"startLine": 22}}}]}, {"ruleId": "scanner-dc61863522b223ba", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "7cb3a5901a52cd58", "scanner": "scanner-primary", "fingerprint": "dc61863522b223ba", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test-unit.yml"}, "region": {"startLine": 27}}}]}, {"ruleId": "scanner-dc61863522b223ba", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ec559ea8c705a5eb", "scanner": "scanner-primary", "fingerprint": "dc61863522b223ba", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test-unit.yml"}, "region": {"startLine": 51}}}]}, {"ruleId": "scanner-dc61863522b223ba", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "0b984c822719290c", "scanner": "scanner-primary", "fingerprint": "dc61863522b223ba", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test-unit.yml"}, "region": {"startLine": 54}}}]}, {"ruleId": "scanner-dc61863522b223ba", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "0a5a7469fa2e1924", "scanner": "scanner-primary", "fingerprint": "dc61863522b223ba", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test-unit.yml"}, "region": {"startLine": 59}}}]}, {"ruleId": "scanner-dc61863522b223ba", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "7cb3a5901a52cd58", "scanner": "scanner-primary", "fingerprint": "dc61863522b223ba", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/test-unit.yml"}, "region": {"startLine": 64}}}]}, {"ruleId": "scanner-6905dd332c3e37aa", "level": "note", "message": {"text": "Very large file: packages/backend/src/sync/services/event-propagation/__tests__/compass-to-google.all-event.test.ts (1732 lines)"}, "properties": {"repobilityId": "5a57cfccb964f131", "scanner": "scanner-primary", "fingerprint": "6905dd332c3e37aa", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-4bd75b0390747f33", "level": "note", "message": {"text": "Very large file: packages/backend/src/sync/services/event-propagation/__tests__/compass-to-google-this-event/instance.test.ts (1816 lines)"}, "properties": {"repobilityId": "1b0bb146594f8b56", "scanner": "scanner-primary", "fingerprint": "4bd75b0390747f33", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-b494e7d793e53c5c", "level": "note", "message": {"text": "Very large file: .cursor/skills/impeccable/scripts/live-browser.js (10769 lines)"}, "properties": {"repobilityId": "ce0236652c7ef404", "scanner": "scanner-primary", "fingerprint": "b494e7d793e53c5c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-2584be04d7909b4a", "level": "note", "message": {"text": "Very large file: .cursor/skills/impeccable/scripts/detector/detect-antipatterns-browser.js (5980 lines)"}, "properties": {"repobilityId": "7c2f575794c767d8", "scanner": "scanner-primary", "fingerprint": "2584be04d7909b4a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-36e513ed369dc5f7", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/scripts/package.json"}, "properties": {"repobilityId": "7ab183ac03f0ec57", "scanner": "scanner-primary", "fingerprint": "36e513ed369dc5f7", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/scripts/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a28850983a0b02d5", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/web/package.json"}, "properties": {"repobilityId": "8f313f0fe526a925", "scanner": "scanner-primary", "fingerprint": "a28850983a0b02d5", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/web/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-28e92806c0db3cd2", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/core/package.json"}, "properties": {"repobilityId": "8640e46be7e3f9b2", "scanner": "scanner-primary", "fingerprint": "28e92806c0db3cd2", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/core/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-7c42017861a56bdd", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/backend/package.json"}, "properties": {"repobilityId": "6f48d6c86d4600d9", "scanner": "scanner-primary", "fingerprint": "7c42017861a56bdd", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/backend/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "012355266c75be9b", "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": "53f5f104aee2088a", "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": "9e987e191468a815", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "17ab180fb53e654c", "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": "79a64746a6f100dc", "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": "804be39d64d171f7", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-909eb64265cce1c7", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .codex/hooks.json"}, "properties": {"repobilityId": "6befa6c7c9baca08", "scanner": "scanner-primary", "fingerprint": "909eb64265cce1c7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "codex_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".codex/hooks.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-43ee547142fac668", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .codex/skills/thermo-nuclear-code-quality-review/SKILL.md"}, "properties": {"repobilityId": "3dc785e5b1c2c376", "scanner": "scanner-primary", "fingerprint": "43ee547142fac668", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "codex_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".codex/skills/thermo-nuclear-code-quality-review/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-161e3d1bc63aebc3", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .cursor/skills/impeccable/reference/shape.md"}, "properties": {"repobilityId": "e3b3dea8c5391d86", "scanner": "scanner-primary", "fingerprint": "161e3d1bc63aebc3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "cursor_rule"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".cursor/skills/impeccable/reference/shape.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c891b0ba726b9632", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .cursor/skills/impeccable/scripts/command-metadata.json"}, "properties": {"repobilityId": "115af37c96d49f38", "scanner": "scanner-primary", "fingerprint": "c891b0ba726b9632", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "cursor_rule"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".cursor/skills/impeccable/scripts/command-metadata.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e725d2ab884fbd49", "level": "note", "message": {"text": "Multiple root agent instruction files without precedence"}, "properties": {"repobilityId": "1953db6c89508d22", "scanner": "scanner-primary", "fingerprint": "e725d2ab884fbd49", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["agent-instructions", "governance"]}}, {"ruleId": "scanner-eeea2c5fa3f9f76b", "level": "note", "message": {"text": "Legacy-named symbol `errorOnDeprecated` in jest.config.js:138"}, "properties": {"repobilityId": "1bbb8dd9ede93369", "scanner": "scanner-primary", "fingerprint": "eeea2c5fa3f9f76b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-caebd81637d775e8", "level": "none", "message": {"text": "Commented-code block (5 lines) in jest.config.js:235"}, "properties": {"repobilityId": "62219862fdddec60", "scanner": "scanner-primary", "fingerprint": "caebd81637d775e8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-415eddfd141b4683", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 packages/web/dev.ts:102"}, "properties": {"repobilityId": "d849aacc67637d6b", "scanner": "scanner-primary", "fingerprint": "415eddfd141b4683", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b8f62af81a299b2d", "level": "none", "message": {"text": "Commented-code block (6 lines) in packages/web/src/common/utils/dom/grid-organization.test.ts:161"}, "properties": {"repobilityId": "dfe7a267dcd506f4", "scanner": "scanner-primary", "fingerprint": "b8f62af81a299b2d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-61f5d01eb04c990f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 packages/web/src/common/apis/base/base.api.ts:47"}, "properties": {"repobilityId": "e1ed8c2d0ac602da", "scanner": "scanner-primary", "fingerprint": "61f5d01eb04c990f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-65ab9e65b787c2a9", "level": "none", "message": {"text": "Commented-code block (5 lines) in packages/web/src/components/PlannerSidebar/SomedayEventSections/interaction/adapter/SomedayInteractionAdapter.ts:69"}, "properties": {"repobilityId": "095665303464fa65", "scanner": "scanner-primary", "fingerprint": "65ab9e65b787c2a9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f02e2215b68d1df3", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 packages/backend/src/email/email.service.ts:158"}, "properties": {"repobilityId": "d869665f0bd8acd1", "scanner": "scanner-primary", "fingerprint": "f02e2215b68d1df3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1badb19d64ad5764", "level": "none", "message": {"text": "Commented-code block (5 lines) in .cursor/skills/impeccable/scripts/live-browser.js:32"}, "properties": {"repobilityId": "5596f96513be567d", "scanner": "scanner-primary", "fingerprint": "1badb19d64ad5764", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-816c21d529f2449f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 .cursor/skills/impeccable/scripts/live-browser.js:5097"}, "properties": {"repobilityId": "02a30a4d8b04a16e", "scanner": "scanner-primary", "fingerprint": "816c21d529f2449f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2fbbdb5810a9945f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 .cursor/skills/impeccable/scripts/modern-screenshot.umd.js:7"}, "properties": {"repobilityId": "e4437145e04aa872", "scanner": "scanner-primary", "fingerprint": "2fbbdb5810a9945f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-81bfcff090d4c9d0", "level": "none", "message": {"text": "Commented-code block (8 lines) in .cursor/skills/impeccable/scripts/detector/detect-antipatterns-browser.js:56"}, "properties": {"repobilityId": "14a075d7e8a0eb42", "scanner": "scanner-primary", "fingerprint": "81bfcff090d4c9d0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a34291f07766c077", "level": "warning", "message": {"text": "Frontend route `/nested` has no Link/navigate to it \u2014 packages/web/src/components/AuthenticatedLayout/AuthenticatedLayout.test.tsx"}, "properties": {"repobilityId": "35b80d15d6b3cfc6", "scanner": "scanner-primary", "fingerprint": "a34291f07766c077", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}]}]}