{"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-c01161f25f980c8f", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/layout.tsx:49", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/layout.tsx:49"}, "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-1cc75c3c91b65ae4", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/page.tsx:45", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/page.tsx:45"}, "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-695e551c1bdd8627", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/mos/[code]/page.tsx:124", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/mos/[code]/page.tsx:124"}, "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-4ea1b883c7f01d20", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/help/layout.tsx:50", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/help/layout.tsx:50"}, "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-b546742c0de87c80", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/blog/[slug]/page.tsx:69", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/blog/[slug]/page.tsx:69"}, "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-7c818bba71eec203", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/ResumeHero.tsx:83", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/ResumeHero.tsx:83"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-0d612ab0f5788058", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/resume/ResumeEditor.tsx:572", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/resume/ResumeEditor.tsx:572"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-4bb0ae65be73def9", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/resume/VersionHistoryPanel.tsx:247", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/resume/VersionHistoryPanel.tsx:247"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-5d85c5878ae01f9e", "name": "Icon-only button without accessible name \u2014 src/components/eval/BulletImportModal.tsx:75", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/components/eval/BulletImportModal.tsx:75"}, "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-e58ca32d097008ba", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/tracker/ApplicationCard.tsx:31", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/tracker/ApplicationCard.tsx:31"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-b33e7ea723751f7d", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/profile/BulletAssignmentModal.tsx:87", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/profile/BulletAssignmentModal.tsx:87"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-52c802c5f9563b08", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/profile/EvalUploadModal.tsx:666", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/profile/EvalUploadModal.tsx:666"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-61661011ef30c639", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/profile/CollapsibleSection.tsx:43", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/profile/CollapsibleSection.tsx:43"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-771dc2804b8adf98", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/layout/TopNav.tsx:181", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/layout/TopNav.tsx:181"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-c16c470ebe1f97a5", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/job-match/ResumePane.tsx:26", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/job-match/ResumePane.tsx:26"}, "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-286006693afecfb3", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/job-match/JobMatchWorkspace.tsx:1440", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/job-match/JobMatchWorkspace.tsx:1440"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-932598095dbd7c22", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/job-match/AnalysisPane.tsx:323", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/job-match/AnalysisPane.tsx:323"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-112baf49a9cdb6a0", "name": "Stray `console.log` in TS/JS \u2014 src/lib/resume-parser.ts:252", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/resume-parser.ts:252"}, "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-d0fc1c113869296a", "name": "Stray `console.log` in TS/JS \u2014 src/lib/dictionary/evalParser.ts:697", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/dictionary/evalParser.ts:697"}, "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-ef58d7df0e12bdb9", "name": "Stray `console.log` in TS/JS \u2014 src/lib/ai/jobMatch.ts:65", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/ai/jobMatch.ts:65"}, "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-cd0abdd4641d30ac", "name": "Stray `console.log` in TS/JS \u2014 src/lib/ai/linkedin.ts:487", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/ai/linkedin.ts:487"}, "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-aaddfa1fc3bdf927", "name": "Stray `console.log` in TS/JS \u2014 src/lib/ai/importResume.ts:179", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/ai/importResume.ts:179"}, "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-b7b30809c6ccca85", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/layout.tsx:49", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/layout.tsx:49"}, "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-794d73ff2525708b", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/page.tsx:45", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/page.tsx:45"}, "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-a2a4f218d1674da6", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/mos/[code]/page.tsx:124", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/mos/[code]/page.tsx:124"}, "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-313180042b3973e3", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/help/layout.tsx:50", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/help/layout.tsx:50"}, "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-514698557ff50b74", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/blog/[slug]/page.tsx:69", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/blog/[slug]/page.tsx:69"}, "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-46d3c8e9407d102c", "name": "Insecure pattern 'eval_used' in src/lib/ai/evalParse.ts:326", "shortDescription": {"text": "Insecure pattern 'eval_used' in src/lib/ai/evalParse.ts:326"}, "fullDescription": {"text": "Found a known-risky pattern (eval_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-c1e62c8a8becdce0", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/deploy-pages@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-11fe6710547243fb", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-46c644c6227e4d4a", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "softprops/action-gh-release@v2 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": "medium", "confidence": 1.0}}, {"id": "scanner-1838a141491ce38c", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-adee9207db9be616", "name": "Very large file: src/components/resume/ResumePreview.tsx (1118 lines)", "shortDescription": {"text": "Very large file: src/components/resume/ResumePreview.tsx (1118 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-b4e28c3701c2602f", "name": "Very large file: src/components/resume/ResumeForm.tsx (2839 lines)", "shortDescription": {"text": "Very large file: src/components/resume/ResumeForm.tsx (2839 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-955f4849c92c15fc", "name": "Very large file: src/components/profile/sections/ExperienceSection.tsx (2502 lines)", "shortDescription": {"text": "Very large file: src/components/profile/sections/ExperienceSection.tsx (2502 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-b32c782bdcde8eaf", "name": "Very large file: src/components/job-match/JobMatchWorkspace.tsx (2703 lines)", "shortDescription": {"text": "Very large file: src/components/job-match/JobMatchWorkspace.tsx (2703 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-f84679e3de806343", "name": "Very large file: src/components/job-match/AnalysisPane.tsx (1106 lines)", "shortDescription": {"text": "Very large file: src/components/job-match/AnalysisPane.tsx (1106 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-9c1102e334f95d65", "name": "Very large file: src/components/career-tools/DictCoverLetterBuilder.tsx (1671 lines)", "shortDescription": {"text": "Very large file: src/components/career-tools/DictCoverLetterBuilder.tsx (1671 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-840c2ed64aa05b9c", "name": "Very large file: src/components/career-tools/LinkedInTool.tsx (2480 lines)", "shortDescription": {"text": "Very large file: src/components/career-tools/LinkedInTool.tsx (2480 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-0d4455a0393f08aa", "name": "Very large file: src/lib/military-mos-data.ts (1044 lines)", "shortDescription": {"text": "Very large file: src/lib/military-mos-data.ts (1044 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-3570d7c49be4ff28", "name": "Very large file: src/lib/pdf/ResumeDocument.tsx (1196 lines)", "shortDescription": {"text": "Very large file: src/lib/pdf/ResumeDocument.tsx (1196 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-195092253fad4dba", "name": "Very large file: src/lib/dictionary/bulletTranslator.ts (1879 lines)", "shortDescription": {"text": "Very large file: src/lib/dictionary/bulletTranslator.ts (1879 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-cb64fa47f57bed69", "name": "Very large file: src/lib/docx/generateDocx.ts (1373 lines)", "shortDescription": {"text": "Very large file: src/lib/docx/generateDocx.ts (1373 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": "1 test file(s) for 200 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 64 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 171 placeholder/mock markers across 38 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-9d79c4077342a7d0", "name": "Runtime service client appears to use placeholder configuration", "shortDescription": {"text": "Runtime service client appears to use placeholder configuration"}, "fullDescription": {"text": "A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured."}, "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-20887388af72ebab", "name": "Commented-code block (6 lines) in src/lib/resume-parser.ts:273", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/resume-parser.ts:273"}, "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-39f23a7855c9fea2", "name": "Commented-code block (5 lines) in src/lib/dictionary/bulletTranslator.ts:903", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/dictionary/bulletTranslator.ts:903"}, "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-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: `NEXT_PUBLIC_GSC_VERIFICATION`, `NODE_ENV`. 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}}, {"id": "scanner-a969109d8fae85dc", "name": "Dangling fetch: GET /data/military_jargon.json (docs/verification/test-matrix.mjs:120)", "shortDescription": {"text": "Dangling fetch: GET /data/military_jargon.json (docs/verification/test-matrix.mjs:120)"}, "fullDescription": {"text": "`docs/verification/test-matrix.mjs:120` calls `GET /data/military_jargon.json` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/data/military_jargon.json`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-790f4a1565b0c824", "name": "Dangling fetch: GET /fonts/pdf/lato-400.ttf (docs/verification/test-matrix.mjs:124)", "shortDescription": {"text": "Dangling fetch: GET /fonts/pdf/lato-400.ttf (docs/verification/test-matrix.mjs:124)"}, "fullDescription": {"text": "`docs/verification/test-matrix.mjs:124` calls `GET /fonts/pdf/lato-400.ttf` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/fonts/pdf/lato-400.ttf`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-00058d1d64e83f4e", "name": "Dangling fetch: GET /data/${table.file} (public/sw.js:85)", "shortDescription": {"text": "Dangling fetch: GET /data/${table.file} (public/sw.js:85)"}, "fullDescription": {"text": "`public/sw.js:85` calls `GET /data/${table.file}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/data/<p>`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/25149"}, "properties": {"repository": "csimser/debriefed", "repoUrl": "https://github.com/csimser/debriefed", "branch": "main"}, "results": [{"ruleId": "scanner-c01161f25f980c8f", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/layout.tsx:49"}, "properties": {"repobilityId": "0d72350965068f5b", "scanner": "scanner-primary", "fingerprint": "c01161f25f980c8f", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-1cc75c3c91b65ae4", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/page.tsx:45"}, "properties": {"repobilityId": "4d4ab3e03315f684", "scanner": "scanner-primary", "fingerprint": "1cc75c3c91b65ae4", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-695e551c1bdd8627", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/mos/[code]/page.tsx:124"}, "properties": {"repobilityId": "a388481aecf3c8fd", "scanner": "scanner-primary", "fingerprint": "695e551c1bdd8627", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-4ea1b883c7f01d20", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/help/layout.tsx:50"}, "properties": {"repobilityId": "1c25c0120aa7ba6a", "scanner": "scanner-primary", "fingerprint": "4ea1b883c7f01d20", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-b546742c0de87c80", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/blog/[slug]/page.tsx:69"}, "properties": {"repobilityId": "edc166468e8868e7", "scanner": "scanner-primary", "fingerprint": "b546742c0de87c80", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-7c818bba71eec203", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/ResumeHero.tsx:83"}, "properties": {"repobilityId": "04fe5bd2ff277526", "scanner": "scanner-primary", "fingerprint": "7c818bba71eec203", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-0d612ab0f5788058", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/resume/ResumeEditor.tsx:572"}, "properties": {"repobilityId": "d1e2202aa7156025", "scanner": "scanner-primary", "fingerprint": "0d612ab0f5788058", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-4bb0ae65be73def9", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/resume/VersionHistoryPanel.tsx:247"}, "properties": {"repobilityId": "b4941457791c62c8", "scanner": "scanner-primary", "fingerprint": "4bb0ae65be73def9", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-5d85c5878ae01f9e", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/components/eval/BulletImportModal.tsx:75"}, "properties": {"repobilityId": "32a9267519c155eb", "scanner": "scanner-primary", "fingerprint": "5d85c5878ae01f9e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-e58ca32d097008ba", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/tracker/ApplicationCard.tsx:31"}, "properties": {"repobilityId": "6d8a305ebdae9979", "scanner": "scanner-primary", "fingerprint": "e58ca32d097008ba", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-b33e7ea723751f7d", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/profile/BulletAssignmentModal.tsx:87"}, "properties": {"repobilityId": "baaf730deef1408f", "scanner": "scanner-primary", "fingerprint": "b33e7ea723751f7d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-52c802c5f9563b08", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/profile/EvalUploadModal.tsx:666"}, "properties": {"repobilityId": "4430c83dc1700af0", "scanner": "scanner-primary", "fingerprint": "52c802c5f9563b08", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-61661011ef30c639", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/profile/CollapsibleSection.tsx:43"}, "properties": {"repobilityId": "a8ccf880b84037b9", "scanner": "scanner-primary", "fingerprint": "61661011ef30c639", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-771dc2804b8adf98", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/layout/TopNav.tsx:181"}, "properties": {"repobilityId": "bc50875ba53add50", "scanner": "scanner-primary", "fingerprint": "771dc2804b8adf98", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-c16c470ebe1f97a5", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/job-match/ResumePane.tsx:26"}, "properties": {"repobilityId": "46f31a89bd92c2f7", "scanner": "scanner-primary", "fingerprint": "c16c470ebe1f97a5", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-286006693afecfb3", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/job-match/JobMatchWorkspace.tsx:1440"}, "properties": {"repobilityId": "87ad7e074a877ea1", "scanner": "scanner-primary", "fingerprint": "286006693afecfb3", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-932598095dbd7c22", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/job-match/AnalysisPane.tsx:323"}, "properties": {"repobilityId": "c4c08bddd5ca2df0", "scanner": "scanner-primary", "fingerprint": "932598095dbd7c22", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-112baf49a9cdb6a0", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/resume-parser.ts:252"}, "properties": {"repobilityId": "83d8673c6d20ad66", "scanner": "scanner-primary", "fingerprint": "112baf49a9cdb6a0", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d0fc1c113869296a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/dictionary/evalParser.ts:697"}, "properties": {"repobilityId": "764b7a72912c916e", "scanner": "scanner-primary", "fingerprint": "d0fc1c113869296a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ef58d7df0e12bdb9", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/ai/jobMatch.ts:65"}, "properties": {"repobilityId": "b321c18fa24f5e77", "scanner": "scanner-primary", "fingerprint": "ef58d7df0e12bdb9", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-cd0abdd4641d30ac", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/ai/linkedin.ts:487"}, "properties": {"repobilityId": "f218f298e9607a35", "scanner": "scanner-primary", "fingerprint": "cd0abdd4641d30ac", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-aaddfa1fc3bdf927", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/ai/importResume.ts:179"}, "properties": {"repobilityId": "09a1ce8f5a98b150", "scanner": "scanner-primary", "fingerprint": "aaddfa1fc3bdf927", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b7b30809c6ccca85", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/layout.tsx:49"}, "properties": {"repobilityId": "0bca654fa2052eb0", "scanner": "scanner-primary", "fingerprint": "b7b30809c6ccca85", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/layout.tsx"}, "region": {"startLine": 49}}}]}, {"ruleId": "scanner-794d73ff2525708b", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/page.tsx:45"}, "properties": {"repobilityId": "88fd235b712bda65", "scanner": "scanner-primary", "fingerprint": "794d73ff2525708b", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/page.tsx"}, "region": {"startLine": 45}}}]}, {"ruleId": "scanner-a2a4f218d1674da6", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/mos/[code]/page.tsx:124"}, "properties": {"repobilityId": "2fa257aabd98e7d1", "scanner": "scanner-primary", "fingerprint": "a2a4f218d1674da6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/mos/[code]/page.tsx"}, "region": {"startLine": 124}}}]}, {"ruleId": "scanner-313180042b3973e3", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/help/layout.tsx:50"}, "properties": {"repobilityId": "e877e4fb49a68419", "scanner": "scanner-primary", "fingerprint": "313180042b3973e3", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/help/layout.tsx"}, "region": {"startLine": 50}}}]}, {"ruleId": "scanner-514698557ff50b74", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/blog/[slug]/page.tsx:69"}, "properties": {"repobilityId": "df5a2a4c38f975f6", "scanner": "scanner-primary", "fingerprint": "514698557ff50b74", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/blog/[slug]/page.tsx"}, "region": {"startLine": 69}}}]}, {"ruleId": "scanner-46d3c8e9407d102c", "level": "error", "message": {"text": "Insecure pattern 'eval_used' in src/lib/ai/evalParse.ts:326"}, "properties": {"repobilityId": "f585626ef8219f08", "scanner": "scanner-primary", "fingerprint": "46d3c8e9407d102c", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "eval_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/lib/ai/evalParse.ts"}, "region": {"startLine": 326}}}]}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-c1e62c8a8becdce0", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "4a5232ca5f9d3d6d", "scanner": "scanner-primary", "fingerprint": "c1e62c8a8becdce0", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-pages.yml"}, "region": {"startLine": 51}}}]}, {"ruleId": "scanner-11fe6710547243fb", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "c88f07fd35b9711f", "scanner": "scanner-primary", "fingerprint": "11fe6710547243fb", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-pages.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "f0dc584a111ffc00", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 29}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "5ab0c5bd71e63ad8", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 36}}}]}, {"ruleId": "scanner-1838a141491ce38c", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "b8fd4f5048f96576", "scanner": "scanner-primary", "fingerprint": "1838a141491ce38c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-adee9207db9be616", "level": "note", "message": {"text": "Very large file: src/components/resume/ResumePreview.tsx (1118 lines)"}, "properties": {"repobilityId": "6455a77987b1a48f", "scanner": "scanner-primary", "fingerprint": "adee9207db9be616", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-b4e28c3701c2602f", "level": "note", "message": {"text": "Very large file: src/components/resume/ResumeForm.tsx (2839 lines)"}, "properties": {"repobilityId": "a6bc9c9afcb1a525", "scanner": "scanner-primary", "fingerprint": "b4e28c3701c2602f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-955f4849c92c15fc", "level": "note", "message": {"text": "Very large file: src/components/profile/sections/ExperienceSection.tsx (2502 lines)"}, "properties": {"repobilityId": "e99657f439e229e1", "scanner": "scanner-primary", "fingerprint": "955f4849c92c15fc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-b32c782bdcde8eaf", "level": "note", "message": {"text": "Very large file: src/components/job-match/JobMatchWorkspace.tsx (2703 lines)"}, "properties": {"repobilityId": "1fe3faf37595b365", "scanner": "scanner-primary", "fingerprint": "b32c782bdcde8eaf", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-f84679e3de806343", "level": "note", "message": {"text": "Very large file: src/components/job-match/AnalysisPane.tsx (1106 lines)"}, "properties": {"repobilityId": "dcc2b990e396e431", "scanner": "scanner-primary", "fingerprint": "f84679e3de806343", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-9c1102e334f95d65", "level": "note", "message": {"text": "Very large file: src/components/career-tools/DictCoverLetterBuilder.tsx (1671 lines)"}, "properties": {"repobilityId": "f53cf24a87beb6b5", "scanner": "scanner-primary", "fingerprint": "9c1102e334f95d65", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-840c2ed64aa05b9c", "level": "note", "message": {"text": "Very large file: src/components/career-tools/LinkedInTool.tsx (2480 lines)"}, "properties": {"repobilityId": "e6a9a0a44754944c", "scanner": "scanner-primary", "fingerprint": "840c2ed64aa05b9c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-0d4455a0393f08aa", "level": "note", "message": {"text": "Very large file: src/lib/military-mos-data.ts (1044 lines)"}, "properties": {"repobilityId": "01a432c658834506", "scanner": "scanner-primary", "fingerprint": "0d4455a0393f08aa", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-3570d7c49be4ff28", "level": "note", "message": {"text": "Very large file: src/lib/pdf/ResumeDocument.tsx (1196 lines)"}, "properties": {"repobilityId": "31e13d5b69aed689", "scanner": "scanner-primary", "fingerprint": "3570d7c49be4ff28", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-195092253fad4dba", "level": "note", "message": {"text": "Very large file: src/lib/dictionary/bulletTranslator.ts (1879 lines)"}, "properties": {"repobilityId": "c703580cafc335bd", "scanner": "scanner-primary", "fingerprint": "195092253fad4dba", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-cb64fa47f57bed69", "level": "note", "message": {"text": "Very large file: src/lib/docx/generateDocx.ts (1373 lines)"}, "properties": {"repobilityId": "4cc61a7d77275584", "scanner": "scanner-primary", "fingerprint": "cb64fa47f57bed69", "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-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "23b7f9c3d59f0b39", "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": "b83cf694a461868a", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-9d79c4077342a7d0", "level": "warning", "message": {"text": "Runtime service client appears to use placeholder configuration"}, "properties": {"repobilityId": "928ac2bee8f57a61", "scanner": "scanner-primary", "fingerprint": "9d79c4077342a7d0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "runtime-config", "service-client", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "eaa9faf0923e0ffa", "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": "77c8f0f4b1d9f69f", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-20887388af72ebab", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/resume-parser.ts:273"}, "properties": {"repobilityId": "9cb2f0fa137b8948", "scanner": "scanner-primary", "fingerprint": "20887388af72ebab", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-39f23a7855c9fea2", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/dictionary/bulletTranslator.ts:903"}, "properties": {"repobilityId": "f89537499c192d7e", "scanner": "scanner-primary", "fingerprint": "39f23a7855c9fea2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"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"]}}, {"ruleId": "scanner-a969109d8fae85dc", "level": "error", "message": {"text": "Dangling fetch: GET /data/military_jargon.json (docs/verification/test-matrix.mjs:120)"}, "properties": {"repobilityId": "ae8e28703a512ce9", "scanner": "scanner-primary", "fingerprint": "a969109d8fae85dc", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-790f4a1565b0c824", "level": "error", "message": {"text": "Dangling fetch: GET /fonts/pdf/lato-400.ttf (docs/verification/test-matrix.mjs:124)"}, "properties": {"repobilityId": "406f05d06a1ba0a8", "scanner": "scanner-primary", "fingerprint": "790f4a1565b0c824", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-00058d1d64e83f4e", "level": "error", "message": {"text": "Dangling fetch: GET /data/${table.file} (public/sw.js:85)"}, "properties": {"repobilityId": "ba8c7970523856af", "scanner": "scanner-primary", "fingerprint": "00058d1d64e83f4e", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}]}]}