{"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-793f0288c11124a2", "name": "Stray `console.log` in TS/JS \u2014 scripts/seed-italija.ts:19", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/seed-italija.ts:19"}, "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-025e5c7471f58e9e", "name": "Stray `console.log` in TS/JS \u2014 scripts/seed-slovenija.ts:19", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/seed-slovenija.ts:19"}, "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-b8d97c21a3f7dcf9", "name": "Stray `console.log` in TS/JS \u2014 scripts/reset-password.ts:46", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/reset-password.ts:46"}, "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-c689a5d30109acd7", "name": "Stray `console.log` in TS/JS \u2014 scripts/seed-ispanija.ts:19", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/seed-ispanija.ts:19"}, "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-80998e8d91dc5284", "name": "Stray `console.log` in TS/JS \u2014 scripts/r2-import-folders.ts:88", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/r2-import-folders.ts:88"}, "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-d1e9e8f1cb216cab", "name": "Stray `console.log` in TS/JS \u2014 scripts/seed-dolomitai.ts:19", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/seed-dolomitai.ts:19"}, "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-c5216d3ddbff517b", "name": "Stray `console.log` in TS/JS \u2014 scripts/r2-clean-orphans.ts:71", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/r2-clean-orphans.ts:71"}, "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-0649aacae31efd53", "name": "Stray `console.log` in TS/JS \u2014 scripts/dedupe-media.ts:73", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/dedupe-media.ts:73"}, "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-8ddd63b8d9ae6a67", "name": "Stray `console.log` in TS/JS \u2014 scripts/r2-audit.ts:51", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/r2-audit.ts:51"}, "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-80174aab48c88695", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/(frontend)/keliones/[slug]/page.tsx:204", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/(frontend)/keliones/[slug]/page.tsx:204"}, "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-2626f04cca822cfe", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 libs/seo.tsx:79", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 libs/seo.tsx:79"}, "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-28c1b23a9be64bb0", "name": "Privileged port 587 in use", "shortDescription": {"text": "Privileged port 587 in use"}, "fullDescription": {"text": "Port 587 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ad61caeeba6e03b8", "name": "Insecure pattern 'dangerous_innerhtml' in app/(frontend)/keliones/[slug]/page.tsx:204", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/(frontend)/keliones/[slug]/page.tsx:204"}, "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-e83a13fb23a6c5b8", "name": "Insecure pattern 'dangerous_innerhtml' in libs/seo.tsx:79", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in libs/seo.tsx:79"}, "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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "10 test file(s) for 103 source file(s) (ratio 0.10). 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 56 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 12 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-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-a7ee1bce62f17561", "name": "Commented-code block (7 lines) in app/_components/ProofMarquee.tsx:39", "shortDescription": {"text": "Commented-code block (7 lines) in app/_components/ProofMarquee.tsx:39"}, "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-e083f63317783e7d", "name": "Commented-code block (5 lines) in libs/mailerlite.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in libs/mailerlite.ts:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-3d83bc4ade1a3158", "name": "Commented-code block (5 lines) in libs/seo.tsx:42", "shortDescription": {"text": "Commented-code block (5 lines) in libs/seo.tsx:42"}, "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-781e3f817f07b67c", "name": "Commented-code block (5 lines) in libs/rate-limit.ts:5", "shortDescription": {"text": "Commented-code block (5 lines) in libs/rate-limit.ts:5"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-a56e15f30a458408", "name": "`fetch()` without try/.catch or AbortSignal \u2014 libs/paysera.ts:108", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 libs/paysera.ts:108"}, "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-48de5ad4367defd4", "name": "Commented-code block (5 lines) in libs/booking/settleBalance.ts:14", "shortDescription": {"text": "Commented-code block (5 lines) in libs/booking/settleBalance.ts:14"}, "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-d6f8a5d7ec0da534", "name": "Commented-code block (11 lines) in libs/booking/fulfill.ts:19", "shortDescription": {"text": "Commented-code block (11 lines) in libs/booking/fulfill.ts:19"}, "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-d0b17c8c07a7421d", "name": "8 env vars used in code but missing from .env.example", "shortDescription": {"text": "8 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `APPLY`, `NEW_PASSWORD`, `NODE_ENV`, `PREFIX`, `RESET_EMAIL`, `S3_PUBLIC_URL`, `SITE_URL`, `VERCEL_PROJECT_PRODUCTION_URL`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/18407"}, "properties": {"repository": "RokasMazelis/biciuliu_keliones", "repoUrl": "https://github.com/RokasMazelis/biciuliu_keliones", "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-793f0288c11124a2", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/seed-italija.ts:19"}, "properties": {"repobilityId": "973af56ab4c1903a", "scanner": "scanner-primary", "fingerprint": "793f0288c11124a2", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-025e5c7471f58e9e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/seed-slovenija.ts:19"}, "properties": {"repobilityId": "f36ed882e65149b1", "scanner": "scanner-primary", "fingerprint": "025e5c7471f58e9e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b8d97c21a3f7dcf9", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/reset-password.ts:46"}, "properties": {"repobilityId": "cff7b49d20a9d0b4", "scanner": "scanner-primary", "fingerprint": "b8d97c21a3f7dcf9", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c689a5d30109acd7", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/seed-ispanija.ts:19"}, "properties": {"repobilityId": "1f3b68a46a092bcc", "scanner": "scanner-primary", "fingerprint": "c689a5d30109acd7", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-80998e8d91dc5284", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/r2-import-folders.ts:88"}, "properties": {"repobilityId": "c1031603f518e2a4", "scanner": "scanner-primary", "fingerprint": "80998e8d91dc5284", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d1e9e8f1cb216cab", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/seed-dolomitai.ts:19"}, "properties": {"repobilityId": "98e4facffc6788d8", "scanner": "scanner-primary", "fingerprint": "d1e9e8f1cb216cab", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c5216d3ddbff517b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/r2-clean-orphans.ts:71"}, "properties": {"repobilityId": "d448a10197d20343", "scanner": "scanner-primary", "fingerprint": "c5216d3ddbff517b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-0649aacae31efd53", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/dedupe-media.ts:73"}, "properties": {"repobilityId": "a44946b020258b6e", "scanner": "scanner-primary", "fingerprint": "0649aacae31efd53", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8ddd63b8d9ae6a67", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/r2-audit.ts:51"}, "properties": {"repobilityId": "6724a9986170c3f3", "scanner": "scanner-primary", "fingerprint": "8ddd63b8d9ae6a67", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-80174aab48c88695", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/(frontend)/keliones/[slug]/page.tsx:204"}, "properties": {"repobilityId": "5cd6d1d59bb78424", "scanner": "scanner-primary", "fingerprint": "80174aab48c88695", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-2626f04cca822cfe", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 libs/seo.tsx:79"}, "properties": {"repobilityId": "c5bd42f37be51659", "scanner": "scanner-primary", "fingerprint": "2626f04cca822cfe", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-28c1b23a9be64bb0", "level": "warning", "message": {"text": "Privileged port 587 in use"}, "properties": {"repobilityId": "a87a96c3b2e62c08", "scanner": "scanner-primary", "fingerprint": "28c1b23a9be64bb0", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "payload.config.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ad61caeeba6e03b8", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/(frontend)/keliones/[slug]/page.tsx:204"}, "properties": {"repobilityId": "95d863c37658ac8b", "scanner": "scanner-primary", "fingerprint": "ad61caeeba6e03b8", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/(frontend)/keliones/[slug]/page.tsx"}, "region": {"startLine": 204}}}]}, {"ruleId": "scanner-e83a13fb23a6c5b8", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in libs/seo.tsx:79"}, "properties": {"repobilityId": "89380a551b699351", "scanner": "scanner-primary", "fingerprint": "e83a13fb23a6c5b8", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "libs/seo.tsx"}, "region": {"startLine": 79}}}]}, {"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": "b66e43789903c8b8", "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": "24b5b18ecb63d3c5", "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": "528aa9412dc1d8d7", "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": "086af31102b0c928", "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": "6cca840ba168645b", "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": "8f8f3fed3a640fdf", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-a7ee1bce62f17561", "level": "none", "message": {"text": "Commented-code block (7 lines) in app/_components/ProofMarquee.tsx:39"}, "properties": {"repobilityId": "888938afdc7bea81", "scanner": "scanner-primary", "fingerprint": "a7ee1bce62f17561", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e083f63317783e7d", "level": "none", "message": {"text": "Commented-code block (5 lines) in libs/mailerlite.ts:3"}, "properties": {"repobilityId": "7f454ba08f6a61df", "scanner": "scanner-primary", "fingerprint": "e083f63317783e7d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3d83bc4ade1a3158", "level": "none", "message": {"text": "Commented-code block (5 lines) in libs/seo.tsx:42"}, "properties": {"repobilityId": "0820174b4abb443a", "scanner": "scanner-primary", "fingerprint": "3d83bc4ade1a3158", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-781e3f817f07b67c", "level": "none", "message": {"text": "Commented-code block (5 lines) in libs/rate-limit.ts:5"}, "properties": {"repobilityId": "c5115ec4dbb9982f", "scanner": "scanner-primary", "fingerprint": "781e3f817f07b67c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a56e15f30a458408", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 libs/paysera.ts:108"}, "properties": {"repobilityId": "7f9d115702b4626f", "scanner": "scanner-primary", "fingerprint": "a56e15f30a458408", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-48de5ad4367defd4", "level": "none", "message": {"text": "Commented-code block (5 lines) in libs/booking/settleBalance.ts:14"}, "properties": {"repobilityId": "7877734fbadc08b4", "scanner": "scanner-primary", "fingerprint": "48de5ad4367defd4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d6f8a5d7ec0da534", "level": "none", "message": {"text": "Commented-code block (11 lines) in libs/booking/fulfill.ts:19"}, "properties": {"repobilityId": "d384a87a8b60aa99", "scanner": "scanner-primary", "fingerprint": "d6f8a5d7ec0da534", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d0b17c8c07a7421d", "level": "note", "message": {"text": "8 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "17fe720e8247f9df", "scanner": "scanner-primary", "fingerprint": "d0b17c8c07a7421d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}