{"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-dd446cf1f7942ae6", "name": "Stray `console.log` in TS/JS \u2014 scripts/src/hello.ts:1", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/src/hello.ts:1"}, "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-8feecd4d15d28b1e", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 artifacts/credlyr/src/components/ui/chart.tsx:79", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 artifacts/credlyr/src/components/ui/chart.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-69a4417e8ca064b0", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 artifacts/mockup-sandbox/src/components/ui/chart.tsx:78", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 artifacts/mockup-sandbox/src/components/ui/chart.tsx:78"}, "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-27f43091c357fa57", "name": "Stray `console.log` in TS/JS \u2014 artifacts/api-server/src/routes/contact.ts:22", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 artifacts/api-server/src/routes/contact.ts:22"}, "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-d0f03d24a81353ba", "name": "Insecure pattern 'dangerous_innerhtml' in artifacts/credlyr/src/components/ui/chart.tsx:79", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in artifacts/credlyr/src/components/ui/chart.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-3745f6da5336d09a", "name": "Insecure pattern 'dangerous_innerhtml' in artifacts/mockup-sandbox/src/components/ui/chart.tsx:78", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in artifacts/mockup-sandbox/src/components/ui/chart.tsx:78"}, "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-5dbebb042bb33c39", "name": "Insecure pattern 'cors_wildcard' in artifacts/api-server/src/app.ts:28", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in artifacts/api-server/src/app.ts:28"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). 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-cb639d9a10a47b23", "name": "package.json defines install-time lifecycle scripts", "shortDescription": {"text": "package.json defines install-time lifecycle scripts"}, "fullDescription": {"text": "preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "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-c0257c2303284344", "name": "Very large file: artifacts/credlyr/src/App.tsx (3005 lines)", "shortDescription": {"text": "Very large file: artifacts/credlyr/src/App.tsx (3005 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-1ca9d525b5ac18c8", "name": "Very large file: artifacts/credlyr/src/pages/ProductPage.tsx (1606 lines)", "shortDescription": {"text": "Very large file: artifacts/credlyr/src/pages/ProductPage.tsx (1606 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 167 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-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-3036d70d2146842b", "name": "Node manifest has dependencies but no lockfile: scripts/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: scripts/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-3b9817ac318b5825", "name": "Node manifest has dependencies but no lockfile: lib/api-spec/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: lib/api-spec/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-e17d020eb983b802", "name": "Node manifest has dependencies but no lockfile: lib/db/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: lib/db/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-328a71053c42b16a", "name": "Node manifest has dependencies but no lockfile: lib/api-zod/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: lib/api-zod/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-ea221e303761338d", "name": "Node manifest has dependencies but no lockfile: lib/api-client-react/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: lib/api-client-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-50716b0b5519cd8e", "name": "Node manifest has dependencies but no lockfile: artifacts/credlyr/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: artifacts/credlyr/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-c5e31b7c75792a1d", "name": "Node manifest has dependencies but no lockfile: artifacts/mockup-sandbox/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: artifacts/mockup-sandbox/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-a5f90eaf6e067813", "name": "Node manifest has dependencies but no lockfile: artifacts/api-server/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: artifacts/api-server/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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 25 placeholder/mock markers across 14 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, tests, 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-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-a826ee1808d414cc", "name": "Commented-code block (6 lines) in lib/api-client-react/src/custom-fetch.ts:114", "shortDescription": {"text": "Commented-code block (6 lines) in lib/api-client-react/src/custom-fetch.ts:114"}, "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-edc460f99803a6f0", "name": "`fetch()` without try/.catch or AbortSignal \u2014 lib/api-client-react/src/custom-fetch.ts:363", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/api-client-react/src/custom-fetch.ts:363"}, "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-04fd30fb82b62459", "name": "Commented-code block (5 lines) in artifacts/api-server/build.mjs:25", "shortDescription": {"text": "Commented-code block (5 lines) in artifacts/api-server/build.mjs:25"}, "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-12a6aa8d8fcb278d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 artifacts/api-server/src/routes/contact.ts:106", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 artifacts/api-server/src/routes/contact.ts:106"}, "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-5fa5af25316da646", "name": "16 env vars used in code but missing from .env.example", "shortDescription": {"text": "16 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `BASE_PATH`, `BASE_URL`, `DATABASE_URL`, `DISCORD_WEBHOOK_URL`, `EMAIL_FROM`, `EMAIL_TO`, `LOG_LEVEL`, `NODE_ENV` + 8 more. 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}}, {"id": "scanner-84976358fb78e8f4", "name": "Frontend route `/thanks` has no Link/navigate to it \u2014 artifacts/credlyr/src/App.tsx", "shortDescription": {"text": "Frontend route `/thanks` has no Link/navigate to it \u2014 artifacts/credlyr/src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-efddef0c0bde9f75", "name": "Frontend route `/product/:id` has no Link/navigate to it \u2014 artifacts/credlyr/src/App.tsx", "shortDescription": {"text": "Frontend route `/product/:id` has no Link/navigate to it \u2014 artifacts/credlyr/src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-648b784b15ff1ea7", "name": "Frontend route `/customers/reviews` has no Link/navigate to it \u2014 artifacts/credlyr/src/App.tsx", "shortDescription": {"text": "Frontend route `/customers/reviews` has no Link/navigate to it \u2014 artifacts/credlyr/src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-c9a88877a7015eed", "name": "Frontend route `/customers/partners` has no Link/navigate to it \u2014 artifacts/credlyr/src/App.tsx", "shortDescription": {"text": "Frontend route `/customers/partners` has no Link/navigate to it \u2014 artifacts/credlyr/src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e55f76438798dd3d", "name": "Frontend route `/customers/community` has no Link/navigate to it \u2014 artifacts/credlyr/src/App.tsx", "shortDescription": {"text": "Frontend route `/customers/community` has no Link/navigate to it \u2014 artifacts/credlyr/src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b65ed6a5fc6d4e9e", "name": "Frontend route `/news` has no Link/navigate to it \u2014 artifacts/credlyr/src/App.tsx", "shortDescription": {"text": "Frontend route `/news` has no Link/navigate to it \u2014 artifacts/credlyr/src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6e1ae52d1bb86bd0", "name": "Frontend route `/contact` has no Link/navigate to it \u2014 artifacts/credlyr/src/App.tsx", "shortDescription": {"text": "Frontend route `/contact` has no Link/navigate to it \u2014 artifacts/credlyr/src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-fdd900e0eb4b4432", "name": "Frontend route `/docs` has no Link/navigate to it \u2014 artifacts/credlyr/src/App.tsx", "shortDescription": {"text": "Frontend route `/docs` has no Link/navigate to it \u2014 artifacts/credlyr/src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-16c59d758522a80b", "name": "Frontend route `/security` has no Link/navigate to it \u2014 artifacts/credlyr/src/App.tsx", "shortDescription": {"text": "Frontend route `/security` has no Link/navigate to it \u2014 artifacts/credlyr/src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-26baca20c2e3fda3", "name": "Dangling fetch: POST https://api.resend.com/emails (artifacts/api-server/src/routes/contact.ts:75)", "shortDescription": {"text": "Dangling fetch: POST https://api.resend.com/emails (artifacts/api-server/src/routes/contact.ts:75)"}, "fullDescription": {"text": "`artifacts/api-server/src/routes/contact.ts:75` calls `POST https://api.resend.com/emails` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/https:/api.resend.com/emails`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-6b1fa5c049430174", "name": "Dangling fetch: POST https://api.resend.com/emails (artifacts/api-server/src/routes/contact.ts:106)", "shortDescription": {"text": "Dangling fetch: POST https://api.resend.com/emails (artifacts/api-server/src/routes/contact.ts:106)"}, "fullDescription": {"text": "`artifacts/api-server/src/routes/contact.ts:106` calls `POST https://api.resend.com/emails` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/https:/api.resend.com/emails`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-dde3adb27bf7eebe", "name": "Unused endpoint: USE /api", "shortDescription": {"text": "Unused endpoint: USE /api"}, "fullDescription": {"text": "`artifacts/api-server/src/app.ts` declares `USE /api` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/22746"}, "properties": {"repository": "William975322/Credlyr", "repoUrl": "https://github.com/William975322/Credlyr", "branch": "main"}, "results": [{"ruleId": "scanner-dd446cf1f7942ae6", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/src/hello.ts:1"}, "properties": {"repobilityId": "8a8876b1127e88ce", "scanner": "scanner-primary", "fingerprint": "dd446cf1f7942ae6", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8feecd4d15d28b1e", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 artifacts/credlyr/src/components/ui/chart.tsx:79"}, "properties": {"repobilityId": "b095bbdfed2d89e6", "scanner": "scanner-primary", "fingerprint": "8feecd4d15d28b1e", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-69a4417e8ca064b0", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 artifacts/mockup-sandbox/src/components/ui/chart.tsx:78"}, "properties": {"repobilityId": "5e73f33ec5db7797", "scanner": "scanner-primary", "fingerprint": "69a4417e8ca064b0", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-27f43091c357fa57", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 artifacts/api-server/src/routes/contact.ts:22"}, "properties": {"repobilityId": "25ef10d9a61d9dc8", "scanner": "scanner-primary", "fingerprint": "27f43091c357fa57", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d0f03d24a81353ba", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in artifacts/credlyr/src/components/ui/chart.tsx:79"}, "properties": {"repobilityId": "79cb150f3a55c4af", "scanner": "scanner-primary", "fingerprint": "d0f03d24a81353ba", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "artifacts/credlyr/src/components/ui/chart.tsx"}, "region": {"startLine": 79}}}]}, {"ruleId": "scanner-3745f6da5336d09a", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in artifacts/mockup-sandbox/src/components/ui/chart.tsx:78"}, "properties": {"repobilityId": "ac72f3f576911974", "scanner": "scanner-primary", "fingerprint": "3745f6da5336d09a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "artifacts/mockup-sandbox/src/components/ui/chart.tsx"}, "region": {"startLine": 78}}}]}, {"ruleId": "scanner-5dbebb042bb33c39", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in artifacts/api-server/src/app.ts:28"}, "properties": {"repobilityId": "9661a72d8c5f8b98", "scanner": "scanner-primary", "fingerprint": "5dbebb042bb33c39", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "artifacts/api-server/src/app.ts"}, "region": {"startLine": 28}}}]}, {"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-cb639d9a10a47b23", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "66b3153cf7a04925", "scanner": "scanner-primary", "fingerprint": "cb639d9a10a47b23", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"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-c0257c2303284344", "level": "note", "message": {"text": "Very large file: artifacts/credlyr/src/App.tsx (3005 lines)"}, "properties": {"repobilityId": "6d1da29b8ce4e76d", "scanner": "scanner-primary", "fingerprint": "c0257c2303284344", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-1ca9d525b5ac18c8", "level": "note", "message": {"text": "Very large file: artifacts/credlyr/src/pages/ProductPage.tsx (1606 lines)"}, "properties": {"repobilityId": "231622ebbce274d9", "scanner": "scanner-primary", "fingerprint": "1ca9d525b5ac18c8", "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": "027d38bc63da356c", "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": "42d7b359e9162ee8", "scanner": "scanner-primary", "fingerprint": "faccb9061e9b52a0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3036d70d2146842b", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: scripts/package.json"}, "properties": {"repobilityId": "3a2a86cb93b8e276", "scanner": "scanner-primary", "fingerprint": "3036d70d2146842b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3b9817ac318b5825", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: lib/api-spec/package.json"}, "properties": {"repobilityId": "eda4cc86db8e9149", "scanner": "scanner-primary", "fingerprint": "3b9817ac318b5825", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/api-spec/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e17d020eb983b802", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: lib/db/package.json"}, "properties": {"repobilityId": "892008a5a207d3f2", "scanner": "scanner-primary", "fingerprint": "e17d020eb983b802", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/db/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-328a71053c42b16a", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: lib/api-zod/package.json"}, "properties": {"repobilityId": "804558e2ccb62729", "scanner": "scanner-primary", "fingerprint": "328a71053c42b16a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/api-zod/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ea221e303761338d", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: lib/api-client-react/package.json"}, "properties": {"repobilityId": "2f7f46cc532837f4", "scanner": "scanner-primary", "fingerprint": "ea221e303761338d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/api-client-react/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-50716b0b5519cd8e", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: artifacts/credlyr/package.json"}, "properties": {"repobilityId": "8108ea38b5670e15", "scanner": "scanner-primary", "fingerprint": "50716b0b5519cd8e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "artifacts/credlyr/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c5e31b7c75792a1d", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: artifacts/mockup-sandbox/package.json"}, "properties": {"repobilityId": "eecd492329e860bc", "scanner": "scanner-primary", "fingerprint": "c5e31b7c75792a1d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "artifacts/mockup-sandbox/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a5f90eaf6e067813", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: artifacts/api-server/package.json"}, "properties": {"repobilityId": "acfe01e5eaa91c63", "scanner": "scanner-primary", "fingerprint": "a5f90eaf6e067813", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "artifacts/api-server/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "e946fdcb48f4ee61", "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": "74cd6ddbf59e2ab0", "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": "6f7a5305c505df9d", "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": "e98a52299565da38", "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": "3c443b7200df7266", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-a826ee1808d414cc", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/api-client-react/src/custom-fetch.ts:114"}, "properties": {"repobilityId": "e7676539a0eae4b4", "scanner": "scanner-primary", "fingerprint": "a826ee1808d414cc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-edc460f99803a6f0", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/api-client-react/src/custom-fetch.ts:363"}, "properties": {"repobilityId": "898851ddce75cdc5", "scanner": "scanner-primary", "fingerprint": "edc460f99803a6f0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-04fd30fb82b62459", "level": "none", "message": {"text": "Commented-code block (5 lines) in artifacts/api-server/build.mjs:25"}, "properties": {"repobilityId": "8590b310c456e636", "scanner": "scanner-primary", "fingerprint": "04fd30fb82b62459", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-12a6aa8d8fcb278d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 artifacts/api-server/src/routes/contact.ts:106"}, "properties": {"repobilityId": "73d2a6e04d6101ae", "scanner": "scanner-primary", "fingerprint": "12a6aa8d8fcb278d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5fa5af25316da646", "level": "note", "message": {"text": "16 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "e0919a3f6a45e8c2", "scanner": "scanner-primary", "fingerprint": "5fa5af25316da646", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-84976358fb78e8f4", "level": "warning", "message": {"text": "Frontend route `/thanks` has no Link/navigate to it \u2014 artifacts/credlyr/src/App.tsx"}, "properties": {"repobilityId": "10b980001308bfc4", "scanner": "scanner-primary", "fingerprint": "84976358fb78e8f4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-efddef0c0bde9f75", "level": "warning", "message": {"text": "Frontend route `/product/:id` has no Link/navigate to it \u2014 artifacts/credlyr/src/App.tsx"}, "properties": {"repobilityId": "00a826b3af47b050", "scanner": "scanner-primary", "fingerprint": "efddef0c0bde9f75", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-648b784b15ff1ea7", "level": "warning", "message": {"text": "Frontend route `/customers/reviews` has no Link/navigate to it \u2014 artifacts/credlyr/src/App.tsx"}, "properties": {"repobilityId": "517588cf0556e039", "scanner": "scanner-primary", "fingerprint": "648b784b15ff1ea7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-c9a88877a7015eed", "level": "warning", "message": {"text": "Frontend route `/customers/partners` has no Link/navigate to it \u2014 artifacts/credlyr/src/App.tsx"}, "properties": {"repobilityId": "47644bb40479d677", "scanner": "scanner-primary", "fingerprint": "c9a88877a7015eed", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-e55f76438798dd3d", "level": "warning", "message": {"text": "Frontend route `/customers/community` has no Link/navigate to it \u2014 artifacts/credlyr/src/App.tsx"}, "properties": {"repobilityId": "967893601dddda33", "scanner": "scanner-primary", "fingerprint": "e55f76438798dd3d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-b65ed6a5fc6d4e9e", "level": "warning", "message": {"text": "Frontend route `/news` has no Link/navigate to it \u2014 artifacts/credlyr/src/App.tsx"}, "properties": {"repobilityId": "0012574bc584b02a", "scanner": "scanner-primary", "fingerprint": "b65ed6a5fc6d4e9e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-6e1ae52d1bb86bd0", "level": "warning", "message": {"text": "Frontend route `/contact` has no Link/navigate to it \u2014 artifacts/credlyr/src/App.tsx"}, "properties": {"repobilityId": "b0185ebcbc1ecb72", "scanner": "scanner-primary", "fingerprint": "6e1ae52d1bb86bd0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-fdd900e0eb4b4432", "level": "warning", "message": {"text": "Frontend route `/docs` has no Link/navigate to it \u2014 artifacts/credlyr/src/App.tsx"}, "properties": {"repobilityId": "167e91e2265438a3", "scanner": "scanner-primary", "fingerprint": "fdd900e0eb4b4432", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-16c59d758522a80b", "level": "warning", "message": {"text": "Frontend route `/security` has no Link/navigate to it \u2014 artifacts/credlyr/src/App.tsx"}, "properties": {"repobilityId": "e909295796888122", "scanner": "scanner-primary", "fingerprint": "16c59d758522a80b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-26baca20c2e3fda3", "level": "error", "message": {"text": "Dangling fetch: POST https://api.resend.com/emails (artifacts/api-server/src/routes/contact.ts:75)"}, "properties": {"repobilityId": "a00175120b0109c8", "scanner": "scanner-primary", "fingerprint": "26baca20c2e3fda3", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-6b1fa5c049430174", "level": "error", "message": {"text": "Dangling fetch: POST https://api.resend.com/emails (artifacts/api-server/src/routes/contact.ts:106)"}, "properties": {"repobilityId": "5663191923b76bf1", "scanner": "scanner-primary", "fingerprint": "6b1fa5c049430174", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-dde3adb27bf7eebe", "level": "note", "message": {"text": "Unused endpoint: USE /api"}, "properties": {"repobilityId": "61dbc3efae8620b1", "scanner": "scanner-primary", "fingerprint": "dde3adb27bf7eebe", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}