{"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-690c599a48e347a2", "name": "Stray `console.log` in TS/JS \u2014 scripts/wire-inference.ts:32", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/wire-inference.ts:32"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ee073d3bb53f13fe", "name": "Stray `console.log` in TS/JS \u2014 scripts/seed-yeetful-claude-endpoints.ts:46", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/seed-yeetful-claude-endpoints.ts:46"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-e315c2303897542f", "name": "Stray `console.log` in TS/JS \u2014 scripts/test-api.ts:34", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/test-api.ts:34"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f2cc309a2584fc4a", "name": "Stray `console.log` in TS/JS \u2014 scripts/test-auth.ts:19", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/test-auth.ts:19"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-433f436f95ccc031", "name": "Stray `console.log` in TS/JS \u2014 scripts/fix-stale-endpoint-urls.ts:72", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fix-stale-endpoint-urls.ts:72"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-df684f91bc56cec4", "name": "Stray `console.log` in TS/JS \u2014 scripts/seed-agents-post.ts:93", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/seed-agents-post.ts:93"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-bbaee1ee43adc2df", "name": "Stray `console.log` in TS/JS \u2014 scripts/ingest-agentic.ts:394", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/ingest-agentic.ts:394"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-cf4a9f9d01629140", "name": "Stray `console.log` in TS/JS \u2014 scripts/seed-first-post.ts:79", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/seed-first-post.ts:79"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3a9213f784bfa20f", "name": "`truncate` class without `title=` for hover reveal \u2014 components/ApiKeysPanel.tsx:188", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/ApiKeysPanel.tsx:188"}, "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-b82d4e445a18d0d4", "name": "`truncate` class without `title=` for hover reveal \u2014 components/MessageReceipts.tsx:58", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/MessageReceipts.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-83599b53da7aff39", "name": "`truncate` class without `title=` for hover reveal \u2014 components/OrgMembersView.tsx:150", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/OrgMembersView.tsx:150"}, "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-8260836fa50e1dec", "name": "`truncate` class without `title=` for hover reveal \u2014 components/ConnectAgentCard.tsx:99", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/ConnectAgentCard.tsx:99"}, "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-530faf4bc9f0ad2e", "name": "`truncate` class without `title=` for hover reveal \u2014 components/OrgReport.tsx:166", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/OrgReport.tsx:166"}, "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-9e8712887fb76dd2", "name": "`truncate` class without `title=` for hover reveal \u2014 components/ChatSidebar.tsx:113", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/ChatSidebar.tsx:113"}, "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-2adc46de99ac7465", "name": "`truncate` class without `title=` for hover reveal \u2014 components/ShareButton.tsx:117", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/ShareButton.tsx:117"}, "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-41889cf7e1c88cc0", "name": "`truncate` class without `title=` for hover reveal \u2014 components/ActivityBoard.tsx:107", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/ActivityBoard.tsx:107"}, "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-7072c01ffe9d0c07", "name": "`truncate` class without `title=` for hover reveal \u2014 design/yeetful-directory.artifact.tsx:100", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 design/yeetful-directory.artifact.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-9842a55e47f8cc6b", "name": "\"active\" state uses light bg in a dark theme \u2014 design/yeetful-directory.artifact.tsx:79", "shortDescription": {"text": "\"active\" state uses light bg in a dark theme \u2014 design/yeetful-directory.artifact.tsx:79"}, "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-edcbbfc1207ec5ed", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/blog/page.tsx:119", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/blog/page.tsx:119"}, "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-eb0720416191e3f9", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/blog/[slug]/page.tsx:122", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/blog/[slug]/page.tsx:122"}, "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-01b77720b59154b4", "name": "`truncate` class without `title=` for hover reveal \u2014 app/p/[slug]/page.tsx:49", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/p/[slug]/page.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-d60d226848ee3835", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/docs/page.tsx:24", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/docs/page.tsx:24"}, "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-804cd104d392c3b3", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/docs/expense-account/page.tsx:17", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/docs/expense-account/page.tsx:17"}, "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-2bf12f9a9e7550f4", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/docs/teams/page.tsx:17", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/docs/teams/page.tsx:17"}, "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-5470b949486f08ed", "name": "Stray `console.log` in TS/JS \u2014 app/docs/quickstart/page.tsx:68", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/docs/quickstart/page.tsx:68"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8a672bff6189b8bc", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/docs/quickstart/page.tsx:17", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/docs/quickstart/page.tsx:17"}, "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-9b9fdb770cf4d6d2", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/docs/ledger-sync/page.tsx:17", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/docs/ledger-sync/page.tsx:17"}, "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-7fbf3dfb54fafd07", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/docs/x402/page.tsx:17", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/docs/x402/page.tsx:17"}, "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-4099fd61584de8b3", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/docs/agents/page.tsx:17", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/docs/agents/page.tsx:17"}, "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-6a6b43dc0d9ccfc1", "name": "TODO/FIXME marker in shipping code \u2014 app/docs/claude-code/page.tsx:49", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 app/docs/claude-code/page.tsx:49"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-7e0b231c50da66ab", "name": "Stray `console.log` in TS/JS \u2014 app/docs/claude-code/page.tsx:57", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/docs/claude-code/page.tsx:57"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-43ed866a4fb930e4", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/docs/claude-code/page.tsx:90", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/docs/claude-code/page.tsx:90"}, "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-695eed8b328a616c", "name": "`truncate` class without `title=` for hover reveal \u2014 app/dashboard/page.tsx:76", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/dashboard/page.tsx:76"}, "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-c2c6727f551a9773", "name": "`truncate` class without `title=` for hover reveal \u2014 app/dashboard/activity/page.tsx:36", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/dashboard/activity/page.tsx:36"}, "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-eb7745ea254eb325", "name": "`truncate` class without `title=` for hover reveal \u2014 app/dashboard/approvals/page.tsx:76", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/dashboard/approvals/page.tsx:76"}, "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-96a570b3ae156fe7", "name": "`truncate` class without `title=` for hover reveal \u2014 app/servers/page.tsx:480", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/servers/page.tsx:480"}, "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-92b2431ec01a0b63", "name": "Insecure pattern 'direct_innerhtml_assignment' in components/PaymentWeb.tsx:82", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in components/PaymentWeb.tsx:82"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0f19b9bb7373fcd3", "name": "Insecure pattern 'dangerous_innerhtml' in app/blog/page.tsx:119", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/blog/page.tsx:119"}, "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-94518c1426c5b655", "name": "Insecure pattern 'dangerous_innerhtml' in app/blog/[slug]/page.tsx:122", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/blog/[slug]/page.tsx:122"}, "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-c8940305bbdd3fdd", "name": "Insecure pattern 'dangerous_innerhtml' in app/docs/page.tsx:24", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/docs/page.tsx:24"}, "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-a9e350d9b6e7db78", "name": "Insecure pattern 'dangerous_innerhtml' in app/docs/expense-account/page.tsx:17", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/docs/expense-account/page.tsx:17"}, "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-314a6017fe904141", "name": "Insecure pattern 'dangerous_innerhtml' in app/docs/teams/page.tsx:17", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/docs/teams/page.tsx:17"}, "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-97f186ad5a8d231f", "name": "Insecure pattern 'dangerous_innerhtml' in app/docs/quickstart/page.tsx:17", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/docs/quickstart/page.tsx:17"}, "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-9194340b1560e21c", "name": "Insecure pattern 'dangerous_innerhtml' in app/docs/ledger-sync/page.tsx:17", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/docs/ledger-sync/page.tsx:17"}, "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-6ad58ee0649b6e41", "name": "Insecure pattern 'dangerous_innerhtml' in app/docs/x402/page.tsx:17", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/docs/x402/page.tsx:17"}, "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-b740f0311ed22994", "name": "Insecure pattern 'dangerous_innerhtml' in app/docs/agents/page.tsx:17", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/docs/agents/page.tsx:17"}, "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-efaee5f3403556d3", "name": "Insecure pattern 'dangerous_innerhtml' in app/docs/claude-code/page.tsx:90", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/docs/claude-code/page.tsx:90"}, "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-cb639d9a10a47b23", "name": "package.json defines install-time lifecycle scripts", "shortDescription": {"text": "package.json defines install-time lifecycle scripts"}, "fullDescription": {"text": "preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "2 test file(s) for 123 source file(s) (ratio 0.02). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 49 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 37 placeholder/mock markers across 14 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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-88790fc995e26901", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/test-api.ts:47", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/test-api.ts:47"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f16b0dd66f4691de", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/test-auth.ts:36", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/test-auth.ts:36"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a04d383643cd624c", "name": "Commented-code block (7 lines) in scripts/ingest-agentic.ts:312", "shortDescription": {"text": "Commented-code block (7 lines) in scripts/ingest-agentic.ts:312"}, "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-3120ed79329d4e1d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/ingest-agentic.ts:271", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/ingest-agentic.ts:271"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d6778bdd23ae0d1f", "name": "Commented-code block (5 lines) in components/ApiKeysPanel.tsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in components/ApiKeysPanel.tsx: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-c786e7993936eff3", "name": "Commented-code block (6 lines) in components/AgentsPanel.tsx:3", "shortDescription": {"text": "Commented-code block (6 lines) in components/AgentsPanel.tsx: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-9cd384bd6b2bf505", "name": "Commented-code block (5 lines) in components/OrgMembersView.tsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in components/OrgMembersView.tsx: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-c3e903efc6e1d556", "name": "`fetch()` without try/.catch or AbortSignal \u2014 components/ChatInterface.tsx:112", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/ChatInterface.tsx:112"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1e92eeb520f241bd", "name": "Commented-code block (5 lines) in components/ConnectAgentCard.tsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in components/ConnectAgentCard.tsx: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-b2caf84d5662cc85", "name": "Commented-code block (7 lines) in components/SignGrantButton.tsx:3", "shortDescription": {"text": "Commented-code block (7 lines) in components/SignGrantButton.tsx: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-fdbe43e88708049b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 components/SignGrantButton.tsx:94", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/SignGrantButton.tsx:94"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0410cd24cefd6095", "name": "Commented-code block (7 lines) in components/PaymentWeb.tsx:3", "shortDescription": {"text": "Commented-code block (7 lines) in components/PaymentWeb.tsx: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-f09faa44f83fec02", "name": "Legacy-named symbol `heroweb__copy` in components/Hero.tsx:27", "shortDescription": {"text": "Legacy-named symbol `heroweb__copy` in components/Hero.tsx:27"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-695efbe6168283ea", "name": "`fetch()` without try/.catch or AbortSignal \u2014 components/OrgSwitcher.tsx:24", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/OrgSwitcher.tsx:24"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-97c8fe74d1ffe775", "name": "Commented-code block (6 lines) in design/yeetful-directory.artifact.tsx:4", "shortDescription": {"text": "Commented-code block (6 lines) in design/yeetful-directory.artifact.tsx:4"}, "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-753d4f814ed7af7a", "name": "Commented-code block (7 lines) in app/page.tsx:29", "shortDescription": {"text": "Commented-code block (7 lines) in app/page.tsx:29"}, "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-f11794ff2e4b0580", "name": "Commented-code block (6 lines) in app/api/agent/policy/route.ts:10", "shortDescription": {"text": "Commented-code block (6 lines) in app/api/agent/policy/route.ts:10"}, "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-73bdf8fd3f07546a", "name": "Commented-code block (6 lines) in app/api/chat/route.ts:774", "shortDescription": {"text": "Commented-code block (6 lines) in app/api/chat/route.ts:774"}, "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-f2d9e6648b79f0e9", "name": "Commented-code block (5 lines) in app/api/grants/route.ts:11", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/grants/route.ts:11"}, "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-f584b1f5bc09e7d8", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/page.tsx:23", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/page.tsx:23"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0519f2f4cc6cb176", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/activity/page.tsx:13", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/activity/page.tsx:13"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-27d9fb64526dee36", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/keys/page.tsx:18", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/keys/page.tsx:18"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5caf623ef39321f9", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/approvals/page.tsx:22", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/approvals/page.tsx:22"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-791edbb1ee55accd", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/org/page.tsx:29", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/org/page.tsx:29"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6a0e2a3a9c8fae86", "name": "Commented-code block (5 lines) in lib/grant-typed-data.ts:4", "shortDescription": {"text": "Commented-code block (5 lines) in lib/grant-typed-data.ts:4"}, "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-58763b0a1e5e5363", "name": "Commented-code block (6 lines) in lib/auth.ts:4", "shortDescription": {"text": "Commented-code block (6 lines) in lib/auth.ts:4"}, "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-beadb76c7940a7d0", "name": "Commented-code block (5 lines) in lib/blog.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in lib/blog.ts:1"}, "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-369cc5d6b02ba040", "name": "Commented-code block (6 lines) in lib/endpoint-planner.ts:4", "shortDescription": {"text": "Commented-code block (6 lines) in lib/endpoint-planner.ts:4"}, "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-77aaddfc7434159d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 lib/x402.ts:241", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/x402.ts:241"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-063636adc9787028", "name": "Commented-code block (5 lines) in lib/org.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in lib/org.ts:1"}, "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-0019da0a039ac96e", "name": "Commented-code block (5 lines) in lib/wagmi.ts:18", "shortDescription": {"text": "Commented-code block (5 lines) in lib/wagmi.ts:18"}, "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-c8dee0b785352c42", "name": "Commented-code block (5 lines) in lib/indexeddb-polyfill.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in lib/indexeddb-polyfill.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-3927e074f96b2d54", "name": "Commented-code block (7 lines) in lib/session.tsx:6", "shortDescription": {"text": "Commented-code block (7 lines) in lib/session.tsx:6"}, "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-af022f937dd5b7fd", "name": "9 env vars used in code but missing from .env.example", "shortDescription": {"text": "9 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `ADMIN_WALLETS`, `BASE`, `BLOB_READ_WRITE_TOKEN`, `BLOG_ADMIN_PK`, `NEXT_PUBLIC_SITE_URL`, `NODE_ENV`, `SESSION_SECRET`, `YEETFUL_API_KEY` + 1 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/23199"}, "properties": {"repository": "Yeetful/website", "repoUrl": "https://github.com/Yeetful/website", "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-690c599a48e347a2", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/wire-inference.ts:32"}, "properties": {"repobilityId": "e0c910f6699a06ef", "scanner": "scanner-primary", "fingerprint": "690c599a48e347a2", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ee073d3bb53f13fe", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/seed-yeetful-claude-endpoints.ts:46"}, "properties": {"repobilityId": "6d292585eb3bdcbf", "scanner": "scanner-primary", "fingerprint": "ee073d3bb53f13fe", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e315c2303897542f", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/test-api.ts:34"}, "properties": {"repobilityId": "48de571aaec5fb30", "scanner": "scanner-primary", "fingerprint": "e315c2303897542f", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f2cc309a2584fc4a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/test-auth.ts:19"}, "properties": {"repobilityId": "37179e9ae2913ab0", "scanner": "scanner-primary", "fingerprint": "f2cc309a2584fc4a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-433f436f95ccc031", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fix-stale-endpoint-urls.ts:72"}, "properties": {"repobilityId": "5830d5a54e85e852", "scanner": "scanner-primary", "fingerprint": "433f436f95ccc031", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-df684f91bc56cec4", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/seed-agents-post.ts:93"}, "properties": {"repobilityId": "870773cefd136bbe", "scanner": "scanner-primary", "fingerprint": "df684f91bc56cec4", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-bbaee1ee43adc2df", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/ingest-agentic.ts:394"}, "properties": {"repobilityId": "52b4cd33b292c153", "scanner": "scanner-primary", "fingerprint": "bbaee1ee43adc2df", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-cf4a9f9d01629140", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/seed-first-post.ts:79"}, "properties": {"repobilityId": "754be261ac94d78a", "scanner": "scanner-primary", "fingerprint": "cf4a9f9d01629140", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-3a9213f784bfa20f", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/ApiKeysPanel.tsx:188"}, "properties": {"repobilityId": "054886e3dbab4b74", "scanner": "scanner-primary", "fingerprint": "3a9213f784bfa20f", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-b82d4e445a18d0d4", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/MessageReceipts.tsx:58"}, "properties": {"repobilityId": "2dd9d091c654cf8d", "scanner": "scanner-primary", "fingerprint": "b82d4e445a18d0d4", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-83599b53da7aff39", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/OrgMembersView.tsx:150"}, "properties": {"repobilityId": "a72c6e92fc9356e3", "scanner": "scanner-primary", "fingerprint": "83599b53da7aff39", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-8260836fa50e1dec", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/ConnectAgentCard.tsx:99"}, "properties": {"repobilityId": "39b0cbf4bf653d26", "scanner": "scanner-primary", "fingerprint": "8260836fa50e1dec", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-530faf4bc9f0ad2e", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/OrgReport.tsx:166"}, "properties": {"repobilityId": "67f13676b9945e53", "scanner": "scanner-primary", "fingerprint": "530faf4bc9f0ad2e", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-9e8712887fb76dd2", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/ChatSidebar.tsx:113"}, "properties": {"repobilityId": "c2057141bc0fe647", "scanner": "scanner-primary", "fingerprint": "9e8712887fb76dd2", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-2adc46de99ac7465", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/ShareButton.tsx:117"}, "properties": {"repobilityId": "ffb38639535ce3a8", "scanner": "scanner-primary", "fingerprint": "2adc46de99ac7465", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-41889cf7e1c88cc0", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/ActivityBoard.tsx:107"}, "properties": {"repobilityId": "030329a72be5df7e", "scanner": "scanner-primary", "fingerprint": "41889cf7e1c88cc0", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-7072c01ffe9d0c07", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 design/yeetful-directory.artifact.tsx:100"}, "properties": {"repobilityId": "ca37c10de1790c54", "scanner": "scanner-primary", "fingerprint": "7072c01ffe9d0c07", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-9842a55e47f8cc6b", "level": "note", "message": {"text": "\"active\" state uses light bg in a dark theme \u2014 design/yeetful-directory.artifact.tsx:79"}, "properties": {"repobilityId": "63147bd0d817d62e", "scanner": "scanner-primary", "fingerprint": "9842a55e47f8cc6b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.active-light-bg"]}}, {"ruleId": "scanner-edcbbfc1207ec5ed", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/blog/page.tsx:119"}, "properties": {"repobilityId": "1f238bbf17f33cc8", "scanner": "scanner-primary", "fingerprint": "edcbbfc1207ec5ed", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-eb0720416191e3f9", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/blog/[slug]/page.tsx:122"}, "properties": {"repobilityId": "c21e1247bf006285", "scanner": "scanner-primary", "fingerprint": "eb0720416191e3f9", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-01b77720b59154b4", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/p/[slug]/page.tsx:49"}, "properties": {"repobilityId": "bbc6b853e2d55a5b", "scanner": "scanner-primary", "fingerprint": "01b77720b59154b4", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-d60d226848ee3835", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/docs/page.tsx:24"}, "properties": {"repobilityId": "4f6710d86780b5b6", "scanner": "scanner-primary", "fingerprint": "d60d226848ee3835", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-804cd104d392c3b3", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/docs/expense-account/page.tsx:17"}, "properties": {"repobilityId": "ddf1fe00a748ff7c", "scanner": "scanner-primary", "fingerprint": "804cd104d392c3b3", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-2bf12f9a9e7550f4", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/docs/teams/page.tsx:17"}, "properties": {"repobilityId": "4eff37c9d5aec0f4", "scanner": "scanner-primary", "fingerprint": "2bf12f9a9e7550f4", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-5470b949486f08ed", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/docs/quickstart/page.tsx:68"}, "properties": {"repobilityId": "2e7036d528b2639a", "scanner": "scanner-primary", "fingerprint": "5470b949486f08ed", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8a672bff6189b8bc", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/docs/quickstart/page.tsx:17"}, "properties": {"repobilityId": "fff0b3888788d845", "scanner": "scanner-primary", "fingerprint": "8a672bff6189b8bc", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-9b9fdb770cf4d6d2", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/docs/ledger-sync/page.tsx:17"}, "properties": {"repobilityId": "7c753744de9b154f", "scanner": "scanner-primary", "fingerprint": "9b9fdb770cf4d6d2", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-7fbf3dfb54fafd07", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/docs/x402/page.tsx:17"}, "properties": {"repobilityId": "380f4c4f5fb573ca", "scanner": "scanner-primary", "fingerprint": "7fbf3dfb54fafd07", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-4099fd61584de8b3", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/docs/agents/page.tsx:17"}, "properties": {"repobilityId": "c87952261e7f3f0e", "scanner": "scanner-primary", "fingerprint": "4099fd61584de8b3", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-6a6b43dc0d9ccfc1", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 app/docs/claude-code/page.tsx:49"}, "properties": {"repobilityId": "2b098033c8803373", "scanner": "scanner-primary", "fingerprint": "6a6b43dc0d9ccfc1", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-7e0b231c50da66ab", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/docs/claude-code/page.tsx:57"}, "properties": {"repobilityId": "07ccdee57993d932", "scanner": "scanner-primary", "fingerprint": "7e0b231c50da66ab", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-43ed866a4fb930e4", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/docs/claude-code/page.tsx:90"}, "properties": {"repobilityId": "20f1c56acb3e5297", "scanner": "scanner-primary", "fingerprint": "43ed866a4fb930e4", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-695eed8b328a616c", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/dashboard/page.tsx:76"}, "properties": {"repobilityId": "49f13da6b8e12b22", "scanner": "scanner-primary", "fingerprint": "695eed8b328a616c", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-c2c6727f551a9773", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/dashboard/activity/page.tsx:36"}, "properties": {"repobilityId": "24d80e8ef84be2d4", "scanner": "scanner-primary", "fingerprint": "c2c6727f551a9773", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-eb7745ea254eb325", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/dashboard/approvals/page.tsx:76"}, "properties": {"repobilityId": "dcf8b07c881e0969", "scanner": "scanner-primary", "fingerprint": "eb7745ea254eb325", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-96a570b3ae156fe7", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/servers/page.tsx:480"}, "properties": {"repobilityId": "567b30dcef99f2e6", "scanner": "scanner-primary", "fingerprint": "96a570b3ae156fe7", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-92b2431ec01a0b63", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in components/PaymentWeb.tsx:82"}, "properties": {"repobilityId": "b4712a23d528ee20", "scanner": "scanner-primary", "fingerprint": "92b2431ec01a0b63", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "components/PaymentWeb.tsx"}, "region": {"startLine": 82}}}]}, {"ruleId": "scanner-0f19b9bb7373fcd3", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/blog/page.tsx:119"}, "properties": {"repobilityId": "4b5bb7451f415d1c", "scanner": "scanner-primary", "fingerprint": "0f19b9bb7373fcd3", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/blog/page.tsx"}, "region": {"startLine": 119}}}]}, {"ruleId": "scanner-94518c1426c5b655", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/blog/[slug]/page.tsx:122"}, "properties": {"repobilityId": "9c6991e1f0c5c6d8", "scanner": "scanner-primary", "fingerprint": "94518c1426c5b655", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/blog/[slug]/page.tsx"}, "region": {"startLine": 122}}}]}, {"ruleId": "scanner-c8940305bbdd3fdd", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/docs/page.tsx:24"}, "properties": {"repobilityId": "d67e46da007e9986", "scanner": "scanner-primary", "fingerprint": "c8940305bbdd3fdd", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/docs/page.tsx"}, "region": {"startLine": 24}}}]}, {"ruleId": "scanner-a9e350d9b6e7db78", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/docs/expense-account/page.tsx:17"}, "properties": {"repobilityId": "110a7e31e3c10679", "scanner": "scanner-primary", "fingerprint": "a9e350d9b6e7db78", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/docs/expense-account/page.tsx"}, "region": {"startLine": 17}}}]}, {"ruleId": "scanner-314a6017fe904141", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/docs/teams/page.tsx:17"}, "properties": {"repobilityId": "c8b75229d5386b11", "scanner": "scanner-primary", "fingerprint": "314a6017fe904141", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/docs/teams/page.tsx"}, "region": {"startLine": 17}}}]}, {"ruleId": "scanner-97f186ad5a8d231f", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/docs/quickstart/page.tsx:17"}, "properties": {"repobilityId": "0ab7316b2856d432", "scanner": "scanner-primary", "fingerprint": "97f186ad5a8d231f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/docs/quickstart/page.tsx"}, "region": {"startLine": 17}}}]}, {"ruleId": "scanner-9194340b1560e21c", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/docs/ledger-sync/page.tsx:17"}, "properties": {"repobilityId": "bc4f22132a0e7cd7", "scanner": "scanner-primary", "fingerprint": "9194340b1560e21c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/docs/ledger-sync/page.tsx"}, "region": {"startLine": 17}}}]}, {"ruleId": "scanner-6ad58ee0649b6e41", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/docs/x402/page.tsx:17"}, "properties": {"repobilityId": "ea921073c81005aa", "scanner": "scanner-primary", "fingerprint": "6ad58ee0649b6e41", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/docs/x402/page.tsx"}, "region": {"startLine": 17}}}]}, {"ruleId": "scanner-b740f0311ed22994", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/docs/agents/page.tsx:17"}, "properties": {"repobilityId": "f3d5e05cbcf070a9", "scanner": "scanner-primary", "fingerprint": "b740f0311ed22994", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/docs/agents/page.tsx"}, "region": {"startLine": 17}}}]}, {"ruleId": "scanner-efaee5f3403556d3", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/docs/claude-code/page.tsx:90"}, "properties": {"repobilityId": "72155597705282cc", "scanner": "scanner-primary", "fingerprint": "efaee5f3403556d3", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/docs/claude-code/page.tsx"}, "region": {"startLine": 90}}}]}, {"ruleId": "scanner-cb639d9a10a47b23", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "edeab51902066991", "scanner": "scanner-primary", "fingerprint": "cb639d9a10a47b23", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"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-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": "5e711c1595728b14", "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": "db286ec10dbc30dc", "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": "b4b383467aa5af3c", "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": "3d104a386a1290fd", "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": "80e5445dfa245027", "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": "6488e9c997211cc9", "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": "66de94352f231518", "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": "2df22643f719f04d", "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-88790fc995e26901", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/test-api.ts:47"}, "properties": {"repobilityId": "ca99b1dcb8a1dbb5", "scanner": "scanner-primary", "fingerprint": "88790fc995e26901", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f16b0dd66f4691de", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/test-auth.ts:36"}, "properties": {"repobilityId": "b7e4c442da897bb0", "scanner": "scanner-primary", "fingerprint": "f16b0dd66f4691de", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a04d383643cd624c", "level": "none", "message": {"text": "Commented-code block (7 lines) in scripts/ingest-agentic.ts:312"}, "properties": {"repobilityId": "885dbc4b195fdb2b", "scanner": "scanner-primary", "fingerprint": "a04d383643cd624c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3120ed79329d4e1d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/ingest-agentic.ts:271"}, "properties": {"repobilityId": "9894e5688b5922e5", "scanner": "scanner-primary", "fingerprint": "3120ed79329d4e1d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d6778bdd23ae0d1f", "level": "none", "message": {"text": "Commented-code block (5 lines) in components/ApiKeysPanel.tsx:3"}, "properties": {"repobilityId": "d1546a6b2611ee4d", "scanner": "scanner-primary", "fingerprint": "d6778bdd23ae0d1f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c786e7993936eff3", "level": "none", "message": {"text": "Commented-code block (6 lines) in components/AgentsPanel.tsx:3"}, "properties": {"repobilityId": "21e9d28ecf8c5b46", "scanner": "scanner-primary", "fingerprint": "c786e7993936eff3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9cd384bd6b2bf505", "level": "none", "message": {"text": "Commented-code block (5 lines) in components/OrgMembersView.tsx:3"}, "properties": {"repobilityId": "b6a28e0da24a8e3d", "scanner": "scanner-primary", "fingerprint": "9cd384bd6b2bf505", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c3e903efc6e1d556", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/ChatInterface.tsx:112"}, "properties": {"repobilityId": "30bb2e0b2ca25eb1", "scanner": "scanner-primary", "fingerprint": "c3e903efc6e1d556", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1e92eeb520f241bd", "level": "none", "message": {"text": "Commented-code block (5 lines) in components/ConnectAgentCard.tsx:3"}, "properties": {"repobilityId": "fb87a0f28916e098", "scanner": "scanner-primary", "fingerprint": "1e92eeb520f241bd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b2caf84d5662cc85", "level": "none", "message": {"text": "Commented-code block (7 lines) in components/SignGrantButton.tsx:3"}, "properties": {"repobilityId": "1f30591bbf0a922b", "scanner": "scanner-primary", "fingerprint": "b2caf84d5662cc85", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fdbe43e88708049b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/SignGrantButton.tsx:94"}, "properties": {"repobilityId": "4683062f47aeaa0d", "scanner": "scanner-primary", "fingerprint": "fdbe43e88708049b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0410cd24cefd6095", "level": "none", "message": {"text": "Commented-code block (7 lines) in components/PaymentWeb.tsx:3"}, "properties": {"repobilityId": "f2dd33455451d35c", "scanner": "scanner-primary", "fingerprint": "0410cd24cefd6095", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f09faa44f83fec02", "level": "note", "message": {"text": "Legacy-named symbol `heroweb__copy` in components/Hero.tsx:27"}, "properties": {"repobilityId": "e8c805e435424c72", "scanner": "scanner-primary", "fingerprint": "f09faa44f83fec02", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-695efbe6168283ea", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/OrgSwitcher.tsx:24"}, "properties": {"repobilityId": "9edaf9a974c7320e", "scanner": "scanner-primary", "fingerprint": "695efbe6168283ea", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-97c8fe74d1ffe775", "level": "none", "message": {"text": "Commented-code block (6 lines) in design/yeetful-directory.artifact.tsx:4"}, "properties": {"repobilityId": "9234d948ccaea92a", "scanner": "scanner-primary", "fingerprint": "97c8fe74d1ffe775", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-753d4f814ed7af7a", "level": "none", "message": {"text": "Commented-code block (7 lines) in app/page.tsx:29"}, "properties": {"repobilityId": "020d6b403bb7d2f4", "scanner": "scanner-primary", "fingerprint": "753d4f814ed7af7a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f11794ff2e4b0580", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/api/agent/policy/route.ts:10"}, "properties": {"repobilityId": "eca18850aa219cdb", "scanner": "scanner-primary", "fingerprint": "f11794ff2e4b0580", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-73bdf8fd3f07546a", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/api/chat/route.ts:774"}, "properties": {"repobilityId": "2bc04dfcc708e73d", "scanner": "scanner-primary", "fingerprint": "73bdf8fd3f07546a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f2d9e6648b79f0e9", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/grants/route.ts:11"}, "properties": {"repobilityId": "c7bf6d2278d3fd86", "scanner": "scanner-primary", "fingerprint": "f2d9e6648b79f0e9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f584b1f5bc09e7d8", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/page.tsx:23"}, "properties": {"repobilityId": "ed541961ab3accaf", "scanner": "scanner-primary", "fingerprint": "f584b1f5bc09e7d8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0519f2f4cc6cb176", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/activity/page.tsx:13"}, "properties": {"repobilityId": "f50646837599798b", "scanner": "scanner-primary", "fingerprint": "0519f2f4cc6cb176", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-27d9fb64526dee36", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/keys/page.tsx:18"}, "properties": {"repobilityId": "b5c1d476f2261a8e", "scanner": "scanner-primary", "fingerprint": "27d9fb64526dee36", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5caf623ef39321f9", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/approvals/page.tsx:22"}, "properties": {"repobilityId": "5a60edaa3f18f068", "scanner": "scanner-primary", "fingerprint": "5caf623ef39321f9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-791edbb1ee55accd", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/dashboard/org/page.tsx:29"}, "properties": {"repobilityId": "bd8cdc8534166d3c", "scanner": "scanner-primary", "fingerprint": "791edbb1ee55accd", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-6a0e2a3a9c8fae86", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/grant-typed-data.ts:4"}, "properties": {"repobilityId": "8f6f72804fe9fc7d", "scanner": "scanner-primary", "fingerprint": "6a0e2a3a9c8fae86", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-58763b0a1e5e5363", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/auth.ts:4"}, "properties": {"repobilityId": "fd1f133b0efaa3f5", "scanner": "scanner-primary", "fingerprint": "58763b0a1e5e5363", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-beadb76c7940a7d0", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/blog.ts:1"}, "properties": {"repobilityId": "cd09340070b3265f", "scanner": "scanner-primary", "fingerprint": "beadb76c7940a7d0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-369cc5d6b02ba040", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/endpoint-planner.ts:4"}, "properties": {"repobilityId": "f118279f17d8f58d", "scanner": "scanner-primary", "fingerprint": "369cc5d6b02ba040", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-77aaddfc7434159d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/x402.ts:241"}, "properties": {"repobilityId": "679927baf871093c", "scanner": "scanner-primary", "fingerprint": "77aaddfc7434159d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-063636adc9787028", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/org.ts:1"}, "properties": {"repobilityId": "ac3ab4d20d5ed538", "scanner": "scanner-primary", "fingerprint": "063636adc9787028", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0019da0a039ac96e", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/wagmi.ts:18"}, "properties": {"repobilityId": "1518363af21dc62c", "scanner": "scanner-primary", "fingerprint": "0019da0a039ac96e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c8dee0b785352c42", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/indexeddb-polyfill.ts:3"}, "properties": {"repobilityId": "61537ad652dae915", "scanner": "scanner-primary", "fingerprint": "c8dee0b785352c42", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3927e074f96b2d54", "level": "none", "message": {"text": "Commented-code block (7 lines) in lib/session.tsx:6"}, "properties": {"repobilityId": "b243c6f150eea69b", "scanner": "scanner-primary", "fingerprint": "3927e074f96b2d54", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-af022f937dd5b7fd", "level": "note", "message": {"text": "9 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "5597384795dea7a4", "scanner": "scanner-primary", "fingerprint": "af022f937dd5b7fd", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}