{"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-136b17b102615a58", "name": "Stray `console.log` in TS/JS \u2014 apps/contentful-app/src/preview.tsx:61", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/contentful-app/src/preview.tsx:61"}, "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-87a3567be4edf51a", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 packages/components-dp/src/index.tsx:66", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 packages/components-dp/src/index.tsx:66"}, "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-fb959406c21ab541", "name": "Stray `console.log` in TS/JS \u2014 packages/extractor/src/all-components-inventory.ts:97", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/extractor/src/all-components-inventory.ts:97"}, "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-c14a3267c539156e", "name": "Stray `console.log` in TS/JS \u2014 packages/extractor/src/extract.ts:396", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/extractor/src/extract.ts:396"}, "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-0cc7b3b3d48d0bbb", "name": "Stray `console.log` in TS/JS \u2014 packages/extractor/src/stories-inventory.ts:70", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/extractor/src/stories-inventory.ts:70"}, "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-907ef66c17ae08ed", "name": "Insecure pattern 'dangerous_innerhtml' in packages/components-dp/src/index.tsx:66", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in packages/components-dp/src/index.tsx:66"}, "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-270b808dcdc9f59c", "name": "Very large file: packages/editor/src/custom-fields.tsx (1164 lines)", "shortDescription": {"text": "Very large file: packages/editor/src/custom-fields.tsx (1164 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 42 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-faccb9061e9b52a0", "name": "No README detected", "shortDescription": {"text": "No README detected"}, "fullDescription": {"text": "No README file was found. Generated repos without README context are hard to operate, validate, or safely hand off."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3187f431d3ab4aa5", "name": "Node manifest has dependencies but no lockfile: apps/playground/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/playground/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-35075d3409785a13", "name": "Node manifest has dependencies but no lockfile: apps/contentful-app/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/contentful-app/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-4da568d34a615afa", "name": "Node manifest has dependencies but no lockfile: packages/components-dp/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/components-dp/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-73f3186a8d9a3454", "name": "Node manifest has dependencies but no lockfile: packages/layout/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/layout/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-8b4a87f4d004d626", "name": "Node manifest has dependencies but no lockfile: packages/runtime-react/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/runtime-react/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-c5523d19708cea01", "name": "Node manifest has dependencies but no lockfile: packages/editor/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/editor/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-35b11d3efa761f5f", "name": "Node manifest has dependencies but no lockfile: packages/extractor/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/extractor/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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 8 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 3 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: ci, tests, operator-readme, lockfile. 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 ci, tests, operator-readme, lockfile. 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-0bef2c1fac013b05", "name": "Commented-code block (5 lines) in apps/contentful-app/vite.config.ts:10", "shortDescription": {"text": "Commented-code block (5 lines) in apps/contentful-app/vite.config.ts:10"}, "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-fb385962e261c74d", "name": "Commented-code block (6 lines) in apps/contentful-app/src/index.tsx:18", "shortDescription": {"text": "Commented-code block (6 lines) in apps/contentful-app/src/index.tsx:18"}, "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-1435140bc2abaf4b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/contentful-app/src/lib/fetch-document.ts:27", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/contentful-app/src/lib/fetch-document.ts:27"}, "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-182878c8e346ac95", "name": "Commented-code block (5 lines) in packages/editor/src/build-config.tsx:200", "shortDescription": {"text": "Commented-code block (5 lines) in packages/editor/src/build-config.tsx:200"}, "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-1b5a76780c3df9aa", "name": "1 env vars used in code but missing from .env.example", "shortDescription": {"text": "1 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `DEV`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/20302"}, "properties": {"repository": "stephenkingsley/cross-platform-low-code-engine", "repoUrl": "https://github.com/stephenkingsley/cross-platform-low-code-engine", "branch": "main"}, "results": [{"ruleId": "scanner-136b17b102615a58", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/contentful-app/src/preview.tsx:61"}, "properties": {"repobilityId": "b28300a30004d0c7", "scanner": "scanner-primary", "fingerprint": "136b17b102615a58", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-87a3567be4edf51a", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 packages/components-dp/src/index.tsx:66"}, "properties": {"repobilityId": "9ae2492075114c7a", "scanner": "scanner-primary", "fingerprint": "87a3567be4edf51a", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-fb959406c21ab541", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/extractor/src/all-components-inventory.ts:97"}, "properties": {"repobilityId": "7061cb98b0dbeade", "scanner": "scanner-primary", "fingerprint": "fb959406c21ab541", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c14a3267c539156e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/extractor/src/extract.ts:396"}, "properties": {"repobilityId": "58ba300a11676bc0", "scanner": "scanner-primary", "fingerprint": "c14a3267c539156e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-0cc7b3b3d48d0bbb", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/extractor/src/stories-inventory.ts:70"}, "properties": {"repobilityId": "767b875fa959f674", "scanner": "scanner-primary", "fingerprint": "0cc7b3b3d48d0bbb", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-907ef66c17ae08ed", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in packages/components-dp/src/index.tsx:66"}, "properties": {"repobilityId": "ffdb25cf9379563c", "scanner": "scanner-primary", "fingerprint": "907ef66c17ae08ed", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/components-dp/src/index.tsx"}, "region": {"startLine": 66}}}]}, {"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-270b808dcdc9f59c", "level": "note", "message": {"text": "Very large file: packages/editor/src/custom-fields.tsx (1164 lines)"}, "properties": {"repobilityId": "c57e50af23233b64", "scanner": "scanner-primary", "fingerprint": "270b808dcdc9f59c", "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-faccb9061e9b52a0", "level": "note", "message": {"text": "No README detected"}, "properties": {"repobilityId": "dbf9b41147d701a0", "scanner": "scanner-primary", "fingerprint": "faccb9061e9b52a0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3187f431d3ab4aa5", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/playground/package.json"}, "properties": {"repobilityId": "09f01c09e4129cac", "scanner": "scanner-primary", "fingerprint": "3187f431d3ab4aa5", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/playground/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-35075d3409785a13", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/contentful-app/package.json"}, "properties": {"repobilityId": "689ef99f6b272515", "scanner": "scanner-primary", "fingerprint": "35075d3409785a13", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/contentful-app/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4da568d34a615afa", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/components-dp/package.json"}, "properties": {"repobilityId": "d8a24bc09e707de6", "scanner": "scanner-primary", "fingerprint": "4da568d34a615afa", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/components-dp/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-73f3186a8d9a3454", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/layout/package.json"}, "properties": {"repobilityId": "3f2be752c28cebe7", "scanner": "scanner-primary", "fingerprint": "73f3186a8d9a3454", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/layout/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8b4a87f4d004d626", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/runtime-react/package.json"}, "properties": {"repobilityId": "8dd82084504b97e9", "scanner": "scanner-primary", "fingerprint": "8b4a87f4d004d626", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/runtime-react/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c5523d19708cea01", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/editor/package.json"}, "properties": {"repobilityId": "7d609a985e867731", "scanner": "scanner-primary", "fingerprint": "c5523d19708cea01", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/editor/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-35b11d3efa761f5f", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/extractor/package.json"}, "properties": {"repobilityId": "6c0efc4aebfa3a96", "scanner": "scanner-primary", "fingerprint": "35b11d3efa761f5f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/extractor/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "25e3ac0e3840b16e", "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": "0473ffb3b79c347a", "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": "a5ffada752f98be0", "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": "8fc852fe6adee70d", "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": "c33c8ac52f871262", "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": "acf4d5c830f76996", "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": "97b38b492dfd045b", "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-0bef2c1fac013b05", "level": "none", "message": {"text": "Commented-code block (5 lines) in apps/contentful-app/vite.config.ts:10"}, "properties": {"repobilityId": "c8fc9185990b9074", "scanner": "scanner-primary", "fingerprint": "0bef2c1fac013b05", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fb385962e261c74d", "level": "none", "message": {"text": "Commented-code block (6 lines) in apps/contentful-app/src/index.tsx:18"}, "properties": {"repobilityId": "063dbd68ba529b39", "scanner": "scanner-primary", "fingerprint": "fb385962e261c74d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1435140bc2abaf4b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/contentful-app/src/lib/fetch-document.ts:27"}, "properties": {"repobilityId": "1818f56c0d69f6d5", "scanner": "scanner-primary", "fingerprint": "1435140bc2abaf4b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-182878c8e346ac95", "level": "none", "message": {"text": "Commented-code block (5 lines) in packages/editor/src/build-config.tsx:200"}, "properties": {"repobilityId": "874501bdb99999c2", "scanner": "scanner-primary", "fingerprint": "182878c8e346ac95", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1b5a76780c3df9aa", "level": "none", "message": {"text": "1 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "d04379b337b44a15", "scanner": "scanner-primary", "fingerprint": "1b5a76780c3df9aa", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}