{"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-7823b58968cd58fa", "name": "Stray `console.log` in TS/JS \u2014 scripts/validate-links.ts:15", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/validate-links.ts:15"}, "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-09937e8b86ebd7f5", "name": "`truncate` class without `title=` for hover reveal \u2014 src/pages/DesignStartPage.tsx:372", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/DesignStartPage.tsx:372"}, "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-df108837bf2528d3", "name": "`truncate` class without `title=` for hover reveal \u2014 src/pages/HomePage.tsx:116", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/HomePage.tsx:116"}, "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-fb9f8c8e0a6e6589", "name": "`truncate` class without `title=` for hover reveal \u2014 src/pages/SearchPage.tsx:60", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/SearchPage.tsx:60"}, "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-9c57fe7ffb94b4ce", "name": "`truncate` class without `title=` for hover reveal \u2014 src/pages/TopicPage.tsx:305", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/TopicPage.tsx:305"}, "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-c45a56f2d9dded11", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/pages/TopicPage.tsx:375", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/pages/TopicPage.tsx:375"}, "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-a552bb0b9e37ed4c", "name": "`truncate` class without `title=` for hover reveal \u2014 src/pages/AssistantPage.tsx:151", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/AssistantPage.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-52ac259d3710fd7b", "name": "Possible secret in src/state/useEditMode.tsx", "shortDescription": {"text": "Possible secret in src/state/useEditMode.tsx"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-ee5ef08edc069ff7", "name": "Insecure pattern 'dangerous_innerhtml' in src/pages/TopicPage.tsx:375", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/pages/TopicPage.tsx:375"}, "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-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d03f9100ce24a834", "name": "Very large file: src/components/diagrams/MechanismAnimator.tsx (996 lines)", "shortDescription": {"text": "Very large file: src/components/diagrams/MechanismAnimator.tsx (996 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-a9da8647b029e02a", "name": "Very large file: src/components/diagrams/EngineeringDiagram.tsx (2617 lines)", "shortDescription": {"text": "Very large file: src/components/diagrams/EngineeringDiagram.tsx (2617 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-46ee34c7e4e49fd8", "name": "Very large file: src/components/diagrams/CatalogMechanismAnimator.tsx (942 lines)", "shortDescription": {"text": "Very large file: src/components/diagrams/CatalogMechanismAnimator.tsx (942 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-1d196052a4423bb4", "name": "Very large file: src/components/diagrams/mechanisms/CrankSliderMechanism.tsx (929 lines)", "shortDescription": {"text": "Very large file: src/components/diagrams/mechanisms/CrankSliderMechanism.tsx (929 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 93 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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 5 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 20 placeholder/mock markers across 14 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, 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": "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, ci, 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-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-c21ad0c453e71c89", "name": "Commented-code block (8 lines) in src/state/useEditMode.tsx:3", "shortDescription": {"text": "Commented-code block (8 lines) in src/state/useEditMode.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-43c770b93d056bd7", "name": "Commented-code block (6 lines) in src/utils/assistant.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/utils/assistant.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-f5dc86ff5baa7975", "name": "Commented-code block (5 lines) in src/components/diagrams/MechGlyph.tsx:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/diagrams/MechGlyph.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-0047404ecb6b40a0", "name": "Commented-code block (6 lines) in src/components/diagrams/TopicGlyph.tsx:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/diagrams/TopicGlyph.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-ead99f3b1abbe141", "name": "Commented-code block (5 lines) in src/components/diagrams/CatalogMechanismAnimator.tsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/diagrams/CatalogMechanismAnimator.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-b43161bdf10106e9", "name": "Commented-code block (6 lines) in src/components/diagrams/exploded/GenericExploded.tsx:4", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/diagrams/exploded/GenericExploded.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-831d38012e2d511e", "name": "Commented-code block (11 lines) in src/components/dev/AutoEditLayer.tsx:5", "shortDescription": {"text": "Commented-code block (11 lines) in src/components/dev/AutoEditLayer.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}}]}}, "automationDetails": {"id": "repobility/19690"}, "properties": {"repository": "SimonSafi/Eng_Rules_Simon", "repoUrl": "https://github.com/SimonSafi/Eng_Rules_Simon", "branch": "main"}, "results": [{"ruleId": "scanner-7823b58968cd58fa", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/validate-links.ts:15"}, "properties": {"repobilityId": "7697a9de9e578d41", "scanner": "scanner-primary", "fingerprint": "7823b58968cd58fa", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-09937e8b86ebd7f5", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/DesignStartPage.tsx:372"}, "properties": {"repobilityId": "c36cd325f92075f9", "scanner": "scanner-primary", "fingerprint": "09937e8b86ebd7f5", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-df108837bf2528d3", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/HomePage.tsx:116"}, "properties": {"repobilityId": "a039ee569fe4e0ac", "scanner": "scanner-primary", "fingerprint": "df108837bf2528d3", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-fb9f8c8e0a6e6589", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/SearchPage.tsx:60"}, "properties": {"repobilityId": "9e115807aa0c04c8", "scanner": "scanner-primary", "fingerprint": "fb9f8c8e0a6e6589", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-9c57fe7ffb94b4ce", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/TopicPage.tsx:305"}, "properties": {"repobilityId": "f4c7dea54ed6f6a2", "scanner": "scanner-primary", "fingerprint": "9c57fe7ffb94b4ce", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-c45a56f2d9dded11", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/pages/TopicPage.tsx:375"}, "properties": {"repobilityId": "0af7840fcb3c8000", "scanner": "scanner-primary", "fingerprint": "c45a56f2d9dded11", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-a552bb0b9e37ed4c", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/AssistantPage.tsx:151"}, "properties": {"repobilityId": "535b44cddacba67b", "scanner": "scanner-primary", "fingerprint": "a552bb0b9e37ed4c", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-52ac259d3710fd7b", "level": "error", "message": {"text": "Possible secret in src/state/useEditMode.tsx"}, "properties": {"repobilityId": "687c38c855e10a2b", "scanner": "scanner-primary", "fingerprint": "52ac259d3710fd7b", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/state/useEditMode.tsx"}, "region": {"startLine": 12}}}]}, {"ruleId": "scanner-ee5ef08edc069ff7", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/pages/TopicPage.tsx:375"}, "properties": {"repobilityId": "828c2c2130f9188e", "scanner": "scanner-primary", "fingerprint": "ee5ef08edc069ff7", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/pages/TopicPage.tsx"}, "region": {"startLine": 375}}}]}, {"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-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-d03f9100ce24a834", "level": "note", "message": {"text": "Very large file: src/components/diagrams/MechanismAnimator.tsx (996 lines)"}, "properties": {"repobilityId": "97d4f1418ef8626d", "scanner": "scanner-primary", "fingerprint": "d03f9100ce24a834", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-a9da8647b029e02a", "level": "note", "message": {"text": "Very large file: src/components/diagrams/EngineeringDiagram.tsx (2617 lines)"}, "properties": {"repobilityId": "36d157a879a78aa6", "scanner": "scanner-primary", "fingerprint": "a9da8647b029e02a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-46ee34c7e4e49fd8", "level": "note", "message": {"text": "Very large file: src/components/diagrams/CatalogMechanismAnimator.tsx (942 lines)"}, "properties": {"repobilityId": "8d1422ca2cd5de85", "scanner": "scanner-primary", "fingerprint": "46ee34c7e4e49fd8", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-1d196052a4423bb4", "level": "note", "message": {"text": "Very large file: src/components/diagrams/mechanisms/CrankSliderMechanism.tsx (929 lines)"}, "properties": {"repobilityId": "ad3b1d085c14dfda", "scanner": "scanner-primary", "fingerprint": "1d196052a4423bb4", "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": "13d580ae713c87d2", "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": "38661214490ad58f", "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": "a0f773be712d1367", "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": "c38d8ecf45ebfa5a", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "1d3e2e46fbc4a3d6", "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": "07d25d45de864b40", "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": "135fc2caba152ce4", "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": "d3375f5a3004713f", "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-c21ad0c453e71c89", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/state/useEditMode.tsx:3"}, "properties": {"repobilityId": "26fe07b84bb077e4", "scanner": "scanner-primary", "fingerprint": "c21ad0c453e71c89", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-43c770b93d056bd7", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/utils/assistant.ts:1"}, "properties": {"repobilityId": "3bf7a29136529b82", "scanner": "scanner-primary", "fingerprint": "43c770b93d056bd7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f5dc86ff5baa7975", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/diagrams/MechGlyph.tsx:1"}, "properties": {"repobilityId": "f65bd73b5b4494da", "scanner": "scanner-primary", "fingerprint": "f5dc86ff5baa7975", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0047404ecb6b40a0", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/diagrams/TopicGlyph.tsx:1"}, "properties": {"repobilityId": "34707686fc6cd8e2", "scanner": "scanner-primary", "fingerprint": "0047404ecb6b40a0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ead99f3b1abbe141", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/diagrams/CatalogMechanismAnimator.tsx:3"}, "properties": {"repobilityId": "0562150b6435e785", "scanner": "scanner-primary", "fingerprint": "ead99f3b1abbe141", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b43161bdf10106e9", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/diagrams/exploded/GenericExploded.tsx:4"}, "properties": {"repobilityId": "327dedbbeee69e07", "scanner": "scanner-primary", "fingerprint": "b43161bdf10106e9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-831d38012e2d511e", "level": "none", "message": {"text": "Commented-code block (11 lines) in src/components/dev/AutoEditLayer.tsx:5"}, "properties": {"repobilityId": "1f1c1f6dbf354b37", "scanner": "scanner-primary", "fingerprint": "831d38012e2d511e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}