{"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-79e325fb635073b6", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/OpportunityCard.tsx:93", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/OpportunityCard.tsx:93"}, "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-bd95b5b1665ed258", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/Sidebar.tsx:26", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/Sidebar.tsx:26"}, "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-0068474b14b6f81d", "name": "\"active\" state uses light bg in a dark theme \u2014 src/components/Sidebar.tsx:49", "shortDescription": {"text": "\"active\" state uses light bg in a dark theme \u2014 src/components/Sidebar.tsx:49"}, "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-3b843a1d29cf366f", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/company/CompanyTeam.tsx:42", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/company/CompanyTeam.tsx:42"}, "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-c7fcb9648874c988", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/company-directory/CompanyDirectoryClient.tsx:228", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/company-directory/CompanyDirectoryClient.tsx:228"}, "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-8f87efadf8d956d9", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/company-directory/FeaturedCompanyHero.tsx:91", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/company-directory/FeaturedCompanyHero.tsx:91"}, "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-2b9ca94303a9c26e", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/company-directory/CompanyCard.tsx:110", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/company-directory/CompanyCard.tsx:110"}, "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-a92e29f602c8e376", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/notifications/NotificationBell.tsx:133", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/notifications/NotificationBell.tsx:133"}, "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-b546d0923f07db2c", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/DataRoomsPanel.tsx:72", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/DataRoomsPanel.tsx:72"}, "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-624ac8f3c624520d", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/MyNegotiations.tsx:90", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/MyNegotiations.tsx:90"}, "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-05db4fd1a5b927f5", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/SavedItemsCompact.tsx:118", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/SavedItemsCompact.tsx:118"}, "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-112c3994813e295c", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/listings/ListingActionsMenu.tsx:190", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/listings/ListingActionsMenu.tsx:190"}, "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-43b339631a73f5a0", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/listings/ListingsTable.tsx:176", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/listings/ListingsTable.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-5198906d2e2f6ce3", "name": "\"active\" state uses light bg in a dark theme \u2014 src/components/dashboard/listings/ListingsToolbar.tsx:141", "shortDescription": {"text": "\"active\" state uses light bg in a dark theme \u2014 src/components/dashboard/listings/ListingsToolbar.tsx:141"}, "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-65b9abb9bd4ea912", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/introductions/IntroductionsClient.tsx:259", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/introductions/IntroductionsClient.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-9a5b85f75dc19d44", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/management/DocumentManager.tsx:266", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/management/DocumentManager.tsx:266"}, "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-e2cf043c34e4f9be", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/management/ListingInformationBlock.tsx:129", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/management/ListingInformationBlock.tsx:129"}, "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-98bc4cd6d85f2ee3", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/management/ListingDocumentsBlock.tsx:100", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/management/ListingDocumentsBlock.tsx:100"}, "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-5e7bf5a0b816f722", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/deals/DealIntegrations.tsx:47", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/deals/DealIntegrations.tsx:47"}, "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-e12c33bee1126824", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/dashboard/deals/DealNotes.tsx:133", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/dashboard/deals/DealNotes.tsx:133"}, "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-339989175a6dec5b", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/deals/DealsWorkspace.tsx:355", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/deals/DealsWorkspace.tsx:355"}, "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-30a81048f9d7c1d6", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/deals/DealDetailView.tsx:673", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/deals/DealDetailView.tsx:673"}, "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-a19ba05a44baa6a9", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/deals/DealPipelineView.tsx:85", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/deals/DealPipelineView.tsx:85"}, "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-873038db0b71b40b", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/deals/DealTableView.tsx:141", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/deals/DealTableView.tsx:141"}, "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-58e85e3e8f795085", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/AdminMembers.tsx:118", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/AdminMembers.tsx:118"}, "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-76b45be81c32f710", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/AdminCompanies.tsx:85", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/AdminCompanies.tsx:85"}, "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-632f4fd5c78474f4", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/AdminDashboard.tsx:295", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/AdminDashboard.tsx:295"}, "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-2eb18b478c2455cf", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/AdminOpportunities.tsx:83", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/AdminOpportunities.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-0707ed8d9e82c5b9", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/AdminGlobalSearch.tsx:235", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/AdminGlobalSearch.tsx:235"}, "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-fdbc75acb7ea5252", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/AdminIntroductions.tsx:86", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/AdminIntroductions.tsx:86"}, "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-2121502cdf2bebe1", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/AdminListings.tsx:41", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/AdminListings.tsx:41"}, "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-9d746c2416903cbf", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/AdminAudit.tsx:376", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/AdminAudit.tsx:376"}, "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-0f2c71032e7756fd", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/AdminDeals.tsx:75", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/AdminDeals.tsx:75"}, "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-d4922eac79c49be3", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/moderation/ModerationCenter.tsx:303", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/moderation/ModerationCenter.tsx:303"}, "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-0d4801f41cb087f2", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/member/MemberProfileView.tsx:355", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/member/MemberProfileView.tsx:355"}, "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-29941dd80b370bed", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/opportunities/FeaturedOpportunityHero.tsx:92", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/opportunities/FeaturedOpportunityHero.tsx:92"}, "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-9ee112964ee2cac2", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/messages/MessageComposer.tsx:114", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/messages/MessageComposer.tsx:114"}, "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-6a087317f6b24dbc", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/messages/MediaPreview.tsx:53", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/messages/MediaPreview.tsx:53"}, "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-3c914ee93696ff73", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/messages/AttachmentCard.tsx:35", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/messages/AttachmentCard.tsx:35"}, "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-a03040601eb30f8f", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/messages/OpportunitySummaryCard.tsx:50", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/messages/OpportunitySummaryCard.tsx:50"}, "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-4ef4fd8ea8a5e1bf", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/messages/ConversationThread.tsx:131", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/messages/ConversationThread.tsx:131"}, "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-b40af37d48034655", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/messages/ConversationListItem.tsx:91", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/messages/ConversationListItem.tsx:91"}, "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-29b229d4993ef169", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/profile/SavedSections.tsx:103", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/profile/SavedSections.tsx:103"}, "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-3d8c0906ac5f702e", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/profile/ContactCard.tsx:111", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/profile/ContactCard.tsx:111"}, "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-ca428c7a29e8d37f", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/members/MemberDirectoryClient.tsx:225", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/members/MemberDirectoryClient.tsx:225"}, "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-d87448a496c6462c", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/members/MemberCard.tsx:136", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/members/MemberCard.tsx:136"}, "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-56d873694e26eba7", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/wizard/ReviewSummary.tsx:123", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/wizard/ReviewSummary.tsx:123"}, "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-183bf81c86b8834f", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/wizard/DocumentList.tsx:57", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/wizard/DocumentList.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-7516eeba02e6b004", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/wizard/MediaPreviews.tsx:58", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/wizard/MediaPreviews.tsx:58"}, "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-9f7f5e17d62d735b", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/documents/DocumentRow.tsx:49", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/documents/DocumentRow.tsx:49"}, "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-ba9ff5f3003b9eaa", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/map/ClusterPreviewCard.tsx:79", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/map/ClusterPreviewCard.tsx:79"}, "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-e97967a7946ce2fd", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/map/MarkerPreviewCard.tsx:68", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/map/MarkerPreviewCard.tsx:68"}, "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-b3787e87288f4d8e", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/map/MapListPanel.tsx:187", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/map/MapListPanel.tsx:187"}, "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-ca1c22aec01406c5", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/filters/ActiveFilterChips.tsx:82", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/filters/ActiveFilterChips.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-7ce6bd5bcb136596", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/dashboard/deals/DealNotes.tsx:133", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/dashboard/deals/DealNotes.tsx:133"}, "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-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-1abbf514f4d80688", "name": "Very large file: src/components/providers/MessagingProvider.tsx (3707 lines)", "shortDescription": {"text": "Very large file: src/components/providers/MessagingProvider.tsx (3707 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 254 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 8 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 135 placeholder/mock markers across 41 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-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-2c5f98b152cddb6d", "name": "Agent authority lacks a verifier contract: .claude/launch.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/launch.json"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e725d2ab884fbd49", "name": "Multiple root agent instruction files without precedence", "shortDescription": {"text": "Multiple root agent instruction files without precedence"}, "fullDescription": {"text": "The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f0e45aab9fa860b9", "name": "Commented-code block (5 lines) in scripts/generate-placeholders.mjs:3", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/generate-placeholders.mjs: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-7326d64b63f8cf2e", "name": "Commented-code block (5 lines) in src/components/dashboard/management/ImageManager.tsx:94", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/dashboard/management/ImageManager.tsx:94"}, "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-f9b58901e5066856", "name": "Commented-code block (5 lines) in src/lib/downloadDocument.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/downloadDocument.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-029b7e22ca1c97ac", "name": "Commented-code block (6 lines) in src/lib/imageStore.ts:3", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/imageStore.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-b975450ff6ed71b9", "name": "Commented-code block (5 lines) in src/lib/roles.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/roles.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-1cd5393ef72e606d", "name": "Commented-code block (5 lines) in src/lib/admin/createRecords.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/admin/createRecords.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-cbbe41c2eb0b7477", "name": "Commented-code block (5 lines) in src/lib/documents/id.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/documents/id.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}}]}}, "automationDetails": {"id": "repobility/23113"}, "properties": {"repository": "yachtcash/CapitalCircle", "repoUrl": "https://github.com/yachtcash/CapitalCircle", "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-79e325fb635073b6", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/OpportunityCard.tsx:93"}, "properties": {"repobilityId": "ca92ecd7c3e56d80", "scanner": "scanner-primary", "fingerprint": "79e325fb635073b6", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-bd95b5b1665ed258", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/Sidebar.tsx:26"}, "properties": {"repobilityId": "450176a4d82f7dad", "scanner": "scanner-primary", "fingerprint": "bd95b5b1665ed258", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-0068474b14b6f81d", "level": "note", "message": {"text": "\"active\" state uses light bg in a dark theme \u2014 src/components/Sidebar.tsx:49"}, "properties": {"repobilityId": "a2b8fd6fc4157f08", "scanner": "scanner-primary", "fingerprint": "0068474b14b6f81d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.active-light-bg"]}}, {"ruleId": "scanner-3b843a1d29cf366f", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/company/CompanyTeam.tsx:42"}, "properties": {"repobilityId": "2c9cb671623d5a55", "scanner": "scanner-primary", "fingerprint": "3b843a1d29cf366f", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-c7fcb9648874c988", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/company-directory/CompanyDirectoryClient.tsx:228"}, "properties": {"repobilityId": "0b78de5702f155c8", "scanner": "scanner-primary", "fingerprint": "c7fcb9648874c988", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-8f87efadf8d956d9", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/company-directory/FeaturedCompanyHero.tsx:91"}, "properties": {"repobilityId": "dac7253dbef66ea9", "scanner": "scanner-primary", "fingerprint": "8f87efadf8d956d9", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-2b9ca94303a9c26e", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/company-directory/CompanyCard.tsx:110"}, "properties": {"repobilityId": "79c86197d581d16f", "scanner": "scanner-primary", "fingerprint": "2b9ca94303a9c26e", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-a92e29f602c8e376", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/notifications/NotificationBell.tsx:133"}, "properties": {"repobilityId": "bcac2b2ce6d72d15", "scanner": "scanner-primary", "fingerprint": "a92e29f602c8e376", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-b546d0923f07db2c", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/DataRoomsPanel.tsx:72"}, "properties": {"repobilityId": "39606636eb043a1f", "scanner": "scanner-primary", "fingerprint": "b546d0923f07db2c", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-624ac8f3c624520d", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/MyNegotiations.tsx:90"}, "properties": {"repobilityId": "5ed74dea48ab1774", "scanner": "scanner-primary", "fingerprint": "624ac8f3c624520d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-05db4fd1a5b927f5", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/SavedItemsCompact.tsx:118"}, "properties": {"repobilityId": "e98c1f54af91f0f4", "scanner": "scanner-primary", "fingerprint": "05db4fd1a5b927f5", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-112c3994813e295c", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/listings/ListingActionsMenu.tsx:190"}, "properties": {"repobilityId": "e31a3a720710376d", "scanner": "scanner-primary", "fingerprint": "112c3994813e295c", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-43b339631a73f5a0", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/listings/ListingsTable.tsx:176"}, "properties": {"repobilityId": "026c763215b910d3", "scanner": "scanner-primary", "fingerprint": "43b339631a73f5a0", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-5198906d2e2f6ce3", "level": "note", "message": {"text": "\"active\" state uses light bg in a dark theme \u2014 src/components/dashboard/listings/ListingsToolbar.tsx:141"}, "properties": {"repobilityId": "f85e82dfcdc56ae7", "scanner": "scanner-primary", "fingerprint": "5198906d2e2f6ce3", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.active-light-bg"]}}, {"ruleId": "scanner-65b9abb9bd4ea912", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/introductions/IntroductionsClient.tsx:259"}, "properties": {"repobilityId": "b27c3cc9c10310b3", "scanner": "scanner-primary", "fingerprint": "65b9abb9bd4ea912", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-9a5b85f75dc19d44", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/management/DocumentManager.tsx:266"}, "properties": {"repobilityId": "ceffdcc0e5f136b9", "scanner": "scanner-primary", "fingerprint": "9a5b85f75dc19d44", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-e2cf043c34e4f9be", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/management/ListingInformationBlock.tsx:129"}, "properties": {"repobilityId": "5022585d258e418d", "scanner": "scanner-primary", "fingerprint": "e2cf043c34e4f9be", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-98bc4cd6d85f2ee3", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/management/ListingDocumentsBlock.tsx:100"}, "properties": {"repobilityId": "1406979cb2db806e", "scanner": "scanner-primary", "fingerprint": "98bc4cd6d85f2ee3", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-5e7bf5a0b816f722", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/deals/DealIntegrations.tsx:47"}, "properties": {"repobilityId": "f22ac29e18fa0265", "scanner": "scanner-primary", "fingerprint": "5e7bf5a0b816f722", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-e12c33bee1126824", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/dashboard/deals/DealNotes.tsx:133"}, "properties": {"repobilityId": "572c656d5a9c3c58", "scanner": "scanner-primary", "fingerprint": "e12c33bee1126824", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-339989175a6dec5b", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/deals/DealsWorkspace.tsx:355"}, "properties": {"repobilityId": "2df2036fa80ce9ad", "scanner": "scanner-primary", "fingerprint": "339989175a6dec5b", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-30a81048f9d7c1d6", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/deals/DealDetailView.tsx:673"}, "properties": {"repobilityId": "4b0a5ab4dd0d0fa7", "scanner": "scanner-primary", "fingerprint": "30a81048f9d7c1d6", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-a19ba05a44baa6a9", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/deals/DealPipelineView.tsx:85"}, "properties": {"repobilityId": "2027268ae68aa86f", "scanner": "scanner-primary", "fingerprint": "a19ba05a44baa6a9", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-873038db0b71b40b", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/deals/DealTableView.tsx:141"}, "properties": {"repobilityId": "61cca4786730b55a", "scanner": "scanner-primary", "fingerprint": "873038db0b71b40b", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-58e85e3e8f795085", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/AdminMembers.tsx:118"}, "properties": {"repobilityId": "49a424a4128114f6", "scanner": "scanner-primary", "fingerprint": "58e85e3e8f795085", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-76b45be81c32f710", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/AdminCompanies.tsx:85"}, "properties": {"repobilityId": "9d47c4ee1e91c010", "scanner": "scanner-primary", "fingerprint": "76b45be81c32f710", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-632f4fd5c78474f4", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/AdminDashboard.tsx:295"}, "properties": {"repobilityId": "1374f53c2b0c808a", "scanner": "scanner-primary", "fingerprint": "632f4fd5c78474f4", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-2eb18b478c2455cf", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/AdminOpportunities.tsx:83"}, "properties": {"repobilityId": "9097e09cdf4b679d", "scanner": "scanner-primary", "fingerprint": "2eb18b478c2455cf", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-0707ed8d9e82c5b9", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/AdminGlobalSearch.tsx:235"}, "properties": {"repobilityId": "ce9a11874812e9c2", "scanner": "scanner-primary", "fingerprint": "0707ed8d9e82c5b9", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-fdbc75acb7ea5252", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/AdminIntroductions.tsx:86"}, "properties": {"repobilityId": "78cf55fe4a99101e", "scanner": "scanner-primary", "fingerprint": "fdbc75acb7ea5252", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-2121502cdf2bebe1", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/AdminListings.tsx:41"}, "properties": {"repobilityId": "16d98cae2bc60728", "scanner": "scanner-primary", "fingerprint": "2121502cdf2bebe1", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-9d746c2416903cbf", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/AdminAudit.tsx:376"}, "properties": {"repobilityId": "074c4b8396e4f3e7", "scanner": "scanner-primary", "fingerprint": "9d746c2416903cbf", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-0f2c71032e7756fd", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/AdminDeals.tsx:75"}, "properties": {"repobilityId": "6686d7a269024f05", "scanner": "scanner-primary", "fingerprint": "0f2c71032e7756fd", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-d4922eac79c49be3", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/admin/moderation/ModerationCenter.tsx:303"}, "properties": {"repobilityId": "3a4b86c344a0504d", "scanner": "scanner-primary", "fingerprint": "d4922eac79c49be3", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-0d4801f41cb087f2", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/member/MemberProfileView.tsx:355"}, "properties": {"repobilityId": "b424e64a1d238b70", "scanner": "scanner-primary", "fingerprint": "0d4801f41cb087f2", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-29941dd80b370bed", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/opportunities/FeaturedOpportunityHero.tsx:92"}, "properties": {"repobilityId": "1f332fac2deaa1fc", "scanner": "scanner-primary", "fingerprint": "29941dd80b370bed", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-9ee112964ee2cac2", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/messages/MessageComposer.tsx:114"}, "properties": {"repobilityId": "8d38ed73fa1e1489", "scanner": "scanner-primary", "fingerprint": "9ee112964ee2cac2", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-6a087317f6b24dbc", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/messages/MediaPreview.tsx:53"}, "properties": {"repobilityId": "c21441d6e94443ed", "scanner": "scanner-primary", "fingerprint": "6a087317f6b24dbc", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-3c914ee93696ff73", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/messages/AttachmentCard.tsx:35"}, "properties": {"repobilityId": "6ae83d9d6dda082a", "scanner": "scanner-primary", "fingerprint": "3c914ee93696ff73", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-a03040601eb30f8f", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/messages/OpportunitySummaryCard.tsx:50"}, "properties": {"repobilityId": "6d8696471ce21783", "scanner": "scanner-primary", "fingerprint": "a03040601eb30f8f", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-4ef4fd8ea8a5e1bf", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/messages/ConversationThread.tsx:131"}, "properties": {"repobilityId": "058e067a228ded75", "scanner": "scanner-primary", "fingerprint": "4ef4fd8ea8a5e1bf", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-b40af37d48034655", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/messages/ConversationListItem.tsx:91"}, "properties": {"repobilityId": "1e7a4c7bbe6fd3f1", "scanner": "scanner-primary", "fingerprint": "b40af37d48034655", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-29b229d4993ef169", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/profile/SavedSections.tsx:103"}, "properties": {"repobilityId": "0a35bf58c5d83af2", "scanner": "scanner-primary", "fingerprint": "29b229d4993ef169", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-3d8c0906ac5f702e", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/profile/ContactCard.tsx:111"}, "properties": {"repobilityId": "d8701fd82207f22c", "scanner": "scanner-primary", "fingerprint": "3d8c0906ac5f702e", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-ca428c7a29e8d37f", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/members/MemberDirectoryClient.tsx:225"}, "properties": {"repobilityId": "dd57d5cd8a57338c", "scanner": "scanner-primary", "fingerprint": "ca428c7a29e8d37f", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-d87448a496c6462c", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/members/MemberCard.tsx:136"}, "properties": {"repobilityId": "1deb33004288e01f", "scanner": "scanner-primary", "fingerprint": "d87448a496c6462c", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-56d873694e26eba7", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/wizard/ReviewSummary.tsx:123"}, "properties": {"repobilityId": "f1f3310cc9e2b1f6", "scanner": "scanner-primary", "fingerprint": "56d873694e26eba7", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-183bf81c86b8834f", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/wizard/DocumentList.tsx:57"}, "properties": {"repobilityId": "3ef2bfa597821f36", "scanner": "scanner-primary", "fingerprint": "183bf81c86b8834f", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-7516eeba02e6b004", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/wizard/MediaPreviews.tsx:58"}, "properties": {"repobilityId": "bbd746394d696ca3", "scanner": "scanner-primary", "fingerprint": "7516eeba02e6b004", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-9f7f5e17d62d735b", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/documents/DocumentRow.tsx:49"}, "properties": {"repobilityId": "42f443f9a4b8b6b2", "scanner": "scanner-primary", "fingerprint": "9f7f5e17d62d735b", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-ba9ff5f3003b9eaa", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/map/ClusterPreviewCard.tsx:79"}, "properties": {"repobilityId": "32ae2543ccf8ed6f", "scanner": "scanner-primary", "fingerprint": "ba9ff5f3003b9eaa", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-e97967a7946ce2fd", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/map/MarkerPreviewCard.tsx:68"}, "properties": {"repobilityId": "b7763d81e51c9fb4", "scanner": "scanner-primary", "fingerprint": "e97967a7946ce2fd", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-b3787e87288f4d8e", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/map/MapListPanel.tsx:187"}, "properties": {"repobilityId": "4bc65ea8924d4504", "scanner": "scanner-primary", "fingerprint": "b3787e87288f4d8e", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-ca1c22aec01406c5", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/filters/ActiveFilterChips.tsx:82"}, "properties": {"repobilityId": "4666227b3c4b2c46", "scanner": "scanner-primary", "fingerprint": "ca1c22aec01406c5", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-7ce6bd5bcb136596", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/dashboard/deals/DealNotes.tsx:133"}, "properties": {"repobilityId": "8efd3ae47dcaf47a", "scanner": "scanner-primary", "fingerprint": "7ce6bd5bcb136596", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/dashboard/deals/DealNotes.tsx"}, "region": {"startLine": 133}}}]}, {"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-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-1abbf514f4d80688", "level": "note", "message": {"text": "Very large file: src/components/providers/MessagingProvider.tsx (3707 lines)"}, "properties": {"repobilityId": "6d3814dd72189f6f", "scanner": "scanner-primary", "fingerprint": "1abbf514f4d80688", "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": "d4d812ff99ca38b1", "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": "31bcd900c52b475a", "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": "ca46276d917a41cf", "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": "2a46df10419cb3f5", "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": "65bf51c29c31c760", "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": "78c76ed04bae2eaf", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "cf69da5887b8f342", "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": "d493af8bd53cca4e", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-2c5f98b152cddb6d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/launch.json"}, "properties": {"repobilityId": "0de48c0f4ab303d8", "scanner": "scanner-primary", "fingerprint": "2c5f98b152cddb6d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/launch.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e725d2ab884fbd49", "level": "note", "message": {"text": "Multiple root agent instruction files without precedence"}, "properties": {"repobilityId": "1953db6c89508d22", "scanner": "scanner-primary", "fingerprint": "e725d2ab884fbd49", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["agent-instructions", "governance"]}}, {"ruleId": "scanner-f0e45aab9fa860b9", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/generate-placeholders.mjs:3"}, "properties": {"repobilityId": "9a07bfd33315b1a8", "scanner": "scanner-primary", "fingerprint": "f0e45aab9fa860b9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7326d64b63f8cf2e", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/dashboard/management/ImageManager.tsx:94"}, "properties": {"repobilityId": "60b05e4edb8c22d7", "scanner": "scanner-primary", "fingerprint": "7326d64b63f8cf2e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f9b58901e5066856", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/downloadDocument.ts:3"}, "properties": {"repobilityId": "173f685e75bbb7a0", "scanner": "scanner-primary", "fingerprint": "f9b58901e5066856", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-029b7e22ca1c97ac", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/imageStore.ts:3"}, "properties": {"repobilityId": "d382225aec5a4d24", "scanner": "scanner-primary", "fingerprint": "029b7e22ca1c97ac", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b975450ff6ed71b9", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/roles.ts:3"}, "properties": {"repobilityId": "f5a8cd680978e96c", "scanner": "scanner-primary", "fingerprint": "b975450ff6ed71b9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1cd5393ef72e606d", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/admin/createRecords.ts:3"}, "properties": {"repobilityId": "23379274616fa6b4", "scanner": "scanner-primary", "fingerprint": "1cd5393ef72e606d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cbbe41c2eb0b7477", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/documents/id.ts:3"}, "properties": {"repobilityId": "12bcd9c17806d144", "scanner": "scanner-primary", "fingerprint": "cbbe41c2eb0b7477", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}