{"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-83d6fcfce9933420", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 next.config.ts:11", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 next.config.ts:11"}, "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-538b8ebcea9a3f67", "name": "Stray `console.log` in TS/JS \u2014 design_handoff_kt_website/design/kt-contact.jsx:205", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 design_handoff_kt_website/design/kt-contact.jsx:205"}, "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-3f195f84ef76bf76", "name": "Insecure pattern 'direct_innerhtml_assignment' in design_handoff_kt_website/design/image-slot.js:237", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in design_handoff_kt_website/design/image-slot.js:237"}, "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-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-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 13 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 49 placeholder/mock markers across 25 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. 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": "low", "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. 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-384a8e1db6729008", "name": "Commented-code block (8 lines) in next.config.ts:6", "shortDescription": {"text": "Commented-code block (8 lines) in next.config.ts: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-39e0e6aa5f111942", "name": "Commented-code block (7 lines) in design_handoff_kt_website/design/tweaks-panel.jsx:16", "shortDescription": {"text": "Commented-code block (7 lines) in design_handoff_kt_website/design/tweaks-panel.jsx:16"}, "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-f1faca4437e6fbea", "name": "Commented-code block (5 lines) in design_handoff_kt_website/design/image-slot.js:62", "shortDescription": {"text": "Commented-code block (5 lines) in design_handoff_kt_website/design/image-slot.js:62"}, "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-0a79bc4f6fccf5c4", "name": "`fetch()` without try/.catch or AbortSignal \u2014 design_handoff_kt_website/design/image-slot.js:64", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 design_handoff_kt_website/design/image-slot.js:64"}, "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-f2064ca01685442b", "name": "Commented-code block (6 lines) in design_handoff_kt_website/design/kt-blog-data.jsx:1", "shortDescription": {"text": "Commented-code block (6 lines) in design_handoff_kt_website/design/kt-blog-data.jsx: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-51a65a10aecdac89", "name": "`fetch()` without try/.catch or AbortSignal \u2014 design_handoff_kt_website/design/kt-contact.jsx:193", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 design_handoff_kt_website/design/kt-contact.jsx:193"}, "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-c51d4d5ea7663775", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/contact/__tests__/contact-form.test.tsx:324", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/contact/__tests__/contact-form.test.tsx:324"}, "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-c03b2efdcd9c245e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/close/__tests__/kt-newsletter.test.tsx:49", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/close/__tests__/kt-newsletter.test.tsx:49"}, "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-0e9d51e6dfac3253", "name": "Commented-code block (5 lines) in src/lib/images.ts:9", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/images.ts:9"}, "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-8ebdedd1b8aae5f9", "name": "Commented-code block (5 lines) in src/lib/api-guard.ts:4", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/api-guard.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-75aecc72f439a8e2", "name": "Commented-code block (7 lines) in src/lib/rate-limit.ts:3", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/rate-limit.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-07376f1284eee8e0", "name": "Commented-code block (9 lines) in src/lib/supabase-admin.ts:8", "shortDescription": {"text": "Commented-code block (9 lines) in src/lib/supabase-admin.ts:8"}, "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-1eb8983643da69a3", "name": "Commented-code block (6 lines) in src/content/posts/index.ts:25", "shortDescription": {"text": "Commented-code block (6 lines) in src/content/posts/index.ts:25"}, "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/21702"}, "properties": {"repository": "tthankappan1/kt-website", "repoUrl": "https://github.com/tthankappan1/kt-website", "branch": "main"}, "results": [{"ruleId": "scanner-83d6fcfce9933420", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 next.config.ts:11"}, "properties": {"repobilityId": "127af77fca094f42", "scanner": "scanner-primary", "fingerprint": "83d6fcfce9933420", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-538b8ebcea9a3f67", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 design_handoff_kt_website/design/kt-contact.jsx:205"}, "properties": {"repobilityId": "eba590a42751fbb0", "scanner": "scanner-primary", "fingerprint": "538b8ebcea9a3f67", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-3f195f84ef76bf76", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in design_handoff_kt_website/design/image-slot.js:237"}, "properties": {"repobilityId": "29c3dffc469ec272", "scanner": "scanner-primary", "fingerprint": "3f195f84ef76bf76", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "design_handoff_kt_website/design/image-slot.js"}, "region": {"startLine": 237}}}]}, {"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-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "eb379573128c998a", "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": "80468b4b895adc85", "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": "75a4f3afe50c5ca6", "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": "d1acf5f1aeea3772", "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": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "ffd6325ce8b01e30", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "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": "ec82eede0b81b523", "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": "0363c9b98ec77250", "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": "1558c40b43babae2", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-384a8e1db6729008", "level": "none", "message": {"text": "Commented-code block (8 lines) in next.config.ts:6"}, "properties": {"repobilityId": "e82a467bed982b52", "scanner": "scanner-primary", "fingerprint": "384a8e1db6729008", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-39e0e6aa5f111942", "level": "none", "message": {"text": "Commented-code block (7 lines) in design_handoff_kt_website/design/tweaks-panel.jsx:16"}, "properties": {"repobilityId": "864d62e1ee320e35", "scanner": "scanner-primary", "fingerprint": "39e0e6aa5f111942", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f1faca4437e6fbea", "level": "none", "message": {"text": "Commented-code block (5 lines) in design_handoff_kt_website/design/image-slot.js:62"}, "properties": {"repobilityId": "6b74cfd751536435", "scanner": "scanner-primary", "fingerprint": "f1faca4437e6fbea", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0a79bc4f6fccf5c4", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 design_handoff_kt_website/design/image-slot.js:64"}, "properties": {"repobilityId": "16d4a536a2e866f9", "scanner": "scanner-primary", "fingerprint": "0a79bc4f6fccf5c4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f2064ca01685442b", "level": "none", "message": {"text": "Commented-code block (6 lines) in design_handoff_kt_website/design/kt-blog-data.jsx:1"}, "properties": {"repobilityId": "866fe672cd36faed", "scanner": "scanner-primary", "fingerprint": "f2064ca01685442b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-51a65a10aecdac89", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 design_handoff_kt_website/design/kt-contact.jsx:193"}, "properties": {"repobilityId": "92dbf7edce0b0870", "scanner": "scanner-primary", "fingerprint": "51a65a10aecdac89", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c51d4d5ea7663775", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/contact/__tests__/contact-form.test.tsx:324"}, "properties": {"repobilityId": "a367f1cd6e71e423", "scanner": "scanner-primary", "fingerprint": "c51d4d5ea7663775", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c03b2efdcd9c245e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/close/__tests__/kt-newsletter.test.tsx:49"}, "properties": {"repobilityId": "ce486170606f8790", "scanner": "scanner-primary", "fingerprint": "c03b2efdcd9c245e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0e9d51e6dfac3253", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/images.ts:9"}, "properties": {"repobilityId": "86daeafd4ed82f8a", "scanner": "scanner-primary", "fingerprint": "0e9d51e6dfac3253", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8ebdedd1b8aae5f9", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/api-guard.ts:4"}, "properties": {"repobilityId": "3bb13e37add7504c", "scanner": "scanner-primary", "fingerprint": "8ebdedd1b8aae5f9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-75aecc72f439a8e2", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/rate-limit.ts:3"}, "properties": {"repobilityId": "8e975e9e130ba5e3", "scanner": "scanner-primary", "fingerprint": "75aecc72f439a8e2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-07376f1284eee8e0", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/lib/supabase-admin.ts:8"}, "properties": {"repobilityId": "a75255f4aa98017c", "scanner": "scanner-primary", "fingerprint": "07376f1284eee8e0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1eb8983643da69a3", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/content/posts/index.ts:25"}, "properties": {"repobilityId": "6979024e2fa99215", "scanner": "scanner-primary", "fingerprint": "1eb8983643da69a3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}