{"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-bb3f44bd98ffb502", "name": "Stray `console.log` in TS/JS \u2014 scripts/untranslated.ts:19", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/untranslated.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-b20d989209bc6583", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/analytics/GoogleAnalytics.tsx:32", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/analytics/GoogleAnalytics.tsx:32"}, "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-653dd8222a988668", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/mdx/MdxComponents.tsx:50", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/mdx/MdxComponents.tsx:50"}, "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-ebb8af7b9ac5a627", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/[locale]/page.tsx:71", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/[locale]/page.tsx:71"}, "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-5aacbc548b4a0747", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/[locale]/layout.tsx:109", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/[locale]/layout.tsx:109"}, "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-3a01f434c2541230", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/[locale]/about/page.tsx:75", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/[locale]/about/page.tsx:75"}, "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-a8a273b4c6089d61", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/[locale]/blog/page.tsx:92", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/[locale]/blog/page.tsx:92"}, "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-605971fc0e680d46", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/[locale]/blog/[slug]/page.tsx:126", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/[locale]/blog/[slug]/page.tsx:126"}, "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-89c689be42f201af", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/[locale]/projects/page.tsx:69", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/[locale]/projects/page.tsx:69"}, "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-c4e59a33a1768474", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/analytics/GoogleAnalytics.tsx:32", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/analytics/GoogleAnalytics.tsx:32"}, "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-e9b4b57463958ab1", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/mdx/MdxComponents.tsx:50", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/mdx/MdxComponents.tsx:50"}, "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-020fa7bd477ac9c3", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/[locale]/page.tsx:71", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/[locale]/page.tsx:71"}, "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-e430ea3985504e81", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/[locale]/layout.tsx:109", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/[locale]/layout.tsx:109"}, "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-983c7903b3d33519", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/[locale]/about/page.tsx:75", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/[locale]/about/page.tsx:75"}, "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-cfc2bea6f5803aae", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/[locale]/blog/page.tsx:92", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/[locale]/blog/page.tsx:92"}, "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-61988f705135a7f6", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/[locale]/blog/[slug]/page.tsx:126", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/[locale]/blog/[slug]/page.tsx:126"}, "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-240fc4282e2bbd44", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/[locale]/projects/page.tsx:69", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/[locale]/projects/page.tsx:69"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "5 test file(s) for 88 source file(s) (ratio 0.06). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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 7 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-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-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 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-6275a816bac26bdd", "name": "Commented-code block (8 lines) in src/proxy.ts:5", "shortDescription": {"text": "Commented-code block (8 lines) in src/proxy.ts:5"}, "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-5864081ff41f4ee9", "name": "Commented-code block (5 lines) in src/app/keystatic/not-found.tsx:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/keystatic/not-found.tsx: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-550e135445c35bf7", "name": "Commented-code block (5 lines) in src/app/ads.txt/route.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/ads.txt/route.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-c0a92fbc555fc604", "name": "Commented-code block (6 lines) in src/app/[locale]/play/PlayLoader.tsx:15", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/[locale]/play/PlayLoader.tsx:15"}, "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-0e2cefb303cc1009", "name": "Commented-code block (5 lines) in src/lib/constants.ts:5", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/constants.ts:5"}, "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-2eafc3188c36bb02", "name": "3 env vars used in code but missing from .env.example", "shortDescription": {"text": "3 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `NEXT_PUBLIC_ADSENSE_CLIENT`, `NEXT_PUBLIC_GA_ID`, `NODE_ENV`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/22874"}, "properties": {"repository": "writingdeveloper/portfolio", "repoUrl": "https://github.com/writingdeveloper/portfolio", "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-bb3f44bd98ffb502", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/untranslated.ts:19"}, "properties": {"repobilityId": "35d422fedf8cdeb7", "scanner": "scanner-primary", "fingerprint": "bb3f44bd98ffb502", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b20d989209bc6583", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/analytics/GoogleAnalytics.tsx:32"}, "properties": {"repobilityId": "28f838567d494739", "scanner": "scanner-primary", "fingerprint": "b20d989209bc6583", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-653dd8222a988668", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/mdx/MdxComponents.tsx:50"}, "properties": {"repobilityId": "aa7e84bb888c253f", "scanner": "scanner-primary", "fingerprint": "653dd8222a988668", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-ebb8af7b9ac5a627", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/[locale]/page.tsx:71"}, "properties": {"repobilityId": "e4c68e30127bf9a9", "scanner": "scanner-primary", "fingerprint": "ebb8af7b9ac5a627", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-5aacbc548b4a0747", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/[locale]/layout.tsx:109"}, "properties": {"repobilityId": "de918fa54268f3b9", "scanner": "scanner-primary", "fingerprint": "5aacbc548b4a0747", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-3a01f434c2541230", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/[locale]/about/page.tsx:75"}, "properties": {"repobilityId": "79d1db04ecbae8bd", "scanner": "scanner-primary", "fingerprint": "3a01f434c2541230", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-a8a273b4c6089d61", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/[locale]/blog/page.tsx:92"}, "properties": {"repobilityId": "8331d915f9c02a4d", "scanner": "scanner-primary", "fingerprint": "a8a273b4c6089d61", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-605971fc0e680d46", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/[locale]/blog/[slug]/page.tsx:126"}, "properties": {"repobilityId": "ceb2d112cca34f50", "scanner": "scanner-primary", "fingerprint": "605971fc0e680d46", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-89c689be42f201af", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/[locale]/projects/page.tsx:69"}, "properties": {"repobilityId": "46ac538e70575dc3", "scanner": "scanner-primary", "fingerprint": "89c689be42f201af", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-c4e59a33a1768474", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/analytics/GoogleAnalytics.tsx:32"}, "properties": {"repobilityId": "0b69977597e48f1d", "scanner": "scanner-primary", "fingerprint": "c4e59a33a1768474", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/analytics/GoogleAnalytics.tsx"}, "region": {"startLine": 32}}}]}, {"ruleId": "scanner-e9b4b57463958ab1", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/mdx/MdxComponents.tsx:50"}, "properties": {"repobilityId": "00e237e05d8784c2", "scanner": "scanner-primary", "fingerprint": "e9b4b57463958ab1", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/mdx/MdxComponents.tsx"}, "region": {"startLine": 50}}}]}, {"ruleId": "scanner-020fa7bd477ac9c3", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/[locale]/page.tsx:71"}, "properties": {"repobilityId": "dd4f0510c05c7dc4", "scanner": "scanner-primary", "fingerprint": "020fa7bd477ac9c3", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/[locale]/page.tsx"}, "region": {"startLine": 71}}}]}, {"ruleId": "scanner-e430ea3985504e81", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/[locale]/layout.tsx:109"}, "properties": {"repobilityId": "6221240d83c49cf6", "scanner": "scanner-primary", "fingerprint": "e430ea3985504e81", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/[locale]/layout.tsx"}, "region": {"startLine": 109}}}]}, {"ruleId": "scanner-983c7903b3d33519", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/[locale]/about/page.tsx:75"}, "properties": {"repobilityId": "b47d56e9b7951e4a", "scanner": "scanner-primary", "fingerprint": "983c7903b3d33519", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/[locale]/about/page.tsx"}, "region": {"startLine": 75}}}]}, {"ruleId": "scanner-cfc2bea6f5803aae", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/[locale]/blog/page.tsx:92"}, "properties": {"repobilityId": "c83247e7cf69be2b", "scanner": "scanner-primary", "fingerprint": "cfc2bea6f5803aae", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/[locale]/blog/page.tsx"}, "region": {"startLine": 92}}}]}, {"ruleId": "scanner-61988f705135a7f6", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/[locale]/blog/[slug]/page.tsx:126"}, "properties": {"repobilityId": "3a8ea360481912ca", "scanner": "scanner-primary", "fingerprint": "61988f705135a7f6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/[locale]/blog/[slug]/page.tsx"}, "region": {"startLine": 126}}}]}, {"ruleId": "scanner-240fc4282e2bbd44", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/[locale]/projects/page.tsx:69"}, "properties": {"repobilityId": "7641edf018c721b7", "scanner": "scanner-primary", "fingerprint": "240fc4282e2bbd44", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/[locale]/projects/page.tsx"}, "region": {"startLine": 69}}}]}, {"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-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "7b28d556a6fc358e", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "292c1cbb2608effb", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "f2ef2e6882a45af0", "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": "45181b3e12fbf78d", "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": "d0a9b299e03d9795", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-6275a816bac26bdd", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/proxy.ts:5"}, "properties": {"repobilityId": "eae870aed5fc854b", "scanner": "scanner-primary", "fingerprint": "6275a816bac26bdd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5864081ff41f4ee9", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/keystatic/not-found.tsx:1"}, "properties": {"repobilityId": "9f33176c2e1a4f03", "scanner": "scanner-primary", "fingerprint": "5864081ff41f4ee9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-550e135445c35bf7", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/ads.txt/route.ts:3"}, "properties": {"repobilityId": "cc1e91e963a9b219", "scanner": "scanner-primary", "fingerprint": "550e135445c35bf7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c0a92fbc555fc604", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/[locale]/play/PlayLoader.tsx:15"}, "properties": {"repobilityId": "96b5c72afcd9e0e6", "scanner": "scanner-primary", "fingerprint": "c0a92fbc555fc604", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0e2cefb303cc1009", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/constants.ts:5"}, "properties": {"repobilityId": "a41cb6172fa36b41", "scanner": "scanner-primary", "fingerprint": "0e2cefb303cc1009", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2eafc3188c36bb02", "level": "none", "message": {"text": "3 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "bd934ba112b02ffa", "scanner": "scanner-primary", "fingerprint": "2eafc3188c36bb02", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}