{"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-9cfdf70d6d043f54", "name": "Stray `console.log` in TS/JS \u2014 scripts/seed-sample-blog.ts:221", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/seed-sample-blog.ts:221"}, "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-4dc934c554494219", "name": "TODO/FIXME marker in shipping code \u2014 src/components/site/SystemSchematic.tsx:57", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/components/site/SystemSchematic.tsx:57"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-f2b6b0d7a3f723df", "name": "TODO/FIXME marker in shipping code \u2014 src/components/site/WorkspaceAnimation.tsx:70", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/components/site/WorkspaceAnimation.tsx:70"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-16e9d936c0a2035a", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/admin/BlogEditor.tsx:621", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/admin/BlogEditor.tsx:621"}, "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-4bc4cee90836934f", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/(site)/blog/page.tsx:94", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/(site)/blog/page.tsx:94"}, "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-293f5b8427ab7c5a", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/(site)/blog/BlogIndex.tsx:222", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/(site)/blog/BlogIndex.tsx:222"}, "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-6b12f61f12af2102", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/(site)/blog/[slug]/page.tsx:314", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/(site)/blog/[slug]/page.tsx:314"}, "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-6f746629f40daf61", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(site)/8/page.tsx:151", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(site)/8/page.tsx:151"}, "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-b7e6d5a1c6b202cb", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(site)/6/page.tsx:131", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(site)/6/page.tsx:131"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-9866afa8c6e01ef8", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(site)/9/page.tsx:172", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(site)/9/page.tsx:172"}, "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-773e71a35c15ff76", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(site)/7/page.tsx:178", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(site)/7/page.tsx:178"}, "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-f71b4aef7f3363ef", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/(site)/3/page.tsx:131", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(site)/3/page.tsx:131"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-edd8ca3ecdca14b6", "name": "Stray `console.log` in TS/JS \u2014 src/app/admin/blog/help/page.tsx:228", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/app/admin/blog/help/page.tsx:228"}, "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-44a5bc6a07e828e5", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/admin/blog/profile/ProfileForm.tsx:136", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/admin/blog/profile/ProfileForm.tsx:136"}, "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-44d73d62b22687e5", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/admin/BlogEditor.tsx:621", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/admin/BlogEditor.tsx:621"}, "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-89e3f92b2845913b", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/(site)/blog/page.tsx:94", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/(site)/blog/page.tsx:94"}, "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-55c73056336175bb", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/(site)/blog/BlogIndex.tsx:222", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/(site)/blog/BlogIndex.tsx:222"}, "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-423151f62e390af5", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/app/(site)/blog/[slug]/PostScroll.tsx:27", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/app/(site)/blog/[slug]/PostScroll.tsx:27"}, "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-7207899ca68472fd", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/(site)/blog/[slug]/page.tsx:314", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/(site)/blog/[slug]/page.tsx:314"}, "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-821120aace780061", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/admin/blog/profile/ProfileForm.tsx:136", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/admin/blog/profile/ProfileForm.tsx:136"}, "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-27924aa79fa4a517", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-097e5394e2797ced", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c5743a788d567716", "name": "GitHub Action tracks a moving branch", "shortDescription": {"text": "GitHub Action tracks a moving branch"}, "fullDescription": {"text": "anomalyco/opencode/github@latest can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "high", "confidence": 1.0}}, {"id": "scanner-f8e8b6ae24f444ee", "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-7d58c98dd016ac67", "name": "Very large file: src/components/site/WorkspaceAnimation.tsx (1363 lines)", "shortDescription": {"text": "Very large file: src/components/site/WorkspaceAnimation.tsx (1363 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-01de8764080845fb", "name": "Very large file: src/components/admin/BlogEditor.tsx (1409 lines)", "shortDescription": {"text": "Very large file: src/components/admin/BlogEditor.tsx (1409 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 94 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-01f96f71d9907a8c", "name": "README lacks setup or run instructions", "shortDescription": {"text": "README lacks setup or run instructions"}, "fullDescription": {"text": "A README exists, but it does not contain common install/setup/run markers. This matches a frequent generated-code pattern: UI is present, operational handoff is thin."}, "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 17 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 19 placeholder/mock markers across 7 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, operator-readme. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, tests, operator-readme. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-2c5f98b152cddb6d", "name": "Agent authority lacks a verifier contract: .claude/launch.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/launch.json"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1d61b69ac1c073f8", "name": "Commented-code block (9 lines) in src/components/site/SystemSchematic.tsx:5", "shortDescription": {"text": "Commented-code block (9 lines) in src/components/site/SystemSchematic.tsx: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-ae0a12f06b57d94b", "name": "Commented-code block (5 lines) in src/components/admin/BlogEditor.tsx:523", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/admin/BlogEditor.tsx:523"}, "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-f63c2cb1d5c8d36c", "name": "Commented-code block (7 lines) in src/app/(site)/blog/[slug]/page.tsx:22", "shortDescription": {"text": "Commented-code block (7 lines) in src/app/(site)/blog/[slug]/page.tsx:22"}, "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-433ac05306ded225", "name": "Commented-code block (5 lines) in src/app/(site)/8/page.tsx:4", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/(site)/8/page.tsx:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-c83beb1f9df9f45a", "name": "Commented-code block (5 lines) in src/app/(site)/2/page.tsx:4", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/(site)/2/page.tsx:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-1f3284bb60339a7f", "name": "Commented-code block (5 lines) in src/app/(site)/9/page.tsx:4", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/(site)/9/page.tsx:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-df34845ae23a10e8", "name": "Commented-code block (6 lines) in src/app/(site)/4/page.tsx:4", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/(site)/4/page.tsx:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-647fc219936ca68a", "name": "Commented-code block (5 lines) in src/lib/blog-views.ts:25", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/blog-views.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/18970"}, "properties": {"repository": "Sashreek007/Portfolio-website", "repoUrl": "https://github.com/Sashreek007/Portfolio-website", "branch": "main"}, "results": [{"ruleId": "scanner-bead75b0f9233e05", "level": "none", "message": {"text": "No API endpoints detected"}, "properties": {"repobilityId": "0f8bb852027c38f8", "scanner": "scanner-primary", "fingerprint": "bead75b0f9233e05", "layer": "api", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-9cfdf70d6d043f54", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/seed-sample-blog.ts:221"}, "properties": {"repobilityId": "e426a3157963fa73", "scanner": "scanner-primary", "fingerprint": "9cfdf70d6d043f54", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-4dc934c554494219", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/components/site/SystemSchematic.tsx:57"}, "properties": {"repobilityId": "7b9c9d95a095536c", "scanner": "scanner-primary", "fingerprint": "4dc934c554494219", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-f2b6b0d7a3f723df", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/components/site/WorkspaceAnimation.tsx:70"}, "properties": {"repobilityId": "a43493550f249115", "scanner": "scanner-primary", "fingerprint": "f2b6b0d7a3f723df", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-16e9d936c0a2035a", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/admin/BlogEditor.tsx:621"}, "properties": {"repobilityId": "7152d17180d5f209", "scanner": "scanner-primary", "fingerprint": "16e9d936c0a2035a", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-4bc4cee90836934f", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/(site)/blog/page.tsx:94"}, "properties": {"repobilityId": "a409da7ce66d453d", "scanner": "scanner-primary", "fingerprint": "4bc4cee90836934f", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-293f5b8427ab7c5a", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/(site)/blog/BlogIndex.tsx:222"}, "properties": {"repobilityId": "64a56e0ad55444ed", "scanner": "scanner-primary", "fingerprint": "293f5b8427ab7c5a", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-6b12f61f12af2102", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/(site)/blog/[slug]/page.tsx:314"}, "properties": {"repobilityId": "15f76cdde142fef8", "scanner": "scanner-primary", "fingerprint": "6b12f61f12af2102", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-6f746629f40daf61", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(site)/8/page.tsx:151"}, "properties": {"repobilityId": "6b9dd016ad08e1ca", "scanner": "scanner-primary", "fingerprint": "6f746629f40daf61", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-b7e6d5a1c6b202cb", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(site)/6/page.tsx:131"}, "properties": {"repobilityId": "0ff01ff5f6fd652a", "scanner": "scanner-primary", "fingerprint": "b7e6d5a1c6b202cb", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-9866afa8c6e01ef8", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(site)/9/page.tsx:172"}, "properties": {"repobilityId": "138496bed749b9f8", "scanner": "scanner-primary", "fingerprint": "9866afa8c6e01ef8", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-773e71a35c15ff76", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(site)/7/page.tsx:178"}, "properties": {"repobilityId": "592529f798bbca4f", "scanner": "scanner-primary", "fingerprint": "773e71a35c15ff76", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-f71b4aef7f3363ef", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/(site)/3/page.tsx:131"}, "properties": {"repobilityId": "77b610b2119fac9a", "scanner": "scanner-primary", "fingerprint": "f71b4aef7f3363ef", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-edd8ca3ecdca14b6", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/app/admin/blog/help/page.tsx:228"}, "properties": {"repobilityId": "d2d89350895c5566", "scanner": "scanner-primary", "fingerprint": "edd8ca3ecdca14b6", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-44a5bc6a07e828e5", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/admin/blog/profile/ProfileForm.tsx:136"}, "properties": {"repobilityId": "c3fadf3bd94612b1", "scanner": "scanner-primary", "fingerprint": "44a5bc6a07e828e5", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-44d73d62b22687e5", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/admin/BlogEditor.tsx:621"}, "properties": {"repobilityId": "dee41c0d48eb597e", "scanner": "scanner-primary", "fingerprint": "44d73d62b22687e5", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/admin/BlogEditor.tsx"}, "region": {"startLine": 621}}}]}, {"ruleId": "scanner-89e3f92b2845913b", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/(site)/blog/page.tsx:94"}, "properties": {"repobilityId": "fc89791a17cc2f17", "scanner": "scanner-primary", "fingerprint": "89e3f92b2845913b", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/(site)/blog/page.tsx"}, "region": {"startLine": 94}}}]}, {"ruleId": "scanner-55c73056336175bb", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/(site)/blog/BlogIndex.tsx:222"}, "properties": {"repobilityId": "b5ed651001bdcccb", "scanner": "scanner-primary", "fingerprint": "55c73056336175bb", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/(site)/blog/BlogIndex.tsx"}, "region": {"startLine": 222}}}]}, {"ruleId": "scanner-423151f62e390af5", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/app/(site)/blog/[slug]/PostScroll.tsx:27"}, "properties": {"repobilityId": "526f8f04e3b696bd", "scanner": "scanner-primary", "fingerprint": "423151f62e390af5", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/(site)/blog/[slug]/PostScroll.tsx"}, "region": {"startLine": 27}}}]}, {"ruleId": "scanner-7207899ca68472fd", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/(site)/blog/[slug]/page.tsx:314"}, "properties": {"repobilityId": "d9f860b7237c52e3", "scanner": "scanner-primary", "fingerprint": "7207899ca68472fd", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/(site)/blog/[slug]/page.tsx"}, "region": {"startLine": 314}}}]}, {"ruleId": "scanner-821120aace780061", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/admin/blog/profile/ProfileForm.tsx:136"}, "properties": {"repobilityId": "bc6b81d84b49c741", "scanner": "scanner-primary", "fingerprint": "821120aace780061", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/admin/blog/profile/ProfileForm.tsx"}, "region": {"startLine": 136}}}]}, {"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-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ae16880318b99912", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 13}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "989a74409a402368", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 16}}}]}, {"ruleId": "scanner-097e5394e2797ced", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "35000472c87f4a59", "scanner": "scanner-primary", "fingerprint": "097e5394e2797ced", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/opencode.yml"}, "region": {"startLine": 24}}}]}, {"ruleId": "scanner-c5743a788d567716", "level": "error", "message": {"text": "GitHub Action tracks a moving branch"}, "properties": {"repobilityId": "37327f4d0f55bff4", "scanner": "scanner-primary", "fingerprint": "c5743a788d567716", "layer": "cicd", "severity": "high", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/opencode.yml"}, "region": {"startLine": 29}}}]}, {"ruleId": "scanner-f8e8b6ae24f444ee", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "42eb42ccca1c878e", "scanner": "scanner-primary", "fingerprint": "f8e8b6ae24f444ee", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/opencode.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-7d58c98dd016ac67", "level": "note", "message": {"text": "Very large file: src/components/site/WorkspaceAnimation.tsx (1363 lines)"}, "properties": {"repobilityId": "c40f0879633379df", "scanner": "scanner-primary", "fingerprint": "7d58c98dd016ac67", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-01de8764080845fb", "level": "note", "message": {"text": "Very large file: src/components/admin/BlogEditor.tsx (1409 lines)"}, "properties": {"repobilityId": "197c8602c00a5e56", "scanner": "scanner-primary", "fingerprint": "01de8764080845fb", "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": "fac7280488aa083c", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-01f96f71d9907a8c", "level": "note", "message": {"text": "README lacks setup or run instructions"}, "properties": {"repobilityId": "f139648694d1aeb4", "scanner": "scanner-primary", "fingerprint": "01f96f71d9907a8c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "0879eafbaae92ce2", "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": "89295b5154379f56", "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": "5da02c0d979e8dc9", "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": "1140d8aaaf013073", "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": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "2eb69e07702a69ad", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "16604324d85746aa", "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": "a3faf53212517029", "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": "2e407fa568743127", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-2c5f98b152cddb6d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/launch.json"}, "properties": {"repobilityId": "0de48c0f4ab303d8", "scanner": "scanner-primary", "fingerprint": "2c5f98b152cddb6d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/launch.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1d61b69ac1c073f8", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/components/site/SystemSchematic.tsx:5"}, "properties": {"repobilityId": "0d69c1ad67636c4a", "scanner": "scanner-primary", "fingerprint": "1d61b69ac1c073f8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ae0a12f06b57d94b", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/admin/BlogEditor.tsx:523"}, "properties": {"repobilityId": "49044aa7dae9f577", "scanner": "scanner-primary", "fingerprint": "ae0a12f06b57d94b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f63c2cb1d5c8d36c", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/app/(site)/blog/[slug]/page.tsx:22"}, "properties": {"repobilityId": "209b5f0109cd9480", "scanner": "scanner-primary", "fingerprint": "f63c2cb1d5c8d36c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-433ac05306ded225", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/(site)/8/page.tsx:4"}, "properties": {"repobilityId": "bf7ee5a7bd3d4aeb", "scanner": "scanner-primary", "fingerprint": "433ac05306ded225", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c83beb1f9df9f45a", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/(site)/2/page.tsx:4"}, "properties": {"repobilityId": "a5f8dc9d2de73182", "scanner": "scanner-primary", "fingerprint": "c83beb1f9df9f45a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1f3284bb60339a7f", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/(site)/9/page.tsx:4"}, "properties": {"repobilityId": "6faf5f05e1c3217b", "scanner": "scanner-primary", "fingerprint": "1f3284bb60339a7f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-df34845ae23a10e8", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/(site)/4/page.tsx:4"}, "properties": {"repobilityId": "2a75e52f6457c6c4", "scanner": "scanner-primary", "fingerprint": "df34845ae23a10e8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-647fc219936ca68a", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/blog-views.ts:25"}, "properties": {"repobilityId": "2975df427cc5e5c0", "scanner": "scanner-primary", "fingerprint": "647fc219936ca68a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}