{"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-bf1374ed50144956", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/dashboard/lfw-editors.tsx:67", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/dashboard/lfw-editors.tsx:67"}, "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-334baff267b2f63c", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/dashboard/qr-button.tsx:130", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/dashboard/qr-button.tsx:130"}, "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-f447d74023db46bb", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/dashboard/dashboard-client.tsx:431", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/dashboard/dashboard-client.tsx:431"}, "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-62d60d56e63e70c1", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/dashboard/quotes/quotes-list.tsx:176", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/dashboard/quotes/quotes-list.tsx:176"}, "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-672f35c475eb858c", "name": "\"active\" state uses light bg in a dark theme \u2014 src/app/dashboard/quotes/quotes-list.tsx:125", "shortDescription": {"text": "\"active\" state uses light bg in a dark theme \u2014 src/app/dashboard/quotes/quotes-list.tsx:125"}, "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-dd20b4bf7192cd8a", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/admin/page.tsx:227", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/admin/page.tsx:227"}, "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-e3f493976c307c20", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/tools/job-sheet-generator/job-sheet-builder.tsx:363", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/tools/job-sheet-generator/job-sheet-builder.tsx:363"}, "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-4715532b173f04b7", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/tools/job-sheet-generator/page.tsx:153", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/tools/job-sheet-generator/page.tsx:153"}, "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-6d955a657164fabd", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/tools/tradie-tax-calculator/page.tsx:150", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/tools/tradie-tax-calculator/page.tsx:150"}, "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-5ca664fbdb246452", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/tools/charge-out-rate-calculator/page.tsx:156", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/tools/charge-out-rate-calculator/page.tsx:156"}, "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-eca7a4c8edf3bc96", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/tools/quote-template/page.tsx:155", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/tools/quote-template/page.tsx:155"}, "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-8b8f35dca79faa92", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/tools/quote-template/quote-builder.tsx:259", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/tools/quote-template/quote-builder.tsx:259"}, "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-846ff54bb6d018fe", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/tools/tax-invoice-generator/invoice-builder.tsx:339", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/tools/tax-invoice-generator/invoice-builder.tsx:339"}, "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-0ff985e4b3280e40", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/tools/tax-invoice-generator/page.tsx:149", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/tools/tax-invoice-generator/page.tsx:149"}, "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-66da2e3e66b0ce01", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/onboarding/wizard.tsx:549", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/onboarding/wizard.tsx:549"}, "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-09a63fb186c879ab", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/onboarding/lfw-wizard.tsx:572", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/onboarding/lfw-wizard.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-235dbb763c08a962", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/t/[slug]/page.tsx:87", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/t/[slug]/page.tsx:87"}, "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-569ce73fa149f106", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/blog/[slug]/page.tsx:241", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/blog/[slug]/page.tsx:241"}, "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-534aeda7f2244b50", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/public-profile.tsx:775", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/public-profile.tsx:775"}, "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-ded82674166ed9f7", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/sticky-contact-bar.tsx:88", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/sticky-contact-bar.tsx:88"}, "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-9607ca3dc28e99d3", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/landing/phone-showcase.tsx:57", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/landing/phone-showcase.tsx:57"}, "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-05181e8d004d93f0", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/tools/job-sheet-generator/page.tsx:153", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/tools/job-sheet-generator/page.tsx:153"}, "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-d380a208cee12147", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/tools/tradie-tax-calculator/page.tsx:150", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/tools/tradie-tax-calculator/page.tsx:150"}, "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-3f3a241b52ff0736", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/tools/charge-out-rate-calculator/page.tsx:156", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/tools/charge-out-rate-calculator/page.tsx:156"}, "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-794e94af165cdef2", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/tools/tax-invoice-generator/page.tsx:149", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/tools/tax-invoice-generator/page.tsx:149"}, "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-93a662e6aeb04b7c", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/t/[slug]/page.tsx:87", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/t/[slug]/page.tsx:87"}, "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-1dc290593418ac90", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/blog/[slug]/page.tsx:241", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/blog/[slug]/page.tsx:241"}, "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-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-e590052b16cacf9c", "name": "Very large file: src/app/dashboard/dashboard-client.tsx (2125 lines)", "shortDescription": {"text": "Very large file: src/app/dashboard/dashboard-client.tsx (2125 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 103 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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 118 placeholder/mock markers across 15 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-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-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: `IP_HASH_SALT`, `NEXT_PUBLIC_FACEBOOK_PIXEL_ID`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/25208"}, "properties": {"repository": "dane-04-code/MyTradeLink", "repoUrl": "https://github.com/dane-04-code/MyTradeLink", "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-bf1374ed50144956", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/dashboard/lfw-editors.tsx:67"}, "properties": {"repobilityId": "a6067ee809a5e9c1", "scanner": "scanner-primary", "fingerprint": "bf1374ed50144956", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-334baff267b2f63c", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/dashboard/qr-button.tsx:130"}, "properties": {"repobilityId": "659ad57c0a235d31", "scanner": "scanner-primary", "fingerprint": "334baff267b2f63c", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-f447d74023db46bb", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/dashboard/dashboard-client.tsx:431"}, "properties": {"repobilityId": "2762e13d0ac3db04", "scanner": "scanner-primary", "fingerprint": "f447d74023db46bb", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-62d60d56e63e70c1", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/dashboard/quotes/quotes-list.tsx:176"}, "properties": {"repobilityId": "3fdb48dc1c9628e0", "scanner": "scanner-primary", "fingerprint": "62d60d56e63e70c1", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-672f35c475eb858c", "level": "note", "message": {"text": "\"active\" state uses light bg in a dark theme \u2014 src/app/dashboard/quotes/quotes-list.tsx:125"}, "properties": {"repobilityId": "c4eac93d383afc7a", "scanner": "scanner-primary", "fingerprint": "672f35c475eb858c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.active-light-bg"]}}, {"ruleId": "scanner-dd20b4bf7192cd8a", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/admin/page.tsx:227"}, "properties": {"repobilityId": "8d313b2589100140", "scanner": "scanner-primary", "fingerprint": "dd20b4bf7192cd8a", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-e3f493976c307c20", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/tools/job-sheet-generator/job-sheet-builder.tsx:363"}, "properties": {"repobilityId": "3a3f5e5a6242f3ba", "scanner": "scanner-primary", "fingerprint": "e3f493976c307c20", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-4715532b173f04b7", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/tools/job-sheet-generator/page.tsx:153"}, "properties": {"repobilityId": "7fe1ac32a0392294", "scanner": "scanner-primary", "fingerprint": "4715532b173f04b7", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-6d955a657164fabd", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/tools/tradie-tax-calculator/page.tsx:150"}, "properties": {"repobilityId": "74a32d2c0f354799", "scanner": "scanner-primary", "fingerprint": "6d955a657164fabd", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-5ca664fbdb246452", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/tools/charge-out-rate-calculator/page.tsx:156"}, "properties": {"repobilityId": "e2372561cf902037", "scanner": "scanner-primary", "fingerprint": "5ca664fbdb246452", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-eca7a4c8edf3bc96", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/tools/quote-template/page.tsx:155"}, "properties": {"repobilityId": "9e9586f9120c9c75", "scanner": "scanner-primary", "fingerprint": "eca7a4c8edf3bc96", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-8b8f35dca79faa92", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/tools/quote-template/quote-builder.tsx:259"}, "properties": {"repobilityId": "4c492da121fd4ad2", "scanner": "scanner-primary", "fingerprint": "8b8f35dca79faa92", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-846ff54bb6d018fe", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/tools/tax-invoice-generator/invoice-builder.tsx:339"}, "properties": {"repobilityId": "04236b429e38008c", "scanner": "scanner-primary", "fingerprint": "846ff54bb6d018fe", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-0ff985e4b3280e40", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/tools/tax-invoice-generator/page.tsx:149"}, "properties": {"repobilityId": "98700a6af9e30d6b", "scanner": "scanner-primary", "fingerprint": "0ff985e4b3280e40", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-66da2e3e66b0ce01", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/onboarding/wizard.tsx:549"}, "properties": {"repobilityId": "426c4d1dae8e8064", "scanner": "scanner-primary", "fingerprint": "66da2e3e66b0ce01", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-09a63fb186c879ab", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/onboarding/lfw-wizard.tsx:572"}, "properties": {"repobilityId": "52c66060f6ed69d5", "scanner": "scanner-primary", "fingerprint": "09a63fb186c879ab", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-235dbb763c08a962", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/t/[slug]/page.tsx:87"}, "properties": {"repobilityId": "637f1390d3662be1", "scanner": "scanner-primary", "fingerprint": "235dbb763c08a962", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-569ce73fa149f106", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/blog/[slug]/page.tsx:241"}, "properties": {"repobilityId": "edc166468e8868e7", "scanner": "scanner-primary", "fingerprint": "569ce73fa149f106", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-534aeda7f2244b50", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/public-profile.tsx:775"}, "properties": {"repobilityId": "c3514ec00fa41b13", "scanner": "scanner-primary", "fingerprint": "534aeda7f2244b50", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-ded82674166ed9f7", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/sticky-contact-bar.tsx:88"}, "properties": {"repobilityId": "add4e3f9b63236d5", "scanner": "scanner-primary", "fingerprint": "ded82674166ed9f7", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-9607ca3dc28e99d3", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/landing/phone-showcase.tsx:57"}, "properties": {"repobilityId": "6865fe67d6fa4773", "scanner": "scanner-primary", "fingerprint": "9607ca3dc28e99d3", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-05181e8d004d93f0", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/tools/job-sheet-generator/page.tsx:153"}, "properties": {"repobilityId": "457d196e57d0eb45", "scanner": "scanner-primary", "fingerprint": "05181e8d004d93f0", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/tools/job-sheet-generator/page.tsx"}, "region": {"startLine": 153}}}]}, {"ruleId": "scanner-d380a208cee12147", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/tools/tradie-tax-calculator/page.tsx:150"}, "properties": {"repobilityId": "6b2f7a4bb52a9bac", "scanner": "scanner-primary", "fingerprint": "d380a208cee12147", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/tools/tradie-tax-calculator/page.tsx"}, "region": {"startLine": 150}}}]}, {"ruleId": "scanner-3f3a241b52ff0736", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/tools/charge-out-rate-calculator/page.tsx:156"}, "properties": {"repobilityId": "0dbdfc43f8a6a0b4", "scanner": "scanner-primary", "fingerprint": "3f3a241b52ff0736", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/tools/charge-out-rate-calculator/page.tsx"}, "region": {"startLine": 156}}}]}, {"ruleId": "scanner-794e94af165cdef2", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/tools/tax-invoice-generator/page.tsx:149"}, "properties": {"repobilityId": "254e835bbf595c91", "scanner": "scanner-primary", "fingerprint": "794e94af165cdef2", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/tools/tax-invoice-generator/page.tsx"}, "region": {"startLine": 149}}}]}, {"ruleId": "scanner-93a662e6aeb04b7c", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/t/[slug]/page.tsx:87"}, "properties": {"repobilityId": "a9d93c79653d635d", "scanner": "scanner-primary", "fingerprint": "93a662e6aeb04b7c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/t/[slug]/page.tsx"}, "region": {"startLine": 87}}}]}, {"ruleId": "scanner-1dc290593418ac90", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/blog/[slug]/page.tsx:241"}, "properties": {"repobilityId": "df5a2a4c38f975f6", "scanner": "scanner-primary", "fingerprint": "1dc290593418ac90", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/blog/[slug]/page.tsx"}, "region": {"startLine": 241}}}]}, {"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-e590052b16cacf9c", "level": "note", "message": {"text": "Very large file: src/app/dashboard/dashboard-client.tsx (2125 lines)"}, "properties": {"repobilityId": "8d697dde0a3c540c", "scanner": "scanner-primary", "fingerprint": "e590052b16cacf9c", "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": "e336192f21fc1108", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "14eb44d8e6049b70", "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": "e468eeeca7edeb1e", "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": "3b9e3b591b4fc86d", "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": "97864864104b5502", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"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"]}}]}]}