{"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-d678c96c3ceeabfb", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/page.tsx:39", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/page.tsx:39"}, "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-07509388b72eb95a", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/layout.tsx:53", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/layout.tsx:53"}, "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-530368eb8682ecfd", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/about/page.tsx:29", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/about/page.tsx:29"}, "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-b546742c0de87c80", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/blog/[slug]/page.tsx:69", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/blog/[slug]/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-b1f5ba1e31415379", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/website-design/[[...slug]]/page.tsx:118", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/website-design/[[...slug]]/page.tsx:118"}, "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-30c1a8eaae8c3314", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/portfolio/[slug]/page.tsx:50", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/portfolio/[slug]/page.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-ff2976195967de15", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/services/paid-seo-audit/page.tsx:134", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/services/paid-seo-audit/page.tsx:134"}, "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-956ab7454b7c4f55", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/services/[slug]/page.tsx:900", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/services/[slug]/page.tsx:900"}, "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-389a282409fce302", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/tools/keyword-density/KeywordDensity.tsx:328", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/tools/keyword-density/KeywordDensity.tsx:328"}, "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-fa3317930796bb02", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/tools/utm-builder/UtmBuilder.tsx:303", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/tools/utm-builder/UtmBuilder.tsx:303"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-411e780e49a3b7af", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/tools/seo-roi-calculator/page.tsx:61", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/tools/seo-roi-calculator/page.tsx:61"}, "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-c135bad2770ff4f9", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/tools/image-compressor/ImageCompressor.tsx:426", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/tools/image-compressor/ImageCompressor.tsx:426"}, "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-98e7bfb5a6b54a37", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/tools/seo-prompts/page.tsx:61", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/tools/seo-prompts/page.tsx:61"}, "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-aebc71fb5807ada6", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/author/sunny-patel/page.tsx:43", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/author/sunny-patel/page.tsx:43"}, "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-45da745236a83f91", "name": "Privileged port 76 in use", "shortDescription": {"text": "Privileged port 76 in use"}, "fullDescription": {"text": "Port 76 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8bd8a8bbdd7b2019", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/page.tsx:39", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/page.tsx:39"}, "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-d79a6677306ca405", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/layout.tsx:53", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/layout.tsx:53"}, "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-7f9309850cf2aebf", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/about/page.tsx:29", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/about/page.tsx:29"}, "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-514698557ff50b74", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/blog/[slug]/page.tsx:69", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/blog/[slug]/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-4c5fa10ad9f15a39", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/website-design/[[...slug]]/page.tsx:118", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/website-design/[[...slug]]/page.tsx:118"}, "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-3a1e1c287a942fc3", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/portfolio/[slug]/page.tsx:50", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/portfolio/[slug]/page.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-67943b1069e28616", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/services/paid-seo-audit/page.tsx:134", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/services/paid-seo-audit/page.tsx:134"}, "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-68bc81c4df4e6e91", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/services/[slug]/page.tsx:900", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/services/[slug]/page.tsx:900"}, "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-5668da34d4b4f713", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/app/tools/og-preview/OgPreview.tsx:110", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/app/tools/og-preview/OgPreview.tsx:110"}, "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-ea0e0ed551953b3e", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/tools/seo-roi-calculator/page.tsx:61", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/tools/seo-roi-calculator/page.tsx:61"}, "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-9680dcbea2165565", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/tools/seo-prompts/page.tsx:61", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/tools/seo-prompts/page.tsx:61"}, "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-f295d8114c7b7270", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/author/sunny-patel/page.tsx:43", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/author/sunny-patel/page.tsx:43"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-c076bbdfe1135420", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d58e607ac32306d9", "name": "Very large file: src/app/services/[slug]/page.tsx (944 lines)", "shortDescription": {"text": "Very large file: src/app/services/[slug]/page.tsx (944 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "3 test file(s) for 145 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 39 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 131 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-11825279136b53a3", "name": "CI is configured but no tests are detected", "shortDescription": {"text": "CI is configured but no tests are detected"}, "fullDescription": {"text": "A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal."}, "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, 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": "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, 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-d47a34f0e85c26dc", "name": "Commented-code block (7 lines) in keystatic.config.ts:5", "shortDescription": {"text": "Commented-code block (7 lines) in keystatic.config.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-f7075483c251d9fc", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/cleanup-content.mjs:20", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/cleanup-content.mjs:20"}, "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-1e9fb50c65cc8ef8", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/rescrape.mjs:65", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/rescrape.mjs:65"}, "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-e3dee1503a9c03b8", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/check-links/route.ts:53", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/check-links/route.ts:53"}, "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-9c30a7ef3a820fc4", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/contact/route.ts:18", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/contact/route.ts: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-19ea7e67e2a47bdd", "name": "Commented-code block (6 lines) in src/lib/testimonial-data.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/testimonial-data.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-c4a91125fe5a06b2", "name": "Commented-code block (7 lines) in src/lib/schema.ts:3", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/schema.ts:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/20521"}, "properties": {"repository": "sunnyp81/sunnypatel-nextjs", "repoUrl": "https://github.com/sunnyp81/sunnypatel-nextjs", "branch": "main"}, "results": [{"ruleId": "scanner-d678c96c3ceeabfb", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/page.tsx:39"}, "properties": {"repobilityId": "4d4ab3e03315f684", "scanner": "scanner-primary", "fingerprint": "d678c96c3ceeabfb", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-07509388b72eb95a", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/layout.tsx:53"}, "properties": {"repobilityId": "0d72350965068f5b", "scanner": "scanner-primary", "fingerprint": "07509388b72eb95a", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-530368eb8682ecfd", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/about/page.tsx:29"}, "properties": {"repobilityId": "8fd3d3d868e82023", "scanner": "scanner-primary", "fingerprint": "530368eb8682ecfd", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-b546742c0de87c80", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/blog/[slug]/page.tsx:69"}, "properties": {"repobilityId": "edc166468e8868e7", "scanner": "scanner-primary", "fingerprint": "b546742c0de87c80", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-b1f5ba1e31415379", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/website-design/[[...slug]]/page.tsx:118"}, "properties": {"repobilityId": "2ca7d3d7564240a7", "scanner": "scanner-primary", "fingerprint": "b1f5ba1e31415379", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-30c1a8eaae8c3314", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/portfolio/[slug]/page.tsx:50"}, "properties": {"repobilityId": "463c59fc3bea555f", "scanner": "scanner-primary", "fingerprint": "30c1a8eaae8c3314", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-ff2976195967de15", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/services/paid-seo-audit/page.tsx:134"}, "properties": {"repobilityId": "31c6d005f723c53f", "scanner": "scanner-primary", "fingerprint": "ff2976195967de15", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-956ab7454b7c4f55", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/services/[slug]/page.tsx:900"}, "properties": {"repobilityId": "82ee632af5e58304", "scanner": "scanner-primary", "fingerprint": "956ab7454b7c4f55", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-389a282409fce302", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/tools/keyword-density/KeywordDensity.tsx:328"}, "properties": {"repobilityId": "291b07e9bc252548", "scanner": "scanner-primary", "fingerprint": "389a282409fce302", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-fa3317930796bb02", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/tools/utm-builder/UtmBuilder.tsx:303"}, "properties": {"repobilityId": "9d653fddd8eae55c", "scanner": "scanner-primary", "fingerprint": "fa3317930796bb02", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-411e780e49a3b7af", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/tools/seo-roi-calculator/page.tsx:61"}, "properties": {"repobilityId": "13a289ab0c79286c", "scanner": "scanner-primary", "fingerprint": "411e780e49a3b7af", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-c135bad2770ff4f9", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/tools/image-compressor/ImageCompressor.tsx:426"}, "properties": {"repobilityId": "b5f116e0a57bc564", "scanner": "scanner-primary", "fingerprint": "c135bad2770ff4f9", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-98e7bfb5a6b54a37", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/tools/seo-prompts/page.tsx:61"}, "properties": {"repobilityId": "a6d83c82265c8074", "scanner": "scanner-primary", "fingerprint": "98e7bfb5a6b54a37", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-aebc71fb5807ada6", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/author/sunny-patel/page.tsx:43"}, "properties": {"repobilityId": "ca73592921771b08", "scanner": "scanner-primary", "fingerprint": "aebc71fb5807ada6", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-45da745236a83f91", "level": "warning", "message": {"text": "Privileged port 76 in use"}, "properties": {"repobilityId": "2b79d5ed53660eac", "scanner": "scanner-primary", "fingerprint": "45da745236a83f91", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/content/blog/local-seo-statistics/index.yaml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8bd8a8bbdd7b2019", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/page.tsx:39"}, "properties": {"repobilityId": "88fd235b712bda65", "scanner": "scanner-primary", "fingerprint": "8bd8a8bbdd7b2019", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/page.tsx"}, "region": {"startLine": 39}}}]}, {"ruleId": "scanner-d79a6677306ca405", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/layout.tsx:53"}, "properties": {"repobilityId": "0bca654fa2052eb0", "scanner": "scanner-primary", "fingerprint": "d79a6677306ca405", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/layout.tsx"}, "region": {"startLine": 53}}}]}, {"ruleId": "scanner-7f9309850cf2aebf", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/about/page.tsx:29"}, "properties": {"repobilityId": "7ba73de1c01fa8e9", "scanner": "scanner-primary", "fingerprint": "7f9309850cf2aebf", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/about/page.tsx"}, "region": {"startLine": 29}}}]}, {"ruleId": "scanner-514698557ff50b74", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/blog/[slug]/page.tsx:69"}, "properties": {"repobilityId": "df5a2a4c38f975f6", "scanner": "scanner-primary", "fingerprint": "514698557ff50b74", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/blog/[slug]/page.tsx"}, "region": {"startLine": 69}}}]}, {"ruleId": "scanner-4c5fa10ad9f15a39", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/website-design/[[...slug]]/page.tsx:118"}, "properties": {"repobilityId": "d0d7d103a60b9962", "scanner": "scanner-primary", "fingerprint": "4c5fa10ad9f15a39", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/website-design/[[...slug]]/page.tsx"}, "region": {"startLine": 118}}}]}, {"ruleId": "scanner-3a1e1c287a942fc3", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/portfolio/[slug]/page.tsx:50"}, "properties": {"repobilityId": "7a0806075dbad9db", "scanner": "scanner-primary", "fingerprint": "3a1e1c287a942fc3", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/portfolio/[slug]/page.tsx"}, "region": {"startLine": 50}}}]}, {"ruleId": "scanner-67943b1069e28616", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/services/paid-seo-audit/page.tsx:134"}, "properties": {"repobilityId": "1399c5851f73271f", "scanner": "scanner-primary", "fingerprint": "67943b1069e28616", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/services/paid-seo-audit/page.tsx"}, "region": {"startLine": 134}}}]}, {"ruleId": "scanner-68bc81c4df4e6e91", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/services/[slug]/page.tsx:900"}, "properties": {"repobilityId": "843757e7f07f85a3", "scanner": "scanner-primary", "fingerprint": "68bc81c4df4e6e91", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/services/[slug]/page.tsx"}, "region": {"startLine": 900}}}]}, {"ruleId": "scanner-5668da34d4b4f713", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/app/tools/og-preview/OgPreview.tsx:110"}, "properties": {"repobilityId": "9d24e67f43174f7c", "scanner": "scanner-primary", "fingerprint": "5668da34d4b4f713", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/tools/og-preview/OgPreview.tsx"}, "region": {"startLine": 110}}}]}, {"ruleId": "scanner-ea0e0ed551953b3e", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/tools/seo-roi-calculator/page.tsx:61"}, "properties": {"repobilityId": "efe1d5871c494bc8", "scanner": "scanner-primary", "fingerprint": "ea0e0ed551953b3e", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/tools/seo-roi-calculator/page.tsx"}, "region": {"startLine": 61}}}]}, {"ruleId": "scanner-9680dcbea2165565", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/tools/seo-prompts/page.tsx:61"}, "properties": {"repobilityId": "cbc69a4b297454c8", "scanner": "scanner-primary", "fingerprint": "9680dcbea2165565", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/tools/seo-prompts/page.tsx"}, "region": {"startLine": 61}}}]}, {"ruleId": "scanner-f295d8114c7b7270", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/author/sunny-patel/page.tsx:43"}, "properties": {"repobilityId": "76774e8055a28d14", "scanner": "scanner-primary", "fingerprint": "f295d8114c7b7270", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/author/sunny-patel/page.tsx"}, "region": {"startLine": 43}}}]}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-c076bbdfe1135420", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "9dc18c848b286205", "scanner": "scanner-primary", "fingerprint": "c076bbdfe1135420", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/content-guard.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d58e607ac32306d9", "level": "note", "message": {"text": "Very large file: src/app/services/[slug]/page.tsx (944 lines)"}, "properties": {"repobilityId": "f3366d5931b4411f", "scanner": "scanner-primary", "fingerprint": "d58e607ac32306d9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "e3cdb9bf2c05f614", "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": "7ad2571faa199122", "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": "d44a26302da37246", "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": "53e08519a34ddc6a", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "12c0087ea6305080", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "df62ce4b18306a93", "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": "6b6003ca74d50eed", "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": "1d6c8e502c0336ac", "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": "d6c6339d7d2f554a", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-d47a34f0e85c26dc", "level": "none", "message": {"text": "Commented-code block (7 lines) in keystatic.config.ts:5"}, "properties": {"repobilityId": "a6b1e2b71311e362", "scanner": "scanner-primary", "fingerprint": "d47a34f0e85c26dc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f7075483c251d9fc", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/cleanup-content.mjs:20"}, "properties": {"repobilityId": "780e89bb83714b17", "scanner": "scanner-primary", "fingerprint": "f7075483c251d9fc", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1e9fb50c65cc8ef8", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/rescrape.mjs:65"}, "properties": {"repobilityId": "d19fd93b5dc2b06a", "scanner": "scanner-primary", "fingerprint": "1e9fb50c65cc8ef8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e3dee1503a9c03b8", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/check-links/route.ts:53"}, "properties": {"repobilityId": "6575654576c2050c", "scanner": "scanner-primary", "fingerprint": "e3dee1503a9c03b8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-9c30a7ef3a820fc4", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/contact/route.ts:18"}, "properties": {"repobilityId": "c348edb2cda6bfe2", "scanner": "scanner-primary", "fingerprint": "9c30a7ef3a820fc4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-19ea7e67e2a47bdd", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/testimonial-data.ts:1"}, "properties": {"repobilityId": "8c8e58d5ef986da4", "scanner": "scanner-primary", "fingerprint": "19ea7e67e2a47bdd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c4a91125fe5a06b2", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/schema.ts:3"}, "properties": {"repobilityId": "ee4980a9c0e1335e", "scanner": "scanner-primary", "fingerprint": "c4a91125fe5a06b2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}