{"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-3eb9c80db41c8c16", "name": "Stray `console.log` in TS/JS \u2014 background.js:26", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 background.js:26"}, "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-96bc29712f7ee3c5", "name": "Stray `console.log` in TS/JS \u2014 auth-callback.js:52", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 auth-callback.js:52"}, "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-9768e2c67a3a7f32", "name": "Icon-only button without accessible name \u2014 batch.js:239", "shortDescription": {"text": "Icon-only button without accessible name \u2014 batch.js:239"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-71207dae5533bffd", "name": "Stray `console.log` in TS/JS \u2014 legacy/enrich-and-draft/index.ts:6", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 legacy/enrich-and-draft/index.ts:6"}, "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-11bb36af9ff69b87", "name": "Stray `console.log` in TS/JS \u2014 supabase/functions/enrich-lite/index.ts:10", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 supabase/functions/enrich-lite/index.ts:10"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-166dff3c3df6a10e", "name": "ORM models found but no DB engine detected", "shortDescription": {"text": "ORM models found but no DB engine detected"}, "fullDescription": {"text": "The repo defines tables/models but no DB connection string was found. Likely lives in env vars or a config file the scanner didn't read."}, "properties": {"scanner": "scanner-primary", "layer": "data", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ce408c64795897f6", "name": "Insecure pattern 'direct_innerhtml_assignment' in auth-callback.js:10", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in auth-callback.js: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-6e12da002f57654b", "name": "Insecure pattern 'direct_innerhtml_assignment' in batch.js:104", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in batch.js:104"}, "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-ca44562ba39826bb", "name": "Insecure pattern 'direct_innerhtml_assignment' in popup.js:185", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in popup.js:185"}, "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-830d895c272b82d5", "name": "Insecure pattern 'domparser_html_parse' in popup.js:1334", "shortDescription": {"text": "Insecure pattern 'domparser_html_parse' in popup.js:1334"}, "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-c3c7555e4df58b18", "name": "Insecure pattern 'cors_wildcard' in legacy/enrich-and-draft/index.ts:9", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in legacy/enrich-and-draft/index.ts:9"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0b3033aa2460b4e8", "name": "Insecure pattern 'cors_wildcard' in supabase/functions/enrich-lite/index.ts:13", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in supabase/functions/enrich-lite/index.ts:13"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e178c540fa418529", "name": "Very large file: popup.js (2084 lines)", "shortDescription": {"text": "Very large file: popup.js (2084 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-4a239998d4f3f08c", "name": "Very large file: legacy/enrich-and-draft/index.ts (4015 lines)", "shortDescription": {"text": "Very large file: legacy/enrich-and-draft/index.ts (4015 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-9daf1910782bc74a", "name": "Very large file: supabase/functions/enrich-lite/index.ts (1519 lines)", "shortDescription": {"text": "Very large file: supabase/functions/enrich-lite/index.ts (1519 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": "0 test file(s) for 72 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 50 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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, ci, tests. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-bbd94074001dcae8", "name": "`fetch()` without try/.catch or AbortSignal \u2014 auth-callback.js:29", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 auth-callback.js:29"}, "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-e84f0adc259b9395", "name": "Legacy-named symbol `fullenrich_v2` in batch.js:1020", "shortDescription": {"text": "Legacy-named symbol `fullenrich_v2` in batch.js:1020"}, "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-c7a1b3cd3fd8604e", "name": "Legacy-named symbol `fullenrich_v2` in popup.js:1485", "shortDescription": {"text": "Legacy-named symbol `fullenrich_v2` in popup.js:1485"}, "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-4b08a865fa5f715d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 popup.js:746", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 popup.js:746"}, "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-016721b641206076", "name": "Legacy-named symbol `fullenrich_v2` in legacy/enrich-and-draft/index.ts:1609", "shortDescription": {"text": "Legacy-named symbol `fullenrich_v2` in legacy/enrich-and-draft/index.ts:1609"}, "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-268caa7d5c8e6675", "name": "Commented-code block (5 lines) in legacy/enrich-and-draft/index.ts:160", "shortDescription": {"text": "Commented-code block (5 lines) in legacy/enrich-and-draft/index.ts:160"}, "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-e49dcdbb401876eb", "name": "`fetch()` without try/.catch or AbortSignal \u2014 legacy/enrich-and-draft/index.ts:27", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 legacy/enrich-and-draft/index.ts:27"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-344ad5ce7e08f1fd", "name": "Legacy-named symbol `fullenrich_v2` in supabase/functions/enrich-lite/index.ts:317", "shortDescription": {"text": "Legacy-named symbol `fullenrich_v2` in supabase/functions/enrich-lite/index.ts:317"}, "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-361391ab0d18481a", "name": "Commented-code block (5 lines) in supabase/functions/enrich-lite/index.ts:80", "shortDescription": {"text": "Commented-code block (5 lines) in supabase/functions/enrich-lite/index.ts:80"}, "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-240c2d83cce89a6e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/enrich-lite/index.ts:31", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/enrich-lite/index.ts:31"}, "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-fef7590a42318004", "name": "`fetch()` without try/.catch or AbortSignal \u2014 core/reply-checker.js:98", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 core/reply-checker.js:98"}, "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-4ea4cc2a9fcb5ec8", "name": "`fetch()` without try/.catch or AbortSignal \u2014 core/api.js:49", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 core/api.js: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}}]}}, "automationDetails": {"id": "repobility/20053"}, "properties": {"repository": "SourcedOut/SourcedOut-AI-Lite", "repoUrl": "https://github.com/SourcedOut/SourcedOut-AI-Lite", "branch": "main"}, "results": [{"ruleId": "scanner-3eb9c80db41c8c16", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 background.js:26"}, "properties": {"repobilityId": "9c3c072ce33b5a68", "scanner": "scanner-primary", "fingerprint": "3eb9c80db41c8c16", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-96bc29712f7ee3c5", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 auth-callback.js:52"}, "properties": {"repobilityId": "915de87c39ff61a6", "scanner": "scanner-primary", "fingerprint": "96bc29712f7ee3c5", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-9768e2c67a3a7f32", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 batch.js:239"}, "properties": {"repobilityId": "838a98e109b0246a", "scanner": "scanner-primary", "fingerprint": "9768e2c67a3a7f32", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-71207dae5533bffd", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 legacy/enrich-and-draft/index.ts:6"}, "properties": {"repobilityId": "0f0372ab8af6feaf", "scanner": "scanner-primary", "fingerprint": "71207dae5533bffd", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-11bb36af9ff69b87", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 supabase/functions/enrich-lite/index.ts:10"}, "properties": {"repobilityId": "e11c213e99ad7236", "scanner": "scanner-primary", "fingerprint": "11bb36af9ff69b87", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-166dff3c3df6a10e", "level": "warning", "message": {"text": "ORM models found but no DB engine detected"}, "properties": {"repobilityId": "cda36de65e114635", "scanner": "scanner-primary", "fingerprint": "166dff3c3df6a10e", "layer": "data", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-ce408c64795897f6", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in auth-callback.js:10"}, "properties": {"repobilityId": "5b345fb2f42fdad4", "scanner": "scanner-primary", "fingerprint": "ce408c64795897f6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "auth-callback.js"}, "region": {"startLine": 10}}}]}, {"ruleId": "scanner-6e12da002f57654b", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in batch.js:104"}, "properties": {"repobilityId": "a3294c79e4c839a1", "scanner": "scanner-primary", "fingerprint": "6e12da002f57654b", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "batch.js"}, "region": {"startLine": 104}}}]}, {"ruleId": "scanner-ca44562ba39826bb", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in popup.js:185"}, "properties": {"repobilityId": "95e761b3cb519888", "scanner": "scanner-primary", "fingerprint": "ca44562ba39826bb", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "popup.js"}, "region": {"startLine": 185}}}]}, {"ruleId": "scanner-830d895c272b82d5", "level": "warning", "message": {"text": "Insecure pattern 'domparser_html_parse' in popup.js:1334"}, "properties": {"repobilityId": "19ba60a29fffa691", "scanner": "scanner-primary", "fingerprint": "830d895c272b82d5", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "domparser_html_parse"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "popup.js"}, "region": {"startLine": 1334}}}]}, {"ruleId": "scanner-c3c7555e4df58b18", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in legacy/enrich-and-draft/index.ts:9"}, "properties": {"repobilityId": "3f3ff38c5c6805cb", "scanner": "scanner-primary", "fingerprint": "c3c7555e4df58b18", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "legacy/enrich-and-draft/index.ts"}, "region": {"startLine": 9}}}]}, {"ruleId": "scanner-0b3033aa2460b4e8", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in supabase/functions/enrich-lite/index.ts:13"}, "properties": {"repobilityId": "b19cf71ca9292e78", "scanner": "scanner-primary", "fingerprint": "0b3033aa2460b4e8", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "supabase/functions/enrich-lite/index.ts"}, "region": {"startLine": 13}}}]}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-e178c540fa418529", "level": "note", "message": {"text": "Very large file: popup.js (2084 lines)"}, "properties": {"repobilityId": "89ad2cb0d82a5705", "scanner": "scanner-primary", "fingerprint": "e178c540fa418529", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-4a239998d4f3f08c", "level": "note", "message": {"text": "Very large file: legacy/enrich-and-draft/index.ts (4015 lines)"}, "properties": {"repobilityId": "570cd92e1dfa3a9d", "scanner": "scanner-primary", "fingerprint": "4a239998d4f3f08c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-9daf1910782bc74a", "level": "note", "message": {"text": "Very large file: supabase/functions/enrich-lite/index.ts (1519 lines)"}, "properties": {"repobilityId": "00289966da2f4a3d", "scanner": "scanner-primary", "fingerprint": "9daf1910782bc74a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "434e47deabc25a06", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "6f925e9ff1add776", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "e9a5513dd50e98bd", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "d5107e357a4ca0e6", "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": "a2147952dbaf69c8", "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": "c8d0f30cf134aa03", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-bbd94074001dcae8", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 auth-callback.js:29"}, "properties": {"repobilityId": "a0220c02a39379f3", "scanner": "scanner-primary", "fingerprint": "bbd94074001dcae8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e84f0adc259b9395", "level": "note", "message": {"text": "Legacy-named symbol `fullenrich_v2` in batch.js:1020"}, "properties": {"repobilityId": "5febb700b6038fe0", "scanner": "scanner-primary", "fingerprint": "e84f0adc259b9395", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-c7a1b3cd3fd8604e", "level": "note", "message": {"text": "Legacy-named symbol `fullenrich_v2` in popup.js:1485"}, "properties": {"repobilityId": "952f22c8b973feec", "scanner": "scanner-primary", "fingerprint": "c7a1b3cd3fd8604e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-4b08a865fa5f715d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 popup.js:746"}, "properties": {"repobilityId": "782d29d239a591e9", "scanner": "scanner-primary", "fingerprint": "4b08a865fa5f715d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-016721b641206076", "level": "note", "message": {"text": "Legacy-named symbol `fullenrich_v2` in legacy/enrich-and-draft/index.ts:1609"}, "properties": {"repobilityId": "216cf2d2800dbdf0", "scanner": "scanner-primary", "fingerprint": "016721b641206076", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-268caa7d5c8e6675", "level": "none", "message": {"text": "Commented-code block (5 lines) in legacy/enrich-and-draft/index.ts:160"}, "properties": {"repobilityId": "f3322e3b3d843955", "scanner": "scanner-primary", "fingerprint": "268caa7d5c8e6675", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e49dcdbb401876eb", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 legacy/enrich-and-draft/index.ts:27"}, "properties": {"repobilityId": "de1f251db1233f08", "scanner": "scanner-primary", "fingerprint": "e49dcdbb401876eb", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-344ad5ce7e08f1fd", "level": "note", "message": {"text": "Legacy-named symbol `fullenrich_v2` in supabase/functions/enrich-lite/index.ts:317"}, "properties": {"repobilityId": "0afb90625ba01a7c", "scanner": "scanner-primary", "fingerprint": "344ad5ce7e08f1fd", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-361391ab0d18481a", "level": "none", "message": {"text": "Commented-code block (5 lines) in supabase/functions/enrich-lite/index.ts:80"}, "properties": {"repobilityId": "8d838ee84cb65141", "scanner": "scanner-primary", "fingerprint": "361391ab0d18481a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-240c2d83cce89a6e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/enrich-lite/index.ts:31"}, "properties": {"repobilityId": "02bfdb9b262ed54b", "scanner": "scanner-primary", "fingerprint": "240c2d83cce89a6e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-fef7590a42318004", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 core/reply-checker.js:98"}, "properties": {"repobilityId": "82490d5479f5ac85", "scanner": "scanner-primary", "fingerprint": "fef7590a42318004", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4ea4cc2a9fcb5ec8", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 core/api.js:49"}, "properties": {"repobilityId": "f216ebfe55afb918", "scanner": "scanner-primary", "fingerprint": "4ea4cc2a9fcb5ec8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}