{"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-27c64067f646d113", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 components/CardPreview.tsx:61", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/CardPreview.tsx:61"}, "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-96803088c3d2d812", "name": "Stray `console.log` in TS/JS \u2014 app/api/wallet/apple/v1/log/route.ts:8", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/api/wallet/apple/v1/log/route.ts:8"}, "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-958b3a7c4ec2746c", "name": "Stray `console.log` in TS/JS \u2014 app/api/admin/impersonate/route.ts:25", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/api/admin/impersonate/route.ts:25"}, "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-03018b4f03aac70d", "name": "Insecure pattern 'dangerous_innerhtml' in components/CardPreview.tsx:61", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in components/CardPreview.tsx:61"}, "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-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-bfc70f616fcdc799", "name": "Very large file: app/dashboard/page.tsx (2735 lines)", "shortDescription": {"text": "Very large file: app/dashboard/page.tsx (2735 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": "2 test file(s) for 86 source file(s) (ratio 0.02). 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-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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 14 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 31 placeholder/mock markers across 7 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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, operator-readme. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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-92a8b204855d84c8", "name": "Commented-code block (6 lines) in components/CardPreview.tsx:104", "shortDescription": {"text": "Commented-code block (6 lines) in components/CardPreview.tsx:104"}, "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-9f776c81b9690932", "name": "Commented-code block (6 lines) in app/api/admin/business/[id]/route.ts:103", "shortDescription": {"text": "Commented-code block (6 lines) in app/api/admin/business/[id]/route.ts:103"}, "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-5f705113d25700a5", "name": "Commented-code block (6 lines) in app/api/business/card/delete/route.ts:22", "shortDescription": {"text": "Commented-code block (6 lines) in app/api/business/card/delete/route.ts:22"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-966c6a60db2a8e9b", "name": "Commented-code block (5 lines) in app/api/card/[loyaltyCardId]/logo/route.ts:7", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/card/[loyaltyCardId]/logo/route.ts:7"}, "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-f014876734757aae", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/m/[programId]/page.tsx:57", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/m/[programId]/page.tsx:57"}, "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-54d282e498591d74", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/join/[cardId]/page.tsx:86", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/join/[cardId]/page.tsx:86"}, "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-0487f6a349873596", "name": "`fetch()` without try/.catch or AbortSignal \u2014 lib/walletBadges.ts:2", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/walletBadges.ts:2"}, "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-c5f213e310606bc4", "name": "`fetch()` without try/.catch or AbortSignal \u2014 lib/clientApi.ts:4", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/clientApi.ts:4"}, "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-41d49cc36f4cbb25", "name": "Commented-code block (5 lines) in lib/stampStrip.ts:6", "shortDescription": {"text": "Commented-code block (5 lines) in lib/stampStrip.ts:6"}, "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-fbd6b929459b9a01", "name": "Commented-code block (6 lines) in lib/googleWallet.ts:82", "shortDescription": {"text": "Commented-code block (6 lines) in lib/googleWallet.ts:82"}, "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-c55a97d10046b89e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 lib/googleWallet.ts:130", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/googleWallet.ts:130"}, "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-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: `APPLE_AUTH_SECRET`. 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/21254"}, "properties": {"repository": "Thwar/LoyaltyCardApp", "repoUrl": "https://github.com/Thwar/LoyaltyCardApp", "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-27c64067f646d113", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/CardPreview.tsx:61"}, "properties": {"repobilityId": "37ad1e1ff4606692", "scanner": "scanner-primary", "fingerprint": "27c64067f646d113", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-96803088c3d2d812", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/api/wallet/apple/v1/log/route.ts:8"}, "properties": {"repobilityId": "6909fe9729e43bd9", "scanner": "scanner-primary", "fingerprint": "96803088c3d2d812", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-958b3a7c4ec2746c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/api/admin/impersonate/route.ts:25"}, "properties": {"repobilityId": "f5f141292d4338ef", "scanner": "scanner-primary", "fingerprint": "958b3a7c4ec2746c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-03018b4f03aac70d", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in components/CardPreview.tsx:61"}, "properties": {"repobilityId": "93eee9cdebfbe5df", "scanner": "scanner-primary", "fingerprint": "03018b4f03aac70d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "components/CardPreview.tsx"}, "region": {"startLine": 61}}}]}, {"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-bfc70f616fcdc799", "level": "note", "message": {"text": "Very large file: app/dashboard/page.tsx (2735 lines)"}, "properties": {"repobilityId": "63f368eddf6a07a9", "scanner": "scanner-primary", "fingerprint": "bfc70f616fcdc799", "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": "00e80a743ae3ba97", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-faccb9061e9b52a0", "level": "note", "message": {"text": "No README detected"}, "properties": {"repobilityId": "29e0a7a3dd170946", "scanner": "scanner-primary", "fingerprint": "faccb9061e9b52a0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "ddac6782c240c20e", "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": "bb49d94eae89d73d", "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": "3569cb736632415f", "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": "23d86f554993a101", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "6271908d5d3d2aba", "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": "afe011a679adac8c", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-92a8b204855d84c8", "level": "none", "message": {"text": "Commented-code block (6 lines) in components/CardPreview.tsx:104"}, "properties": {"repobilityId": "d58557db6d6ebba4", "scanner": "scanner-primary", "fingerprint": "92a8b204855d84c8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9f776c81b9690932", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/api/admin/business/[id]/route.ts:103"}, "properties": {"repobilityId": "ef957773fe52292b", "scanner": "scanner-primary", "fingerprint": "9f776c81b9690932", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5f705113d25700a5", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/api/business/card/delete/route.ts:22"}, "properties": {"repobilityId": "f8c898821bfbc541", "scanner": "scanner-primary", "fingerprint": "5f705113d25700a5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-966c6a60db2a8e9b", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/card/[loyaltyCardId]/logo/route.ts:7"}, "properties": {"repobilityId": "26a7c97fea1bb682", "scanner": "scanner-primary", "fingerprint": "966c6a60db2a8e9b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f014876734757aae", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/m/[programId]/page.tsx:57"}, "properties": {"repobilityId": "34e96e61d3a31d63", "scanner": "scanner-primary", "fingerprint": "f014876734757aae", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-54d282e498591d74", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/join/[cardId]/page.tsx:86"}, "properties": {"repobilityId": "9b076799502bcd71", "scanner": "scanner-primary", "fingerprint": "54d282e498591d74", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0487f6a349873596", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/walletBadges.ts:2"}, "properties": {"repobilityId": "5cf2e145f16b287d", "scanner": "scanner-primary", "fingerprint": "0487f6a349873596", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c5f213e310606bc4", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/clientApi.ts:4"}, "properties": {"repobilityId": "fcd63eb8f31813b2", "scanner": "scanner-primary", "fingerprint": "c5f213e310606bc4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-41d49cc36f4cbb25", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/stampStrip.ts:6"}, "properties": {"repobilityId": "63324fa1cd4640b2", "scanner": "scanner-primary", "fingerprint": "41d49cc36f4cbb25", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fbd6b929459b9a01", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/googleWallet.ts:82"}, "properties": {"repobilityId": "e1c0725292e881a6", "scanner": "scanner-primary", "fingerprint": "fbd6b929459b9a01", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c55a97d10046b89e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/googleWallet.ts:130"}, "properties": {"repobilityId": "d54fd0525ebc1d70", "scanner": "scanner-primary", "fingerprint": "c55a97d10046b89e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"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"]}}]}]}