{"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-b011d8e1e63516c6", "name": "TODO/FIXME marker in shipping code \u2014 source/javascripts/hooks/useEnvVars.ts:81", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 source/javascripts/hooks/useEnvVars.ts:81"}, "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-fd7474994f6c2d18", "name": "TODO/FIXME marker in shipping code \u2014 source/javascripts/components/Header.tsx:138", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 source/javascripts/components/Header.tsx:138"}, "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-80b3ec82bad24fc1", "name": "TODO/FIXME marker in shipping code \u2014 source/javascripts/components/EditableInput/EditableInput.tsx:24", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 source/javascripts/components/EditableInput/EditableInput.tsx:24"}, "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-4fb0bb09a3430550", "name": "TODO/FIXME marker in shipping code \u2014 source/javascripts/pages/YmlPage/YmlPage.tsx:4", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 source/javascripts/pages/YmlPage/YmlPage.tsx:4"}, "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-074388beaecd5c22", "name": "React Flow <MiniMap> without dark background \u2014 source/javascripts/pages/PipelinesPage/components/PipelineCanvas/Pipeline", "shortDescription": {"text": "React Flow <MiniMap> without dark background \u2014 source/javascripts/pages/PipelinesPage/components/PipelineCanvas/PipelineCanvas.tsx:65"}, "fullDescription": {"text": "A bare <MiniMap> renders with the vendor's white default in dark themes. Wrap the canvas in a class that overrides `.react-flow__minimap` background, or pass an explicit `style`/`maskColor`/`bgColor`.\n\nWhy: P1 in CHECKLIST.md \u2014 vendor defaults bleed light through.\nRule id: fq.minimap.no-bg"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8b9b73b5021438fd", "name": "React Flow <Controls> without dark theming \u2014 source/javascripts/pages/PipelinesPage/components/PipelineCanvas/PipelineCa", "shortDescription": {"text": "React Flow <Controls> without dark theming \u2014 source/javascripts/pages/PipelinesPage/components/PipelineCanvas/PipelineCanvas.tsx:64"}, "fullDescription": {"text": "`<Controls>` ships with white buttons. Override `.react-flow__controls` and `.react-flow__controls-button` in your stylesheet or pass a styled wrapper.\n\nWhy: P1 in CHECKLIST.md \u2014 vendor defaults bleed light through.\nRule id: fq.controls.no-bg"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-bcbdf977e4422fbe", "name": "Custom React Flow node registered without explicit width/height \u2014 source/javascripts/pages/PipelinesPage/components/Pipe", "shortDescription": {"text": "Custom React Flow node registered without explicit width/height \u2014 source/javascripts/pages/PipelinesPage/components/PipelineCanvas/StagedPipelineCanvas/hooks/usePipelineStageNodes.ts:23"}, "fullDescription": {"text": "When you register a custom node type via `nodeTypes`, the RFNode object you build must include `width` and `height` props. Without them, MiniMap renders ZERO mini-nodes for that type and `fitView` underestimates the bounds (cuts off lane labels, etc.). Add `width: \u2026, height: \u2026` to the node object. See P-I.\n\nWhy: P-I in CHECKLIST.md \u2014 RF MiniMap + fitView need explicit dims on custom nodes.\nRule id: fq.rfnode.no-dims"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-81d1f6929e67b94f", "name": "TODO/FIXME marker in shipping code \u2014 source/javascripts/core/utils/MonacoUtils.ts:27", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 source/javascripts/core/utils/MonacoUtils.ts:27"}, "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-7f9f74a493e59d9e", "name": "Dockerfile runs as root: deployments/local/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: deployments/local/Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-02fbddab55f2c65f", "name": "Docker base image is tag-pinned but not digest-pinned: node:24.15.0-bookworm-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:24.15.0-bookworm-slim"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d4795b8cc1a090a8", "name": "Possible secret in source/javascripts/core/api/AlgoliaApi.ts", "shortDescription": {"text": "Possible secret in source/javascripts/core/api/AlgoliaApi.ts"}, "fullDescription": {"text": "Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-6fdbf4c305c8462a", "name": "Possible secret in source/javascripts/core/services/ContainerService.spec.tsx", "shortDescription": {"text": "Possible secret in source/javascripts/core/services/ContainerService.spec.tsx"}, "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-cb639d9a10a47b23", "name": "package.json defines install-time lifecycle scripts", "shortDescription": {"text": "package.json defines install-time lifecycle scripts"}, "fullDescription": {"text": "preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-de01c3a3b91ead45", "name": "Very large file: source/javascripts/core/api/StepApi.mswMocks.ts (919 lines)", "shortDescription": {"text": "Very large file: source/javascripts/core/api/StepApi.mswMocks.ts (919 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-caa278878662cfaf", "name": "Very large file: source/javascripts/core/utils/YmlUtils.spec.ts (1962 lines)", "shortDescription": {"text": "Very large file: source/javascripts/core/utils/YmlUtils.spec.ts (1962 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-43d075dbcba7bfd6", "name": "Very large file: source/javascripts/core/services/TriggerService.spec.ts (2836 lines)", "shortDescription": {"text": "Very large file: source/javascripts/core/services/TriggerService.spec.ts (2836 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-a46897013a807079", "name": "Very large file: source/javascripts/core/services/ContainerService.spec.tsx (3699 lines)", "shortDescription": {"text": "Very large file: source/javascripts/core/services/ContainerService.spec.tsx (3699 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-fed47439d3d288fe", "name": "Very large file: source/javascripts/core/services/StepService.spec.ts (1893 lines)", "shortDescription": {"text": "Very large file: source/javascripts/core/services/StepService.spec.ts (1893 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-af462627a5f94d90", "name": "Very large file: source/javascripts/core/services/StackAndMachineService.spec.ts (2546 lines)", "shortDescription": {"text": "Very large file: source/javascripts/core/services/StackAndMachineService.spec.ts (2546 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "10 test file(s) for 473 source file(s) (ratio 0.02). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 51 placeholder/mock markers across 33 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 ci. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-bea357a6497a2d5d", "name": "Agent authority lacks a verifier contract: CLAUDE.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: CLAUDE.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-f0d6e9dde08ccf4f", "name": "Commented-code block (5 lines) in vite.config.ts:100", "shortDescription": {"text": "Commented-code block (5 lines) in vite.config.ts:100"}, "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-7471950949cbceca", "name": "`fetch()` without try/.catch or AbortSignal \u2014 source/javascripts/proxy-worker.js:2", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 source/javascripts/proxy-worker.js:2"}, "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-1cf5965718ccfc38", "name": "Commented-code block (5 lines) in source/javascripts/hooks/useSelectedWorkflow.ts:35", "shortDescription": {"text": "Commented-code block (5 lines) in source/javascripts/hooks/useSelectedWorkflow.ts:35"}, "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-f210e4fd1146be37", "name": "Commented-code block (5 lines) in source/javascripts/hooks/useYmlLanguageServices.ts:76", "shortDescription": {"text": "Commented-code block (5 lines) in source/javascripts/hooks/useYmlLanguageServices.ts:76"}, "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-9cb5915ba8cff2fa", "name": "Legacy-named symbol `isDeprecated` in source/javascripts/components/StepBadge.tsx:10", "shortDescription": {"text": "Legacy-named symbol `isDeprecated` in source/javascripts/components/StepBadge.tsx:10"}, "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-14d68c969e208a12", "name": "Commented-code block (5 lines) in source/javascripts/pages/YmlPage/components/ConfigurationYmlStorageDialog.stories.tsx:", "shortDescription": {"text": "Commented-code block (5 lines) in source/javascripts/pages/YmlPage/components/ConfigurationYmlStorageDialog.stories.tsx:63"}, "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-13fe0d6524a9bbf8", "name": "Legacy-named symbol `isDeprecated` in source/javascripts/core/api/StepApi.ts:52", "shortDescription": {"text": "Legacy-named symbol `isDeprecated` in source/javascripts/core/api/StepApi.ts:52"}, "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-33f5e486e0f2f54e", "name": "Legacy-named symbol `is_deprecated` in source/javascripts/core/api/StepApi.mswMocks.ts:20", "shortDescription": {"text": "Legacy-named symbol `is_deprecated` in source/javascripts/core/api/StepApi.mswMocks.ts:20"}, "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-e7095412e52f62c5", "name": "Legacy-named symbol `is_deprecated` in source/javascripts/core/api/AlgoliaApi.ts:17", "shortDescription": {"text": "Legacy-named symbol `is_deprecated` in source/javascripts/core/api/AlgoliaApi.ts:17"}, "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-cb35990a5ad8551d", "name": "Legacy-named symbol `isDeprecated` in source/javascripts/core/models/Step.ts:63", "shortDescription": {"text": "Legacy-named symbol `isDeprecated` in source/javascripts/core/models/Step.ts:63"}, "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-04ef99c93b1baa81", "name": "Commented-code block (5 lines) in source/javascripts/core/services/StepService.ts:220", "shortDescription": {"text": "Commented-code block (5 lines) in source/javascripts/core/services/StepService.ts:220"}, "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-47a9017751bbeefc", "name": "Legacy-named symbol `container_v1` in source/javascripts/core/services/ContainerService.spec.tsx:1216", "shortDescription": {"text": "Legacy-named symbol `container_v1` in source/javascripts/core/services/ContainerService.spec.tsx:1216"}, "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}}]}}, "automationDetails": {"id": "repobility/24608"}, "properties": {"repository": "bitrise-io/bitrise-workflow-editor", "repoUrl": "https://github.com/bitrise-io/bitrise-workflow-editor", "branch": "main"}, "results": [{"ruleId": "scanner-b011d8e1e63516c6", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 source/javascripts/hooks/useEnvVars.ts:81"}, "properties": {"repobilityId": "7d3e296ae8fd74db", "scanner": "scanner-primary", "fingerprint": "b011d8e1e63516c6", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-fd7474994f6c2d18", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 source/javascripts/components/Header.tsx:138"}, "properties": {"repobilityId": "315a1bded02d7634", "scanner": "scanner-primary", "fingerprint": "fd7474994f6c2d18", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-80b3ec82bad24fc1", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 source/javascripts/components/EditableInput/EditableInput.tsx:24"}, "properties": {"repobilityId": "ccb771b09ed11bb0", "scanner": "scanner-primary", "fingerprint": "80b3ec82bad24fc1", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-4fb0bb09a3430550", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 source/javascripts/pages/YmlPage/YmlPage.tsx:4"}, "properties": {"repobilityId": "254c23ae5eea6838", "scanner": "scanner-primary", "fingerprint": "4fb0bb09a3430550", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-074388beaecd5c22", "level": "note", "message": {"text": "React Flow <MiniMap> without dark background \u2014 source/javascripts/pages/PipelinesPage/components/PipelineCanvas/PipelineCanvas.tsx:65"}, "properties": {"repobilityId": "db157ce9275e7f78", "scanner": "scanner-primary", "fingerprint": "074388beaecd5c22", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.minimap.no-bg"]}}, {"ruleId": "scanner-8b9b73b5021438fd", "level": "note", "message": {"text": "React Flow <Controls> without dark theming \u2014 source/javascripts/pages/PipelinesPage/components/PipelineCanvas/PipelineCanvas.tsx:64"}, "properties": {"repobilityId": "9b08bb9e2db9d7eb", "scanner": "scanner-primary", "fingerprint": "8b9b73b5021438fd", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.controls.no-bg"]}}, {"ruleId": "scanner-bcbdf977e4422fbe", "level": "warning", "message": {"text": "Custom React Flow node registered without explicit width/height \u2014 source/javascripts/pages/PipelinesPage/components/PipelineCanvas/StagedPipelineCanvas/hooks/usePipelineStageNodes.ts:23"}, "properties": {"repobilityId": "832fca370240fbba", "scanner": "scanner-primary", "fingerprint": "bcbdf977e4422fbe", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.rfnode.no-dims"]}}, {"ruleId": "scanner-81d1f6929e67b94f", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 source/javascripts/core/utils/MonacoUtils.ts:27"}, "properties": {"repobilityId": "9897bc814a55a355", "scanner": "scanner-primary", "fingerprint": "81d1f6929e67b94f", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-7f9f74a493e59d9e", "level": "warning", "message": {"text": "Dockerfile runs as root: deployments/local/Dockerfile"}, "properties": {"repobilityId": "5b562c4e557c349d", "scanner": "scanner-primary", "fingerprint": "7f9f74a493e59d9e", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-02fbddab55f2c65f", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:24.15.0-bookworm-slim"}, "properties": {"repobilityId": "589e1e4272837f8d", "scanner": "scanner-primary", "fingerprint": "02fbddab55f2c65f", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "deployments/local/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d4795b8cc1a090a8", "level": "error", "message": {"text": "Possible secret in source/javascripts/core/api/AlgoliaApi.ts"}, "properties": {"repobilityId": "08e2b1b3fdd905b0", "scanner": "scanner-primary", "fingerprint": "d4795b8cc1a090a8", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "source/javascripts/core/api/AlgoliaApi.ts"}, "region": {"startLine": 41}}}]}, {"ruleId": "scanner-6fdbf4c305c8462a", "level": "error", "message": {"text": "Possible secret in source/javascripts/core/services/ContainerService.spec.tsx"}, "properties": {"repobilityId": "afb62b8df9a0c4cd", "scanner": "scanner-primary", "fingerprint": "6fdbf4c305c8462a", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "source/javascripts/core/services/ContainerService.spec.tsx"}, "region": {"startLine": 2612}}}]}, {"ruleId": "scanner-6fdbf4c305c8462a", "level": "error", "message": {"text": "Possible secret in source/javascripts/core/services/ContainerService.spec.tsx"}, "properties": {"repobilityId": "afb62b8df9a0c4cd", "scanner": "scanner-primary", "fingerprint": "6fdbf4c305c8462a", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "source/javascripts/core/services/ContainerService.spec.tsx"}, "region": {"startLine": 2657}}}]}, {"ruleId": "scanner-cb639d9a10a47b23", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "b86179956da3a4a8", "scanner": "scanner-primary", "fingerprint": "cb639d9a10a47b23", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-de01c3a3b91ead45", "level": "note", "message": {"text": "Very large file: source/javascripts/core/api/StepApi.mswMocks.ts (919 lines)"}, "properties": {"repobilityId": "e9bc2514e962abed", "scanner": "scanner-primary", "fingerprint": "de01c3a3b91ead45", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-caa278878662cfaf", "level": "note", "message": {"text": "Very large file: source/javascripts/core/utils/YmlUtils.spec.ts (1962 lines)"}, "properties": {"repobilityId": "35071e5348b72274", "scanner": "scanner-primary", "fingerprint": "caa278878662cfaf", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-43d075dbcba7bfd6", "level": "note", "message": {"text": "Very large file: source/javascripts/core/services/TriggerService.spec.ts (2836 lines)"}, "properties": {"repobilityId": "bb4724fd4c699ca3", "scanner": "scanner-primary", "fingerprint": "43d075dbcba7bfd6", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-a46897013a807079", "level": "note", "message": {"text": "Very large file: source/javascripts/core/services/ContainerService.spec.tsx (3699 lines)"}, "properties": {"repobilityId": "775caa7406c1ab7a", "scanner": "scanner-primary", "fingerprint": "a46897013a807079", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-fed47439d3d288fe", "level": "note", "message": {"text": "Very large file: source/javascripts/core/services/StepService.spec.ts (1893 lines)"}, "properties": {"repobilityId": "14d881533e67c99f", "scanner": "scanner-primary", "fingerprint": "fed47439d3d288fe", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-af462627a5f94d90", "level": "note", "message": {"text": "Very large file: source/javascripts/core/services/StackAndMachineService.spec.ts (2546 lines)"}, "properties": {"repobilityId": "3d651fa6b2cff093", "scanner": "scanner-primary", "fingerprint": "af462627a5f94d90", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "18877ddd131175af", "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": "cadca508902bc39c", "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": "c5c6b5bd1945efa8", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-bea357a6497a2d5d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: CLAUDE.md"}, "properties": {"repobilityId": "aae72df3934829ac", "scanner": "scanner-primary", "fingerprint": "bea357a6497a2d5d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CLAUDE.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f0d6e9dde08ccf4f", "level": "none", "message": {"text": "Commented-code block (5 lines) in vite.config.ts:100"}, "properties": {"repobilityId": "f5f3304d5791f64a", "scanner": "scanner-primary", "fingerprint": "f0d6e9dde08ccf4f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7471950949cbceca", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 source/javascripts/proxy-worker.js:2"}, "properties": {"repobilityId": "d4be032e0120f834", "scanner": "scanner-primary", "fingerprint": "7471950949cbceca", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1cf5965718ccfc38", "level": "none", "message": {"text": "Commented-code block (5 lines) in source/javascripts/hooks/useSelectedWorkflow.ts:35"}, "properties": {"repobilityId": "bffbabcba5fde549", "scanner": "scanner-primary", "fingerprint": "1cf5965718ccfc38", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f210e4fd1146be37", "level": "none", "message": {"text": "Commented-code block (5 lines) in source/javascripts/hooks/useYmlLanguageServices.ts:76"}, "properties": {"repobilityId": "64bc5825faeac12f", "scanner": "scanner-primary", "fingerprint": "f210e4fd1146be37", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9cb5915ba8cff2fa", "level": "note", "message": {"text": "Legacy-named symbol `isDeprecated` in source/javascripts/components/StepBadge.tsx:10"}, "properties": {"repobilityId": "cecd6109f2e8ffb6", "scanner": "scanner-primary", "fingerprint": "9cb5915ba8cff2fa", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-14d68c969e208a12", "level": "none", "message": {"text": "Commented-code block (5 lines) in source/javascripts/pages/YmlPage/components/ConfigurationYmlStorageDialog.stories.tsx:63"}, "properties": {"repobilityId": "079249dff44b29f6", "scanner": "scanner-primary", "fingerprint": "14d68c969e208a12", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-13fe0d6524a9bbf8", "level": "note", "message": {"text": "Legacy-named symbol `isDeprecated` in source/javascripts/core/api/StepApi.ts:52"}, "properties": {"repobilityId": "a5c22766cf2745bc", "scanner": "scanner-primary", "fingerprint": "13fe0d6524a9bbf8", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-33f5e486e0f2f54e", "level": "note", "message": {"text": "Legacy-named symbol `is_deprecated` in source/javascripts/core/api/StepApi.mswMocks.ts:20"}, "properties": {"repobilityId": "2daa5ca6e9118ed7", "scanner": "scanner-primary", "fingerprint": "33f5e486e0f2f54e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-e7095412e52f62c5", "level": "note", "message": {"text": "Legacy-named symbol `is_deprecated` in source/javascripts/core/api/AlgoliaApi.ts:17"}, "properties": {"repobilityId": "3af27d4c13868d93", "scanner": "scanner-primary", "fingerprint": "e7095412e52f62c5", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-cb35990a5ad8551d", "level": "note", "message": {"text": "Legacy-named symbol `isDeprecated` in source/javascripts/core/models/Step.ts:63"}, "properties": {"repobilityId": "6a33b6a6acd38e38", "scanner": "scanner-primary", "fingerprint": "cb35990a5ad8551d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-04ef99c93b1baa81", "level": "none", "message": {"text": "Commented-code block (5 lines) in source/javascripts/core/services/StepService.ts:220"}, "properties": {"repobilityId": "ad232696ea4b3b32", "scanner": "scanner-primary", "fingerprint": "04ef99c93b1baa81", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-47a9017751bbeefc", "level": "note", "message": {"text": "Legacy-named symbol `container_v1` in source/javascripts/core/services/ContainerService.spec.tsx:1216"}, "properties": {"repobilityId": "9e6dbdadd52fe393", "scanner": "scanner-primary", "fingerprint": "47a9017751bbeefc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}]}]}