{"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-6d22632522e3811f", "name": "Possibly dead Python function: process_block", "shortDescription": {"text": "Possibly dead Python function: process_block"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"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-ce6946833b7f6fc6", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 thaigigabike/src/app/layout.tsx:71", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 thaigigabike/src/app/layout.tsx:71"}, "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-a850aa5741de3b9f", "name": "Stray `console.log` in TS/JS \u2014 thaigigabike/src/lib/email.ts:100", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 thaigigabike/src/lib/email.ts:100"}, "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-f19c3ec81b3586af", "name": "Stray `console.log` in TS/JS \u2014 thaigigabike/src/lib/api/logger.ts:20", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 thaigigabike/src/lib/api/logger.ts:20"}, "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-5de5e91388ae8564", "name": "Insecure pattern 'dangerous_innerhtml' in thaigigabike/src/app/layout.tsx:71", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in thaigigabike/src/app/layout.tsx:71"}, "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-dc3ba279b5726c3a", "name": "Possible secret in thaigigabike/src/lib/i18n.ts", "shortDescription": {"text": "Possible secret in thaigigabike/src/lib/i18n.ts"}, "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-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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "10 test file(s) for 202 source file(s) (ratio 0.05). 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 84 placeholder/mock markers across 29 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. 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": "low", "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. 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-546f5096b35fbd6b", "name": "Commented-code block (5 lines) in thaigigabike/playwright.config.ts:34", "shortDescription": {"text": "Commented-code block (5 lines) in thaigigabike/playwright.config.ts:34"}, "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-b903c1adf0071e0a", "name": "Commented-code block (5 lines) in thaigigabike/src/middleware.ts:22", "shortDescription": {"text": "Commented-code block (5 lines) in thaigigabike/src/middleware.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-a0500d821ef07afe", "name": "Commented-code block (8 lines) in thaigigabike/src/app/api/orders/route.ts:268", "shortDescription": {"text": "Commented-code block (8 lines) in thaigigabike/src/app/api/orders/route.ts:268"}, "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-d23a73cbb5a19e9b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 thaigigabike/src/app/admin/page.tsx:75", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 thaigigabike/src/app/admin/page.tsx:75"}, "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-f8a609b20dcd9c62", "name": "`fetch()` without try/.catch or AbortSignal \u2014 thaigigabike/src/app/account/settings/page.tsx:51", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 thaigigabike/src/app/account/settings/page.tsx:51"}, "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-773233935f71e98e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 thaigigabike/src/app/account/orders/[orderId]/page.tsx:198", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 thaigigabike/src/app/account/orders/[orderId]/page.tsx:198"}, "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-06860c643bdeb425", "name": "`fetch()` without try/.catch or AbortSignal \u2014 thaigigabike/src/app/account/addresses/page.tsx:32", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 thaigigabike/src/app/account/addresses/page.tsx:32"}, "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-3a2b18213ae48217", "name": "`fetch()` without try/.catch or AbortSignal \u2014 thaigigabike/src/app/account/reviews/page.tsx:36", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 thaigigabike/src/app/account/reviews/page.tsx:36"}, "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-53933bda09351e5f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 thaigigabike/src/app/account/tickets/page.tsx:118", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 thaigigabike/src/app/account/tickets/page.tsx:118"}, "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-b50bb6120545ebf9", "name": "`fetch()` without try/.catch or AbortSignal \u2014 thaigigabike/src/app/account/wishlist/page.tsx:36", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 thaigigabike/src/app/account/wishlist/page.tsx:36"}, "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-8a93662568b56527", "name": "`fetch()` without try/.catch or AbortSignal \u2014 thaigigabike/src/app/account/profile/page.tsx:50", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 thaigigabike/src/app/account/profile/page.tsx:50"}, "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-85477bf6c89d5249", "name": "`fetch()` without try/.catch or AbortSignal \u2014 thaigigabike/src/lib/auth/AuthContext.tsx:63", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 thaigigabike/src/lib/auth/AuthContext.tsx:63"}, "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-319e66a630e14977", "name": "2 env vars used in code but missing from .env.example", "shortDescription": {"text": "2 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `ALLOW_ADMIN_SETUP`, `NODE_ENV`. 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/20550"}, "properties": {"repository": "Suphakritpan/Giga-Bike-", "repoUrl": "https://github.com/Suphakritpan/Giga-Bike-", "branch": "main"}, "results": [{"ruleId": "scanner-6d22632522e3811f", "level": "note", "message": {"text": "Possibly dead Python function: process_block"}, "properties": {"repobilityId": "4813086d28ad798f", "scanner": "scanner-primary", "fingerprint": "6d22632522e3811f", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/rewrite_descriptions.py:95"}, "region": {"startLine": 1}}}]}, {"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-ce6946833b7f6fc6", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 thaigigabike/src/app/layout.tsx:71"}, "properties": {"repobilityId": "bb53d42d2f9fa632", "scanner": "scanner-primary", "fingerprint": "ce6946833b7f6fc6", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-a850aa5741de3b9f", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 thaigigabike/src/lib/email.ts:100"}, "properties": {"repobilityId": "328a33bd93f6dc5c", "scanner": "scanner-primary", "fingerprint": "a850aa5741de3b9f", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f19c3ec81b3586af", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 thaigigabike/src/lib/api/logger.ts:20"}, "properties": {"repobilityId": "29cdeb0113cb99d1", "scanner": "scanner-primary", "fingerprint": "f19c3ec81b3586af", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-5de5e91388ae8564", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in thaigigabike/src/app/layout.tsx:71"}, "properties": {"repobilityId": "60efa0406f010c4c", "scanner": "scanner-primary", "fingerprint": "5de5e91388ae8564", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "thaigigabike/src/app/layout.tsx"}, "region": {"startLine": 71}}}]}, {"ruleId": "scanner-dc3ba279b5726c3a", "level": "error", "message": {"text": "Possible secret in thaigigabike/src/lib/i18n.ts"}, "properties": {"repobilityId": "4ac29daaaa174167", "scanner": "scanner-primary", "fingerprint": "dc3ba279b5726c3a", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "thaigigabike/src/lib/i18n.ts"}, "region": {"startLine": 254}}}]}, {"ruleId": "scanner-dc3ba279b5726c3a", "level": "error", "message": {"text": "Possible secret in thaigigabike/src/lib/i18n.ts"}, "properties": {"repobilityId": "4ac29daaaa174167", "scanner": "scanner-primary", "fingerprint": "dc3ba279b5726c3a", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "thaigigabike/src/lib/i18n.ts"}, "region": {"startLine": 255}}}]}, {"ruleId": "scanner-dc3ba279b5726c3a", "level": "error", "message": {"text": "Possible secret in thaigigabike/src/lib/i18n.ts"}, "properties": {"repobilityId": "4ac29daaaa174167", "scanner": "scanner-primary", "fingerprint": "dc3ba279b5726c3a", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "thaigigabike/src/lib/i18n.ts"}, "region": {"startLine": 261}}}]}, {"ruleId": "scanner-dc3ba279b5726c3a", "level": "error", "message": {"text": "Possible secret in thaigigabike/src/lib/i18n.ts"}, "properties": {"repobilityId": "4ac29daaaa174167", "scanner": "scanner-primary", "fingerprint": "dc3ba279b5726c3a", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "thaigigabike/src/lib/i18n.ts"}, "region": {"startLine": 268}}}]}, {"ruleId": "scanner-dc3ba279b5726c3a", "level": "error", "message": {"text": "Possible secret in thaigigabike/src/lib/i18n.ts"}, "properties": {"repobilityId": "4ac29daaaa174167", "scanner": "scanner-primary", "fingerprint": "dc3ba279b5726c3a", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "thaigigabike/src/lib/i18n.ts"}, "region": {"startLine": 269}}}]}, {"ruleId": "scanner-dc3ba279b5726c3a", "level": "error", "message": {"text": "Possible secret in thaigigabike/src/lib/i18n.ts"}, "properties": {"repobilityId": "4ac29daaaa174167", "scanner": "scanner-primary", "fingerprint": "dc3ba279b5726c3a", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "thaigigabike/src/lib/i18n.ts"}, "region": {"startLine": 329}}}]}, {"ruleId": "scanner-dc3ba279b5726c3a", "level": "error", "message": {"text": "Possible secret in thaigigabike/src/lib/i18n.ts"}, "properties": {"repobilityId": "4ac29daaaa174167", "scanner": "scanner-primary", "fingerprint": "dc3ba279b5726c3a", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "thaigigabike/src/lib/i18n.ts"}, "region": {"startLine": 594}}}]}, {"ruleId": "scanner-dc3ba279b5726c3a", "level": "error", "message": {"text": "Possible secret in thaigigabike/src/lib/i18n.ts"}, "properties": {"repobilityId": "4ac29daaaa174167", "scanner": "scanner-primary", "fingerprint": "dc3ba279b5726c3a", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "thaigigabike/src/lib/i18n.ts"}, "region": {"startLine": 595}}}]}, {"ruleId": "scanner-dc3ba279b5726c3a", "level": "error", "message": {"text": "Possible secret in thaigigabike/src/lib/i18n.ts"}, "properties": {"repobilityId": "4ac29daaaa174167", "scanner": "scanner-primary", "fingerprint": "dc3ba279b5726c3a", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "thaigigabike/src/lib/i18n.ts"}, "region": {"startLine": 601}}}]}, {"ruleId": "scanner-dc3ba279b5726c3a", "level": "error", "message": {"text": "Possible secret in thaigigabike/src/lib/i18n.ts"}, "properties": {"repobilityId": "4ac29daaaa174167", "scanner": "scanner-primary", "fingerprint": "dc3ba279b5726c3a", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "thaigigabike/src/lib/i18n.ts"}, "region": {"startLine": 608}}}]}, {"ruleId": "scanner-dc3ba279b5726c3a", "level": "error", "message": {"text": "Possible secret in thaigigabike/src/lib/i18n.ts"}, "properties": {"repobilityId": "4ac29daaaa174167", "scanner": "scanner-primary", "fingerprint": "dc3ba279b5726c3a", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "thaigigabike/src/lib/i18n.ts"}, "region": {"startLine": 609}}}]}, {"ruleId": "scanner-dc3ba279b5726c3a", "level": "error", "message": {"text": "Possible secret in thaigigabike/src/lib/i18n.ts"}, "properties": {"repobilityId": "4ac29daaaa174167", "scanner": "scanner-primary", "fingerprint": "dc3ba279b5726c3a", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "thaigigabike/src/lib/i18n.ts"}, "region": {"startLine": 665}}}]}, {"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-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": "c50bab3196de44f4", "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": "b06b9f55f688838b", "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": "9cf7d3dedd8d0b58", "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": "566446c5e6972c5a", "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": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "44c291f16e51508c", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "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": "691044c2f5229496", "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": "4576765d052d9ada", "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": "0ed30baa85c1549d", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-546f5096b35fbd6b", "level": "none", "message": {"text": "Commented-code block (5 lines) in thaigigabike/playwright.config.ts:34"}, "properties": {"repobilityId": "cb2808e8aba4450b", "scanner": "scanner-primary", "fingerprint": "546f5096b35fbd6b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b903c1adf0071e0a", "level": "none", "message": {"text": "Commented-code block (5 lines) in thaigigabike/src/middleware.ts:22"}, "properties": {"repobilityId": "d0e4d75f6456693c", "scanner": "scanner-primary", "fingerprint": "b903c1adf0071e0a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a0500d821ef07afe", "level": "none", "message": {"text": "Commented-code block (8 lines) in thaigigabike/src/app/api/orders/route.ts:268"}, "properties": {"repobilityId": "140e4876801cf9ba", "scanner": "scanner-primary", "fingerprint": "a0500d821ef07afe", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d23a73cbb5a19e9b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 thaigigabike/src/app/admin/page.tsx:75"}, "properties": {"repobilityId": "ea062bb02ad1850e", "scanner": "scanner-primary", "fingerprint": "d23a73cbb5a19e9b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f8a609b20dcd9c62", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 thaigigabike/src/app/account/settings/page.tsx:51"}, "properties": {"repobilityId": "14e4d8cec7429d3e", "scanner": "scanner-primary", "fingerprint": "f8a609b20dcd9c62", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-773233935f71e98e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 thaigigabike/src/app/account/orders/[orderId]/page.tsx:198"}, "properties": {"repobilityId": "0efc5e910e1612da", "scanner": "scanner-primary", "fingerprint": "773233935f71e98e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-06860c643bdeb425", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 thaigigabike/src/app/account/addresses/page.tsx:32"}, "properties": {"repobilityId": "5371a5f028c663c8", "scanner": "scanner-primary", "fingerprint": "06860c643bdeb425", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3a2b18213ae48217", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 thaigigabike/src/app/account/reviews/page.tsx:36"}, "properties": {"repobilityId": "8b6965293c58cf0b", "scanner": "scanner-primary", "fingerprint": "3a2b18213ae48217", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-53933bda09351e5f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 thaigigabike/src/app/account/tickets/page.tsx:118"}, "properties": {"repobilityId": "2a10e787480413d8", "scanner": "scanner-primary", "fingerprint": "53933bda09351e5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b50bb6120545ebf9", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 thaigigabike/src/app/account/wishlist/page.tsx:36"}, "properties": {"repobilityId": "ccd23e99bf9724a0", "scanner": "scanner-primary", "fingerprint": "b50bb6120545ebf9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-8a93662568b56527", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 thaigigabike/src/app/account/profile/page.tsx:50"}, "properties": {"repobilityId": "8a3e3b516adbf4d9", "scanner": "scanner-primary", "fingerprint": "8a93662568b56527", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-85477bf6c89d5249", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 thaigigabike/src/lib/auth/AuthContext.tsx:63"}, "properties": {"repobilityId": "3c796217a53a7d75", "scanner": "scanner-primary", "fingerprint": "85477bf6c89d5249", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-319e66a630e14977", "level": "none", "message": {"text": "2 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "d838d1fc5d8231c9", "scanner": "scanner-primary", "fingerprint": "319e66a630e14977", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}