{"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-bead75b0f9233e05", "name": "No API endpoints detected", "shortDescription": {"text": "No API endpoints detected"}, "fullDescription": {"text": "The scanner did not find FastAPI/Flask/Express/NestJS/GraphQL/gRPC routes. If this repo exposes APIs, the framework may be unsupported."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "info", "confidence": 1.0}}, {"id": "scanner-72a7474f088e8636", "name": "Stray `console.log` in TS/JS \u2014 scripts/repair-answer-bank.ts:31", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/repair-answer-bank.ts:31"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-0e47b17b13f6dbc5", "name": "Stray `console.log` in TS/JS \u2014 worker/scripts/probe-greenhouse.ts:53", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 worker/scripts/probe-greenhouse.ts:53"}, "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-2b378090c7af9da0", "name": "Stray `console.log` in TS/JS \u2014 worker/scripts/test-pick-option.ts:15", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 worker/scripts/test-pick-option.ts:15"}, "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-707200e751df35bd", "name": "Stray `console.log` in TS/JS \u2014 worker/scripts/test-matchers.ts:30", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 worker/scripts/test-matchers.ts:30"}, "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-0c5c1c5a63343d80", "name": "Stray `console.log` in TS/JS \u2014 worker/scripts/verify-forms.ts:56", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 worker/scripts/verify-forms.ts:56"}, "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-8cfbbcf7339d63ce", "name": "Stray `console.log` in TS/JS \u2014 worker/src/index.ts:66", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/index.ts:66"}, "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-3c6239207d4f82bc", "name": "\"active\" state uses light bg in a dark theme \u2014 components/Navbar.tsx:95", "shortDescription": {"text": "\"active\" state uses light bg in a dark theme \u2014 components/Navbar.tsx:95"}, "fullDescription": {"text": "A ternary like `active ? 'bg-white' : '...'` (or bg-gray-100/200) on a dark theme produces jarring white pills. Use a dark-emphasized active state instead \u2014 border + ring or slightly brighter dark bg. Example: `active ? 'bg-gray-800 border-gray-500 ring-1 ring-blue-500/30' : '\u2026'`.\n\nWhy: P-E in CHECKLIST.md \u2014 light bg in a dark theme is a class of regression.\nRule id: fq.active-light-bg"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-e48369f006ce4c09", "name": "`truncate` class without `title=` for hover reveal \u2014 app/page.tsx:82", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/page.tsx:82"}, "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-b55bcf1d4e0f97cc", "name": "`truncate` class without `title=` for hover reveal \u2014 app/dashboard/automation/page.tsx:565", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/dashboard/automation/page.tsx:565"}, "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-90d7f9f10ba480d6", "name": "`truncate` class without `title=` for hover reveal \u2014 app/dashboard/review/page.tsx:240", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/dashboard/review/page.tsx:240"}, "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-170c233505f09390", "name": "`truncate` class without `title=` for hover reveal \u2014 app/dashboard/profile/page.tsx:455", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/dashboard/profile/page.tsx:455"}, "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-c8a29ddf7f922b85", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/dashboard/jobs/[id]/page.tsx:242", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/dashboard/jobs/[id]/page.tsx:242"}, "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-85c0b91f9012540e", "name": "Stray `console.log` in TS/JS \u2014 lib/email.ts:31", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 lib/email.ts:31"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c76f56015949e4d4", "name": "Stray `console.log` in TS/JS \u2014 lib/session.ts:13", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 lib/session.ts:13"}, "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-63bf8a698b902358", "name": "Insecure pattern 'dangerous_innerhtml' in app/dashboard/jobs/[id]/page.tsx:242", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/dashboard/jobs/[id]/page.tsx:242"}, "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-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-e19055be58171a81", "name": "Very large file: worker/src/adapters/index.ts (1149 lines)", "shortDescription": {"text": "Very large file: worker/src/adapters/index.ts (1149 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": "2 test file(s) for 113 source file(s) (ratio 0.02). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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 70 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 74 placeholder/mock markers across 14 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-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-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-bd34f92b7bfdf015", "name": "Commented-code block (12 lines) in tailwind.config.ts:3", "shortDescription": {"text": "Commented-code block (12 lines) in tailwind.config.ts:3"}, "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-de8bd6817886e02b", "name": "Commented-code block (5 lines) in worker/src/index.ts:215", "shortDescription": {"text": "Commented-code block (5 lines) in worker/src/index.ts:215"}, "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-7eeaaa0b7e7b383b", "name": "Commented-code block (10 lines) in worker/src/adapters/index.ts:92", "shortDescription": {"text": "Commented-code block (10 lines) in worker/src/adapters/index.ts:92"}, "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-280b3c2156c5e116", "name": "`fetch()` without try/.catch or AbortSignal \u2014 components/OnboardingForm.tsx:104", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/OnboardingForm.tsx:104"}, "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-e0540afb64bfb933", "name": "`fetch()` without try/.catch or AbortSignal \u2014 components/Navbar.tsx:59", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/Navbar.tsx:59"}, "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-b58125d8d75eadf3", "name": "Commented-code block (5 lines) in app/api/cron/sync/route.ts:167", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/cron/sync/route.ts:167"}, "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-90688508dce63a43", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/settings/page.tsx:128", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/settings/page.tsx:128"}, "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-b19887b3259afe8d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/automation/page.tsx:159", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/automation/page.tsx:159"}, "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-8209698586333171", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/review/page.tsx:72", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/review/page.tsx:72"}, "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-2547b6b244f728a6", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/profile/page.tsx:218", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/profile/page.tsx:218"}, "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-2ccbcacf1fd8bb32", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/(auth)/signup/page.tsx:24", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(auth)/signup/page.tsx:24"}, "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-40f3bd78d1c3000a", "name": "Commented-code block (5 lines) in lib/apply-queue.ts:227", "shortDescription": {"text": "Commented-code block (5 lines) in lib/apply-queue.ts:227"}, "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-edc2859dbe36ff6d", "name": "Commented-code block (5 lines) in lib/job-search.ts:49", "shortDescription": {"text": "Commented-code block (5 lines) in lib/job-search.ts:49"}, "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-93fa5517a109eafd", "name": "`fetch()` without try/.catch or AbortSignal \u2014 lib/job-search.ts:231", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/job-search.ts:231"}, "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-91a618140bc7d20f", "name": "Commented-code block (5 lines) in lib/job-connectors.ts:210", "shortDescription": {"text": "Commented-code block (5 lines) in lib/job-connectors.ts:210"}, "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-5d824499a51fc588", "name": "`fetch()` without try/.catch or AbortSignal \u2014 lib/auto-apply.ts:497", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/auto-apply.ts:497"}, "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-5fa5af25316da646", "name": "16 env vars used in code but missing from .env.example", "shortDescription": {"text": "16 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `CAREEVA_BROWSER_DESC`, `CRON_SECRET`, `DICE_API_KEY`, `EMAIL_FROM`, `EMAIL_SERVER_HOST`, `EMAIL_SERVER_PASSWORD`, `EMAIL_SERVER_PORT`, `EMAIL_SERVER_USER` + 8 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/23547"}, "properties": {"repository": "ZbienVC/careeva", "repoUrl": "https://github.com/ZbienVC/careeva", "branch": "main"}, "results": [{"ruleId": "scanner-bead75b0f9233e05", "level": "none", "message": {"text": "No API endpoints detected"}, "properties": {"repobilityId": "0f8bb852027c38f8", "scanner": "scanner-primary", "fingerprint": "bead75b0f9233e05", "layer": "api", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-72a7474f088e8636", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/repair-answer-bank.ts:31"}, "properties": {"repobilityId": "2b299e6f0a099940", "scanner": "scanner-primary", "fingerprint": "72a7474f088e8636", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-0e47b17b13f6dbc5", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 worker/scripts/probe-greenhouse.ts:53"}, "properties": {"repobilityId": "ae4f5c3b59081e24", "scanner": "scanner-primary", "fingerprint": "0e47b17b13f6dbc5", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-2b378090c7af9da0", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 worker/scripts/test-pick-option.ts:15"}, "properties": {"repobilityId": "f94bce071e25a97d", "scanner": "scanner-primary", "fingerprint": "2b378090c7af9da0", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-707200e751df35bd", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 worker/scripts/test-matchers.ts:30"}, "properties": {"repobilityId": "79ad2ec2dd4da662", "scanner": "scanner-primary", "fingerprint": "707200e751df35bd", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-0c5c1c5a63343d80", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 worker/scripts/verify-forms.ts:56"}, "properties": {"repobilityId": "2f8916a7c656e061", "scanner": "scanner-primary", "fingerprint": "0c5c1c5a63343d80", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8cfbbcf7339d63ce", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 worker/src/index.ts:66"}, "properties": {"repobilityId": "9d920df95db5924f", "scanner": "scanner-primary", "fingerprint": "8cfbbcf7339d63ce", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-3c6239207d4f82bc", "level": "note", "message": {"text": "\"active\" state uses light bg in a dark theme \u2014 components/Navbar.tsx:95"}, "properties": {"repobilityId": "fff2cfe0271ed7e5", "scanner": "scanner-primary", "fingerprint": "3c6239207d4f82bc", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.active-light-bg"]}}, {"ruleId": "scanner-e48369f006ce4c09", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/page.tsx:82"}, "properties": {"repobilityId": "2a6638282026d4f9", "scanner": "scanner-primary", "fingerprint": "e48369f006ce4c09", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-b55bcf1d4e0f97cc", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/dashboard/automation/page.tsx:565"}, "properties": {"repobilityId": "c5acc4f9ee7a311d", "scanner": "scanner-primary", "fingerprint": "b55bcf1d4e0f97cc", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-90d7f9f10ba480d6", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/dashboard/review/page.tsx:240"}, "properties": {"repobilityId": "0ffbd4f42d3ef576", "scanner": "scanner-primary", "fingerprint": "90d7f9f10ba480d6", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-170c233505f09390", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/dashboard/profile/page.tsx:455"}, "properties": {"repobilityId": "8c8940fadca2e1f0", "scanner": "scanner-primary", "fingerprint": "170c233505f09390", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-c8a29ddf7f922b85", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/dashboard/jobs/[id]/page.tsx:242"}, "properties": {"repobilityId": "74c12857a7d38cbe", "scanner": "scanner-primary", "fingerprint": "c8a29ddf7f922b85", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-85c0b91f9012540e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 lib/email.ts:31"}, "properties": {"repobilityId": "1edc61b845e48cb6", "scanner": "scanner-primary", "fingerprint": "85c0b91f9012540e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c76f56015949e4d4", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 lib/session.ts:13"}, "properties": {"repobilityId": "50111e8589a177b7", "scanner": "scanner-primary", "fingerprint": "c76f56015949e4d4", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-63bf8a698b902358", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/dashboard/jobs/[id]/page.tsx:242"}, "properties": {"repobilityId": "639b396bd8848de8", "scanner": "scanner-primary", "fingerprint": "63bf8a698b902358", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/dashboard/jobs/[id]/page.tsx"}, "region": {"startLine": 242}}}]}, {"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-e19055be58171a81", "level": "note", "message": {"text": "Very large file: worker/src/adapters/index.ts (1149 lines)"}, "properties": {"repobilityId": "f92bac46e37c1b15", "scanner": "scanner-primary", "fingerprint": "e19055be58171a81", "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": "d52d6eb3baef40d2", "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": "0074238d47bf7e34", "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": "250c8dd7b6cab4c5", "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": "538c32932708343d", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "2d9fa9b08a7f83a8", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "7f310a7863593939", "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": "7e1eeab0e05a0c4f", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-bd34f92b7bfdf015", "level": "none", "message": {"text": "Commented-code block (12 lines) in tailwind.config.ts:3"}, "properties": {"repobilityId": "22479a683f11ce0d", "scanner": "scanner-primary", "fingerprint": "bd34f92b7bfdf015", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-de8bd6817886e02b", "level": "none", "message": {"text": "Commented-code block (5 lines) in worker/src/index.ts:215"}, "properties": {"repobilityId": "502af1d04da75ae6", "scanner": "scanner-primary", "fingerprint": "de8bd6817886e02b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7eeaaa0b7e7b383b", "level": "none", "message": {"text": "Commented-code block (10 lines) in worker/src/adapters/index.ts:92"}, "properties": {"repobilityId": "3eab534521e83328", "scanner": "scanner-primary", "fingerprint": "7eeaaa0b7e7b383b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-280b3c2156c5e116", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/OnboardingForm.tsx:104"}, "properties": {"repobilityId": "095c081c50ec9965", "scanner": "scanner-primary", "fingerprint": "280b3c2156c5e116", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e0540afb64bfb933", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/Navbar.tsx:59"}, "properties": {"repobilityId": "7731e5dbb075187b", "scanner": "scanner-primary", "fingerprint": "e0540afb64bfb933", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b58125d8d75eadf3", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/cron/sync/route.ts:167"}, "properties": {"repobilityId": "65080bd145ffa521", "scanner": "scanner-primary", "fingerprint": "b58125d8d75eadf3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-90688508dce63a43", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/settings/page.tsx:128"}, "properties": {"repobilityId": "08f3cb3e01540ede", "scanner": "scanner-primary", "fingerprint": "90688508dce63a43", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b19887b3259afe8d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/automation/page.tsx:159"}, "properties": {"repobilityId": "185bacdf0c5aa083", "scanner": "scanner-primary", "fingerprint": "b19887b3259afe8d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-8209698586333171", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/review/page.tsx:72"}, "properties": {"repobilityId": "054fe3036128dce0", "scanner": "scanner-primary", "fingerprint": "8209698586333171", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2547b6b244f728a6", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/profile/page.tsx:218"}, "properties": {"repobilityId": "88cfe6ec1408f110", "scanner": "scanner-primary", "fingerprint": "2547b6b244f728a6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2ccbcacf1fd8bb32", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/(auth)/signup/page.tsx:24"}, "properties": {"repobilityId": "55c2b509b653f803", "scanner": "scanner-primary", "fingerprint": "2ccbcacf1fd8bb32", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-40f3bd78d1c3000a", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/apply-queue.ts:227"}, "properties": {"repobilityId": "430c2860c99f6aaa", "scanner": "scanner-primary", "fingerprint": "40f3bd78d1c3000a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-edc2859dbe36ff6d", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/job-search.ts:49"}, "properties": {"repobilityId": "cc5474998f95df14", "scanner": "scanner-primary", "fingerprint": "edc2859dbe36ff6d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-93fa5517a109eafd", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/job-search.ts:231"}, "properties": {"repobilityId": "346df4747b1bcbe9", "scanner": "scanner-primary", "fingerprint": "93fa5517a109eafd", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-91a618140bc7d20f", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/job-connectors.ts:210"}, "properties": {"repobilityId": "262e24b6185de1da", "scanner": "scanner-primary", "fingerprint": "91a618140bc7d20f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5d824499a51fc588", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/auto-apply.ts:497"}, "properties": {"repobilityId": "85d21a04814df310", "scanner": "scanner-primary", "fingerprint": "5d824499a51fc588", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5fa5af25316da646", "level": "note", "message": {"text": "16 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "e0919a3f6a45e8c2", "scanner": "scanner-primary", "fingerprint": "5fa5af25316da646", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}