{"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-ebb3509449fc5483", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/docs/src/examples.tsx:1354", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/docs/src/examples.tsx:1354"}, "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-4a97a69f03d34c3c", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 apps/docs/src/components/showcase.tsx:57", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 apps/docs/src/components/showcase.tsx:57"}, "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-8dfcbc4206478026", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 apps/docs/src/components/mugen-demo.tsx:197", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 apps/docs/src/components/mugen-demo.tsx:197"}, "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-ccaccc50efc035df", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 apps/docs/src/routes/index.tsx:177", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 apps/docs/src/routes/index.tsx:177"}, "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-26b2e49599d62a5b", "name": "Insecure pattern 'dangerous_innerhtml' in apps/docs/src/components/showcase.tsx:57", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in apps/docs/src/components/showcase.tsx:57"}, "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-b524a915bb84c789", "name": "Insecure pattern 'dangerous_innerhtml' in apps/docs/src/components/mugen-demo.tsx:197", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in apps/docs/src/components/mugen-demo.tsx:197"}, "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-055890311e051517", "name": "Insecure pattern 'dangerous_innerhtml' in apps/docs/src/routes/index.tsx:177", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in apps/docs/src/routes/index.tsx:177"}, "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-46c644c6227e4d4a", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "changesets/action@v1 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": "medium", "confidence": 1.0}}, {"id": "scanner-1838a141491ce38c", "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-3614011e9482ac88", "name": "Very large file: apps/docs/src/examples.tsx (1758 lines)", "shortDescription": {"text": "Very large file: apps/docs/src/examples.tsx (1758 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-c69f0b4f79af852d", "name": "Node manifest has dependencies but no lockfile: apps/docs/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/docs/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-00470762b280c122", "name": "Node manifest has dependencies but no lockfile: packages/mugen/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/mugen/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2913903c111d7ef9", "name": "Node manifest has dependencies but no lockfile: packages/mugen-markdown/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/mugen-markdown/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "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-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-5269b57ca9444e23", "name": "Commented-code block (5 lines) in apps/docs/vite.config.ts:8", "shortDescription": {"text": "Commented-code block (5 lines) in apps/docs/vite.config.ts:8"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-190dddf2927e4d75", "name": "Commented-code block (6 lines) in apps/docs/src/examples.tsx:177", "shortDescription": {"text": "Commented-code block (6 lines) in apps/docs/src/examples.tsx:177"}, "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-36aea165a228bfe3", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/docs/src/examples.tsx:1063", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/docs/src/examples.tsx:1063"}, "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-eb88297cd943e1e5", "name": "Commented-code block (6 lines) in apps/docs/src/components/client-only.tsx:3", "shortDescription": {"text": "Commented-code block (6 lines) in apps/docs/src/components/client-only.tsx:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-32d8d841a5ba21a6", "name": "Commented-code block (5 lines) in packages/mugen/src/scroll-controller.ts:156", "shortDescription": {"text": "Commented-code block (5 lines) in packages/mugen/src/scroll-controller.ts:156"}, "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-cb39a1892e09e379", "name": "Commented-code block (5 lines) in packages/mugen/src/index.ts:59", "shortDescription": {"text": "Commented-code block (5 lines) in packages/mugen/src/index.ts:59"}, "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-1b396d67c0a6ea3a", "name": "Commented-code block (5 lines) in packages/mugen/src/vlist.test.tsx:227", "shortDescription": {"text": "Commented-code block (5 lines) in packages/mugen/src/vlist.test.tsx:227"}, "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-f72499ba17fbbc22", "name": "Commented-code block (5 lines) in packages/mugen/src/walker.test.tsx:210", "shortDescription": {"text": "Commented-code block (5 lines) in packages/mugen/src/walker.test.tsx:210"}, "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-6b80b2e7ffc5d07f", "name": "Commented-code block (5 lines) in packages/mugen/src/vlist.tsx:372", "shortDescription": {"text": "Commented-code block (5 lines) in packages/mugen/src/vlist.tsx:372"}, "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-21c5d4fa99c4e49b", "name": "Commented-code block (5 lines) in packages/mugen/src/primitives/box.tsx:213", "shortDescription": {"text": "Commented-code block (5 lines) in packages/mugen/src/primitives/box.tsx:213"}, "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-70e82311bff1f67a", "name": "Commented-code block (5 lines) in packages/mugen-markdown/vitest.setup.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in packages/mugen-markdown/vitest.setup.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-7b34290fc2972045", "name": "Commented-code block (7 lines) in packages/mugen-markdown/src/render.tsx:49", "shortDescription": {"text": "Commented-code block (7 lines) in packages/mugen-markdown/src/render.tsx:49"}, "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-d27336702df0dc31", "name": "Commented-code block (7 lines) in packages/mugen-markdown/src/markdown-accuracy.browser.test.tsx:1", "shortDescription": {"text": "Commented-code block (7 lines) in packages/mugen-markdown/src/markdown-accuracy.browser.test.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-d570f06cf634e278", "name": "Commented-code block (5 lines) in packages/mugen-markdown/src/fade.browser.test.tsx:111", "shortDescription": {"text": "Commented-code block (5 lines) in packages/mugen-markdown/src/fade.browser.test.tsx:111"}, "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-23aaf0d57c274fe7", "name": "Commented-code block (5 lines) in packages/mugen-markdown/src/parse.ts:36", "shortDescription": {"text": "Commented-code block (5 lines) in packages/mugen-markdown/src/parse.ts:36"}, "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-d8f844bf4b05db5a", "name": "Commented-code block (5 lines) in packages/mugen-markdown/src/primitives/rich-text.tsx:93", "shortDescription": {"text": "Commented-code block (5 lines) in packages/mugen-markdown/src/primitives/rich-text.tsx:93"}, "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-225a34558f9d3bf0", "name": "Commented-code block (7 lines) in packages/mugen-markdown/src/primitives/fade.tsx:51", "shortDescription": {"text": "Commented-code block (7 lines) in packages/mugen-markdown/src/primitives/fade.tsx:51"}, "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/22782"}, "properties": {"repository": "wingleeio/mugen", "repoUrl": "https://github.com/wingleeio/mugen", "branch": "main"}, "results": [{"ruleId": "scanner-ebb3509449fc5483", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/docs/src/examples.tsx:1354"}, "properties": {"repobilityId": "29e9fda1f94a9d8f", "scanner": "scanner-primary", "fingerprint": "ebb3509449fc5483", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-4a97a69f03d34c3c", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 apps/docs/src/components/showcase.tsx:57"}, "properties": {"repobilityId": "ff6e42945d05ad98", "scanner": "scanner-primary", "fingerprint": "4a97a69f03d34c3c", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-8dfcbc4206478026", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 apps/docs/src/components/mugen-demo.tsx:197"}, "properties": {"repobilityId": "79ff0b8417300f4c", "scanner": "scanner-primary", "fingerprint": "8dfcbc4206478026", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-ccaccc50efc035df", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 apps/docs/src/routes/index.tsx:177"}, "properties": {"repobilityId": "6c91e9c262f3a3ba", "scanner": "scanner-primary", "fingerprint": "ccaccc50efc035df", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-26b2e49599d62a5b", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in apps/docs/src/components/showcase.tsx:57"}, "properties": {"repobilityId": "6e2b67c55d5324c4", "scanner": "scanner-primary", "fingerprint": "26b2e49599d62a5b", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/docs/src/components/showcase.tsx"}, "region": {"startLine": 57}}}]}, {"ruleId": "scanner-b524a915bb84c789", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in apps/docs/src/components/mugen-demo.tsx:197"}, "properties": {"repobilityId": "bce3bd5f01d04f83", "scanner": "scanner-primary", "fingerprint": "b524a915bb84c789", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/docs/src/components/mugen-demo.tsx"}, "region": {"startLine": 197}}}]}, {"ruleId": "scanner-055890311e051517", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in apps/docs/src/routes/index.tsx:177"}, "properties": {"repobilityId": "d2df36c2ee047236", "scanner": "scanner-primary", "fingerprint": "055890311e051517", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/docs/src/routes/index.tsx"}, "region": {"startLine": 177}}}]}, {"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-46c644c6227e4d4a", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "795422ca0cf75519", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 42}}}]}, {"ruleId": "scanner-1838a141491ce38c", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "b8fd4f5048f96576", "scanner": "scanner-primary", "fingerprint": "1838a141491ce38c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3614011e9482ac88", "level": "note", "message": {"text": "Very large file: apps/docs/src/examples.tsx (1758 lines)"}, "properties": {"repobilityId": "254bfae5536b692f", "scanner": "scanner-primary", "fingerprint": "3614011e9482ac88", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-c69f0b4f79af852d", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/docs/package.json"}, "properties": {"repobilityId": "aef63841a7a897be", "scanner": "scanner-primary", "fingerprint": "c69f0b4f79af852d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/docs/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-00470762b280c122", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/mugen/package.json"}, "properties": {"repobilityId": "be8222777daa3317", "scanner": "scanner-primary", "fingerprint": "00470762b280c122", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/mugen/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2913903c111d7ef9", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/mugen-markdown/package.json"}, "properties": {"repobilityId": "c69461d46da0456f", "scanner": "scanner-primary", "fingerprint": "2913903c111d7ef9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/mugen-markdown/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "3ee8f5c379ac5fb3", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "9d1f68bc5093b5ee", "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": "c14b61d50a22fb06", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-5269b57ca9444e23", "level": "none", "message": {"text": "Commented-code block (5 lines) in apps/docs/vite.config.ts:8"}, "properties": {"repobilityId": "f7c4697249f4e2bb", "scanner": "scanner-primary", "fingerprint": "5269b57ca9444e23", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-190dddf2927e4d75", "level": "none", "message": {"text": "Commented-code block (6 lines) in apps/docs/src/examples.tsx:177"}, "properties": {"repobilityId": "02b1a59dac288b86", "scanner": "scanner-primary", "fingerprint": "190dddf2927e4d75", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-36aea165a228bfe3", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/docs/src/examples.tsx:1063"}, "properties": {"repobilityId": "84ded3dc82200a8d", "scanner": "scanner-primary", "fingerprint": "36aea165a228bfe3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-eb88297cd943e1e5", "level": "none", "message": {"text": "Commented-code block (6 lines) in apps/docs/src/components/client-only.tsx:3"}, "properties": {"repobilityId": "af1083c411dd2903", "scanner": "scanner-primary", "fingerprint": "eb88297cd943e1e5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-32d8d841a5ba21a6", "level": "none", "message": {"text": "Commented-code block (5 lines) in packages/mugen/src/scroll-controller.ts:156"}, "properties": {"repobilityId": "18c75d48cfee2bf0", "scanner": "scanner-primary", "fingerprint": "32d8d841a5ba21a6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cb39a1892e09e379", "level": "none", "message": {"text": "Commented-code block (5 lines) in packages/mugen/src/index.ts:59"}, "properties": {"repobilityId": "6a7803dfd2b7db5b", "scanner": "scanner-primary", "fingerprint": "cb39a1892e09e379", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1b396d67c0a6ea3a", "level": "none", "message": {"text": "Commented-code block (5 lines) in packages/mugen/src/vlist.test.tsx:227"}, "properties": {"repobilityId": "23ba41a43156e62f", "scanner": "scanner-primary", "fingerprint": "1b396d67c0a6ea3a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f72499ba17fbbc22", "level": "none", "message": {"text": "Commented-code block (5 lines) in packages/mugen/src/walker.test.tsx:210"}, "properties": {"repobilityId": "38934466ae09ed83", "scanner": "scanner-primary", "fingerprint": "f72499ba17fbbc22", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6b80b2e7ffc5d07f", "level": "none", "message": {"text": "Commented-code block (5 lines) in packages/mugen/src/vlist.tsx:372"}, "properties": {"repobilityId": "2a55a40f322c207f", "scanner": "scanner-primary", "fingerprint": "6b80b2e7ffc5d07f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-21c5d4fa99c4e49b", "level": "none", "message": {"text": "Commented-code block (5 lines) in packages/mugen/src/primitives/box.tsx:213"}, "properties": {"repobilityId": "2a9601900c39da6c", "scanner": "scanner-primary", "fingerprint": "21c5d4fa99c4e49b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-70e82311bff1f67a", "level": "none", "message": {"text": "Commented-code block (5 lines) in packages/mugen-markdown/vitest.setup.ts:1"}, "properties": {"repobilityId": "6b0115f5e91e4aa4", "scanner": "scanner-primary", "fingerprint": "70e82311bff1f67a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7b34290fc2972045", "level": "none", "message": {"text": "Commented-code block (7 lines) in packages/mugen-markdown/src/render.tsx:49"}, "properties": {"repobilityId": "3253b0497a3ef44d", "scanner": "scanner-primary", "fingerprint": "7b34290fc2972045", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d27336702df0dc31", "level": "none", "message": {"text": "Commented-code block (7 lines) in packages/mugen-markdown/src/markdown-accuracy.browser.test.tsx:1"}, "properties": {"repobilityId": "ebb84e7067091629", "scanner": "scanner-primary", "fingerprint": "d27336702df0dc31", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d570f06cf634e278", "level": "none", "message": {"text": "Commented-code block (5 lines) in packages/mugen-markdown/src/fade.browser.test.tsx:111"}, "properties": {"repobilityId": "5f8c0d779dceaf49", "scanner": "scanner-primary", "fingerprint": "d570f06cf634e278", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-23aaf0d57c274fe7", "level": "none", "message": {"text": "Commented-code block (5 lines) in packages/mugen-markdown/src/parse.ts:36"}, "properties": {"repobilityId": "9edd506c4fe52254", "scanner": "scanner-primary", "fingerprint": "23aaf0d57c274fe7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d8f844bf4b05db5a", "level": "none", "message": {"text": "Commented-code block (5 lines) in packages/mugen-markdown/src/primitives/rich-text.tsx:93"}, "properties": {"repobilityId": "7eeb0102d189a343", "scanner": "scanner-primary", "fingerprint": "d8f844bf4b05db5a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-225a34558f9d3bf0", "level": "none", "message": {"text": "Commented-code block (7 lines) in packages/mugen-markdown/src/primitives/fade.tsx:51"}, "properties": {"repobilityId": "83ccc948ce907817", "scanner": "scanner-primary", "fingerprint": "225a34558f9d3bf0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}