{"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-3761a6c843cd504e", "name": "Stray `console.log` in TS/JS \u2014 scripts/check-surface-coverage.ts:82", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/check-surface-coverage.ts:82"}, "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-fc79d43f3a93a4f4", "name": "Stray `console.log` in TS/JS \u2014 scripts/capture-baseline-screenshots.ts:49", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/capture-baseline-screenshots.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-10f37d23f9af53dc", "name": "Stray `console.log` in TS/JS \u2014 scripts/check-alt-coverage.ts:180", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/check-alt-coverage.ts:180"}, "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-2c3c1d7c6c0ba3f1", "name": "Stray `console.log` in TS/JS \u2014 scripts/phase6/migrate-integration-fields.ts:178", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/phase6/migrate-integration-fields.ts:178"}, "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-e4575ab860252e9c", "name": "Stray `console.log` in TS/JS \u2014 scripts/phase4/verify-redirects.ts:213", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/phase4/verify-redirects.ts:213"}, "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-707129941520e7af", "name": "Stray `console.log` in TS/JS \u2014 scripts/phase4/seo-parity-check.ts:258", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/phase4/seo-parity-check.ts:258"}, "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-464c4921f84769db", "name": "Stray `console.log` in TS/JS \u2014 scripts/phase2/validate-content.ts:147", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/phase2/validate-content.ts:147"}, "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-36e726bf8eb9301d", "name": "Stray `console.log` in TS/JS \u2014 scripts/phase2/export-references.ts:257", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/phase2/export-references.ts:257"}, "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-c84cbb880a9e0843", "name": "Stray `console.log` in TS/JS \u2014 scripts/og/generate-compare-og.ts:152", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/og/generate-compare-og.ts:152"}, "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-bbd0bf3ea2965d10", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/islands/DemoRequestForm.tsx:431", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/islands/DemoRequestForm.tsx:431"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4649c9a2b0dc23d9", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/islands/ContactForm.tsx:290", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/islands/ContactForm.tsx:290"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e8d219c46429baab", "name": "Stray `console.log` in TS/JS \u2014 src/pages/api/csp-report.ts:24", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/pages/api/csp-report.ts:24"}, "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-01a12ad69b0e88e0", "name": "Stray `console.log` in TS/JS \u2014 src/pages/api/forms/[formType].ts:140", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/pages/api/forms/[formType].ts:140"}, "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-fe1ccf5bdeade2db", "name": "Insecure pattern 'node_child_process' in scripts/og/generate-compare-og.ts:18", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/og/generate-compare-og.ts:18"}, "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-26fbb7ab5973a865", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/scripts/image-lightbox.ts:78", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/scripts/image-lightbox.ts:78"}, "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-0ba749b67b92ad90", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/islands/DemoRequestForm.tsx:431", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/islands/DemoRequestForm.tsx:431"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-c5189035b46a19f7", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/islands/ContactForm.tsx:290", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/islands/ContactForm.tsx:290"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-28c4a04bd807da0c", "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@v4 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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "1 test file(s) for 103 source file(s) (ratio 0.01). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 131 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 42 placeholder/mock markers across 13 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-11825279136b53a3", "name": "CI is configured but no tests are detected", "shortDescription": {"text": "CI is configured but no tests are detected"}, "fullDescription": {"text": "A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal."}, "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 tests. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-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-d070082271bd357c", "name": "Commented-code block (5 lines) in scripts/og/generate-compare-og.ts:99", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/og/generate-compare-og.ts:99"}, "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-8bf07a124e5b70a1", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/islands/LLMOpsFilter.tsx:377", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/islands/LLMOpsFilter.tsx:377"}, "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-f7c87e3c9c79fa25", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/islands/MLOpsFilter.tsx:385", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/islands/MLOpsFilter.tsx:385"}, "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-12583628733c4445", "name": "Commented-code block (5 lines) in src/lib/two-workspaces/frameworks-agents-examples.ts:153", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/two-workspaces/frameworks-agents-examples.ts:153"}, "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-5bcd36da47fa742f", "name": "Legacy-named symbol `sentiment_v2` in src/lib/two-workspaces/artifacts-models-data.ts:187", "shortDescription": {"text": "Legacy-named symbol `sentiment_v2` in src/lib/two-workspaces/artifacts-models-data.ts:187"}, "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-1d00d7f105623800", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/pages/api/forms/[formType].ts:49", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/pages/api/forms/[formType].ts:49"}, "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-319e66a630e14977", "name": "2 env vars used in code but missing from .env.example", "shortDescription": {"text": "2 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `MAIN_REPO`, `R2_PUBLIC_BASE_URL`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/23598"}, "properties": {"repository": "zenml-io/zenml-io-v2", "repoUrl": "https://github.com/zenml-io/zenml-io-v2", "branch": "main"}, "results": [{"ruleId": "scanner-3761a6c843cd504e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/check-surface-coverage.ts:82"}, "properties": {"repobilityId": "a75dce2c21316978", "scanner": "scanner-primary", "fingerprint": "3761a6c843cd504e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-fc79d43f3a93a4f4", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/capture-baseline-screenshots.ts:49"}, "properties": {"repobilityId": "f1c64974eddafcf1", "scanner": "scanner-primary", "fingerprint": "fc79d43f3a93a4f4", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-10f37d23f9af53dc", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/check-alt-coverage.ts:180"}, "properties": {"repobilityId": "5e225458361e8bac", "scanner": "scanner-primary", "fingerprint": "10f37d23f9af53dc", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-2c3c1d7c6c0ba3f1", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/phase6/migrate-integration-fields.ts:178"}, "properties": {"repobilityId": "1f10f882f97fc36c", "scanner": "scanner-primary", "fingerprint": "2c3c1d7c6c0ba3f1", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e4575ab860252e9c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/phase4/verify-redirects.ts:213"}, "properties": {"repobilityId": "3ae406689363a0c2", "scanner": "scanner-primary", "fingerprint": "e4575ab860252e9c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-707129941520e7af", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/phase4/seo-parity-check.ts:258"}, "properties": {"repobilityId": "9bf20909c9987fa6", "scanner": "scanner-primary", "fingerprint": "707129941520e7af", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-464c4921f84769db", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/phase2/validate-content.ts:147"}, "properties": {"repobilityId": "d3fcf295ca6ea176", "scanner": "scanner-primary", "fingerprint": "464c4921f84769db", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-36e726bf8eb9301d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/phase2/export-references.ts:257"}, "properties": {"repobilityId": "34a12b92d16a8da4", "scanner": "scanner-primary", "fingerprint": "36e726bf8eb9301d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c84cbb880a9e0843", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/og/generate-compare-og.ts:152"}, "properties": {"repobilityId": "7ddc28fd8bf3c271", "scanner": "scanner-primary", "fingerprint": "c84cbb880a9e0843", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-bbd0bf3ea2965d10", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/islands/DemoRequestForm.tsx:431"}, "properties": {"repobilityId": "29673d378564878a", "scanner": "scanner-primary", "fingerprint": "bbd0bf3ea2965d10", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-4649c9a2b0dc23d9", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/islands/ContactForm.tsx:290"}, "properties": {"repobilityId": "d5161186076c997a", "scanner": "scanner-primary", "fingerprint": "4649c9a2b0dc23d9", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-e8d219c46429baab", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/pages/api/csp-report.ts:24"}, "properties": {"repobilityId": "da1d118f4199c8c2", "scanner": "scanner-primary", "fingerprint": "e8d219c46429baab", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-01a12ad69b0e88e0", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/pages/api/forms/[formType].ts:140"}, "properties": {"repobilityId": "f66b8596414c6b6c", "scanner": "scanner-primary", "fingerprint": "01a12ad69b0e88e0", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-fe1ccf5bdeade2db", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/og/generate-compare-og.ts:18"}, "properties": {"repobilityId": "37a80668e2ee1a93", "scanner": "scanner-primary", "fingerprint": "fe1ccf5bdeade2db", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/og/generate-compare-og.ts"}, "region": {"startLine": 18}}}]}, {"ruleId": "scanner-26fbb7ab5973a865", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/scripts/image-lightbox.ts:78"}, "properties": {"repobilityId": "a5338d06b2e5945a", "scanner": "scanner-primary", "fingerprint": "26fbb7ab5973a865", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/scripts/image-lightbox.ts"}, "region": {"startLine": 78}}}]}, {"ruleId": "scanner-0ba749b67b92ad90", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/islands/DemoRequestForm.tsx:431"}, "properties": {"repobilityId": "586bdf6bb1f38c1e", "scanner": "scanner-primary", "fingerprint": "0ba749b67b92ad90", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/islands/DemoRequestForm.tsx"}, "region": {"startLine": 431}}}]}, {"ruleId": "scanner-c5189035b46a19f7", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/islands/ContactForm.tsx:290"}, "properties": {"repobilityId": "21dc8e552e69ff62", "scanner": "scanner-primary", "fingerprint": "c5189035b46a19f7", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/islands/ContactForm.tsx"}, "region": {"startLine": 290}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "2aee2e2d969c7c6b", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 17}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "bacb3eb1f157784f", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 20}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "bee6b8956e03198c", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 25}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "2aee2e2d969c7c6b", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 59}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "bacb3eb1f157784f", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 62}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "bee6b8956e03198c", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 67}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "09a60410de7f2c23", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 94}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "8e9ae40e6f4dc3c4", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 102}}}]}, {"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-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "d6593f5ab5ed13d7", "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": "f01f997090acef7c", "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": "71e423fcb815285a", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "3fe771eb1ac1cc44", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "3cdc451454474290", "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": "7b8a0f00f78e0caf", "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": "91d31a3efa28a7fb", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"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-d070082271bd357c", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/og/generate-compare-og.ts:99"}, "properties": {"repobilityId": "c4b54e3031225d0a", "scanner": "scanner-primary", "fingerprint": "d070082271bd357c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8bf07a124e5b70a1", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/islands/LLMOpsFilter.tsx:377"}, "properties": {"repobilityId": "768a5e2d0b574527", "scanner": "scanner-primary", "fingerprint": "8bf07a124e5b70a1", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f7c87e3c9c79fa25", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/islands/MLOpsFilter.tsx:385"}, "properties": {"repobilityId": "0ce999638af0d605", "scanner": "scanner-primary", "fingerprint": "f7c87e3c9c79fa25", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-12583628733c4445", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/two-workspaces/frameworks-agents-examples.ts:153"}, "properties": {"repobilityId": "c25187c6cea9e319", "scanner": "scanner-primary", "fingerprint": "12583628733c4445", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5bcd36da47fa742f", "level": "note", "message": {"text": "Legacy-named symbol `sentiment_v2` in src/lib/two-workspaces/artifacts-models-data.ts:187"}, "properties": {"repobilityId": "271b01da3d753d3b", "scanner": "scanner-primary", "fingerprint": "5bcd36da47fa742f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-1d00d7f105623800", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/pages/api/forms/[formType].ts:49"}, "properties": {"repobilityId": "37db90356a3459c3", "scanner": "scanner-primary", "fingerprint": "1d00d7f105623800", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-319e66a630e14977", "level": "none", "message": {"text": "2 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "d838d1fc5d8231c9", "scanner": "scanner-primary", "fingerprint": "319e66a630e14977", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}