{"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-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-dba449ee05df196b", "name": "Very large file: Plately.jsx (2117 lines)", "shortDescription": {"text": "Very large file: Plately.jsx (2117 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-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-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-56836af2e5629e09", "name": "`fetch()` without try/.catch or AbortSignal \u2014 Plately.jsx:431", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 Plately.jsx:431"}, "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-ccb9e151cef270b7", "name": "Commented-code block (6 lines) in vite.config.js:6", "shortDescription": {"text": "Commented-code block (6 lines) in vite.config.js: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-4addc4780f1fd9fc", "name": "`fetch()` without try/.catch or AbortSignal \u2014 vite.config.js:104", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 vite.config.js:104"}, "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-f7906f41c0042efd", "name": "Dangling fetch: POST /api/claude (Plately.jsx:402)", "shortDescription": {"text": "Dangling fetch: POST /api/claude (Plately.jsx:402)"}, "fullDescription": {"text": "`Plately.jsx:402` calls `POST /api/claude` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/claude`\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-4331b651ab6243af", "name": "Dangling fetch: POST /api/usda (Plately.jsx:467)", "shortDescription": {"text": "Dangling fetch: POST /api/usda (Plately.jsx:467)"}, "fullDescription": {"text": "`Plately.jsx:467` calls `POST /api/usda` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/usda`\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-e6caec037d047573", "name": "Dangling fetch: POST /api/nutritionix (Plately.jsx:517)", "shortDescription": {"text": "Dangling fetch: POST /api/nutritionix (Plately.jsx:517)"}, "fullDescription": {"text": "`Plately.jsx:517` calls `POST /api/nutritionix` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/nutritionix`\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-690d71c54d1f9be9", "name": "Dangling fetch: POST https://api.anthropic.com/v1/messages (vite.config.js:91)", "shortDescription": {"text": "Dangling fetch: POST https://api.anthropic.com/v1/messages (vite.config.js:91)"}, "fullDescription": {"text": "`vite.config.js:91` calls `POST https://api.anthropic.com/v1/messages` 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.anthropic.com/v1/messages`\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-f22ca99edf46e2f7", "name": "Dangling fetch: POST https://api.nal.usda.gov/fdc/v1/foods/search?api_key=${encodeURIComponent(USDA)} (vite.config.js:10", "shortDescription": {"text": "Dangling fetch: POST https://api.nal.usda.gov/fdc/v1/foods/search?api_key=${encodeURIComponent(USDA)} (vite.config.js:104)"}, "fullDescription": {"text": "`vite.config.js:104` calls `POST https://api.nal.usda.gov/fdc/v1/foods/search?api_key=${encodeURIComponent(USDA)}` 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.nal.usda.gov/fdc/v1/foods/search`\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-eccfc269bd22d7fe", "name": "Dangling fetch: POST https://trackapi.nutritionix.com/v2/natural/nutrients (vite.config.js:121)", "shortDescription": {"text": "Dangling fetch: POST https://trackapi.nutritionix.com/v2/natural/nutrients (vite.config.js:121)"}, "fullDescription": {"text": "`vite.config.js:121` calls `POST https://trackapi.nutritionix.com/v2/natural/nutrients` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/https:/trackapi.nutritionix.com/v2/natural/nutrients`\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-afde5eeaffe8ba0b", "name": "Unused endpoint: USE /api/claude", "shortDescription": {"text": "Unused endpoint: USE /api/claude"}, "fullDescription": {"text": "`vite.config.js` declares `USE /api/claude` 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}}, {"id": "scanner-1999cff1837261e3", "name": "Unused endpoint: USE /api/usda", "shortDescription": {"text": "Unused endpoint: USE /api/usda"}, "fullDescription": {"text": "`vite.config.js` declares `USE /api/usda` 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}}, {"id": "scanner-f663cb633fdfa735", "name": "Unused endpoint: USE /api/nutritionix", "shortDescription": {"text": "Unused endpoint: USE /api/nutritionix"}, "fullDescription": {"text": "`vite.config.js` declares `USE /api/nutritionix` 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/29994"}, "properties": {"repository": "Thienansjstar/plately", "repoUrl": "https://github.com/Thienansjstar/plately", "branch": "main"}, "results": [{"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-dba449ee05df196b", "level": "note", "message": {"text": "Very large file: Plately.jsx (2117 lines)"}, "properties": {"repobilityId": "261202f21664894c", "scanner": "scanner-primary", "fingerprint": "dba449ee05df196b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "211ca6de9b6c198d", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "aa7648a5f2f96787", "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": "50068b07cbf44566", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-56836af2e5629e09", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 Plately.jsx:431"}, "properties": {"repobilityId": "58a4a382fd44e77d", "scanner": "scanner-primary", "fingerprint": "56836af2e5629e09", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-ccb9e151cef270b7", "level": "none", "message": {"text": "Commented-code block (6 lines) in vite.config.js:6"}, "properties": {"repobilityId": "173bd219a080383a", "scanner": "scanner-primary", "fingerprint": "ccb9e151cef270b7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4addc4780f1fd9fc", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 vite.config.js:104"}, "properties": {"repobilityId": "136964f0f8af546d", "scanner": "scanner-primary", "fingerprint": "4addc4780f1fd9fc", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f7906f41c0042efd", "level": "error", "message": {"text": "Dangling fetch: POST /api/claude (Plately.jsx:402)"}, "properties": {"repobilityId": "8d7d3e28b15818fa", "scanner": "scanner-primary", "fingerprint": "f7906f41c0042efd", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-4331b651ab6243af", "level": "error", "message": {"text": "Dangling fetch: POST /api/usda (Plately.jsx:467)"}, "properties": {"repobilityId": "6fa8989b758df93f", "scanner": "scanner-primary", "fingerprint": "4331b651ab6243af", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-e6caec037d047573", "level": "error", "message": {"text": "Dangling fetch: POST /api/nutritionix (Plately.jsx:517)"}, "properties": {"repobilityId": "19d60c4bad8993c9", "scanner": "scanner-primary", "fingerprint": "e6caec037d047573", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-690d71c54d1f9be9", "level": "error", "message": {"text": "Dangling fetch: POST https://api.anthropic.com/v1/messages (vite.config.js:91)"}, "properties": {"repobilityId": "ac14e3bf7f5a2dc3", "scanner": "scanner-primary", "fingerprint": "690d71c54d1f9be9", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-f22ca99edf46e2f7", "level": "error", "message": {"text": "Dangling fetch: POST https://api.nal.usda.gov/fdc/v1/foods/search?api_key=${encodeURIComponent(USDA)} (vite.config.js:104)"}, "properties": {"repobilityId": "b40ba35fd7b70808", "scanner": "scanner-primary", "fingerprint": "f22ca99edf46e2f7", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-eccfc269bd22d7fe", "level": "error", "message": {"text": "Dangling fetch: POST https://trackapi.nutritionix.com/v2/natural/nutrients (vite.config.js:121)"}, "properties": {"repobilityId": "7f695999a32eb739", "scanner": "scanner-primary", "fingerprint": "eccfc269bd22d7fe", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-afde5eeaffe8ba0b", "level": "note", "message": {"text": "Unused endpoint: USE /api/claude"}, "properties": {"repobilityId": "151adf76970d0fa3", "scanner": "scanner-primary", "fingerprint": "afde5eeaffe8ba0b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1999cff1837261e3", "level": "note", "message": {"text": "Unused endpoint: USE /api/usda"}, "properties": {"repobilityId": "ce721fe67005ca1e", "scanner": "scanner-primary", "fingerprint": "1999cff1837261e3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f663cb633fdfa735", "level": "note", "message": {"text": "Unused endpoint: USE /api/nutritionix"}, "properties": {"repobilityId": "f60776b12a1bfa4b", "scanner": "scanner-primary", "fingerprint": "f663cb633fdfa735", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}