{"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-1b0425c8ad2598f2", "name": "Stray `console.log` in TS/JS \u2014 api/generate.js:43", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 api/generate.js:43"}, "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-6144e9b200b45822", "name": "Insecure pattern 'direct_innerhtml_assignment' in public/app.js:133", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/app.js:133"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5981df750b4e621e", "name": "Insecure pattern 'direct_outerhtml_assignment' in public/app.js:530", "shortDescription": {"text": "Insecure pattern 'direct_outerhtml_assignment' in public/app.js:530"}, "fullDescription": {"text": "Found a known-risky pattern (direct_outerhtml_assignment). 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-321890fa62e4471d", "name": "Very large file: public/app.js (2289 lines)", "shortDescription": {"text": "Very large file: public/app.js (2289 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 35 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-b3ed68815bca2f8c", "name": "Node manifest has dependencies but no lockfile: package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: 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 17 placeholder/mock markers across 4 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, 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-4dd0feec22826e8d", "name": "Commented-code block (5 lines) in middleware.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in middleware.js:1"}, "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-4a3d5b95587b1544", "name": "Commented-code block (8 lines) in api/calls.js:1", "shortDescription": {"text": "Commented-code block (8 lines) in api/calls.js:1"}, "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-9a9ecf715b21dc53", "name": "`fetch()` without try/.catch or AbortSignal \u2014 api/site.js:301", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/site.js:301"}, "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-a327cc42865d15df", "name": "`fetch()` without try/.catch or AbortSignal \u2014 api/view.js:43", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/view.js:43"}, "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-b8f11a12eda18a06", "name": "Commented-code block (7 lines) in api/publish.js:1", "shortDescription": {"text": "Commented-code block (7 lines) in api/publish.js:1"}, "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-7b639e1551132281", "name": "Commented-code block (6 lines) in api/report.js:1", "shortDescription": {"text": "Commented-code block (6 lines) in api/report.js:1"}, "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-466d0dd94824613c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 api/img.js:18", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/img.js:18"}, "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-5fcc6e7ba7b283f4", "name": "Commented-code block (5 lines) in api/generate.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in api/generate.js:1"}, "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-50336b0fc935cdf6", "name": "`fetch()` without try/.catch or AbortSignal \u2014 api/generate.js:118", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/generate.js: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-8ac9af069cff0f1f", "name": "Commented-code block (5 lines) in api/contact.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in api/contact.js:1"}, "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-0836ca9f1bd9decd", "name": "Commented-code block (5 lines) in lib/samples.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in lib/samples.js:1"}, "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-63397bd11410dcd1", "name": "Commented-code block (5 lines) in lib/ratelimit.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in lib/ratelimit.js:1"}, "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-6cbf24bc4e0247c7", "name": "Commented-code block (5 lines) in lib/vercel.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in lib/vercel.js:1"}, "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-3f90dae11622390b", "name": "Commented-code block (7 lines) in lib/names.js:5", "shortDescription": {"text": "Commented-code block (7 lines) in lib/names.js:5"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-1bf480faec96426b", "name": "Commented-code block (7 lines) in public/app.js:605", "shortDescription": {"text": "Commented-code block (7 lines) in public/app.js:605"}, "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-04a9951db50732fc", "name": "`fetch()` without try/.catch or AbortSignal \u2014 public/app.js:1260", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/app.js:1260"}, "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-51dbf90b6ad9e4e9", "name": "28 env vars used in code but missing from .env.example", "shortDescription": {"text": "28 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `AGENCY_NAME`, `AGENCY_URL`, `APPLY_EMAIL_TO`, `APP_PASSWORD`, `APP_USERNAME`, `COMPANIES_HOUSE_API_KEY`, `DATABASE_URL`, `ERROR_EMAIL_FROM` + 20 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}}]}}, "automationDetails": {"id": "repobility/24010"}, "properties": {"repository": "ajayd151/ai-web-point", "repoUrl": "https://github.com/ajayd151/ai-web-point", "branch": "main"}, "results": [{"ruleId": "scanner-1b0425c8ad2598f2", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 api/generate.js:43"}, "properties": {"repobilityId": "f38341f865973b96", "scanner": "scanner-primary", "fingerprint": "1b0425c8ad2598f2", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6144e9b200b45822", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/app.js:133"}, "properties": {"repobilityId": "5192b9054ebe3f07", "scanner": "scanner-primary", "fingerprint": "6144e9b200b45822", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "public/app.js"}, "region": {"startLine": 133}}}]}, {"ruleId": "scanner-5981df750b4e621e", "level": "warning", "message": {"text": "Insecure pattern 'direct_outerhtml_assignment' in public/app.js:530"}, "properties": {"repobilityId": "dff345bf1aa231d4", "scanner": "scanner-primary", "fingerprint": "5981df750b4e621e", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_outerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "public/app.js"}, "region": {"startLine": 530}}}]}, {"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-321890fa62e4471d", "level": "note", "message": {"text": "Very large file: public/app.js (2289 lines)"}, "properties": {"repobilityId": "ce805b07178bda03", "scanner": "scanner-primary", "fingerprint": "321890fa62e4471d", "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": "cc7e0fdd26690050", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b3ed68815bca2f8c", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: package.json"}, "properties": {"repobilityId": "7edae0550c126386", "scanner": "scanner-primary", "fingerprint": "b3ed68815bca2f8c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "b78888f06e99ba95", "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": "76ee41612e6cdf9e", "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": "cb12772b761367fb", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-4dd0feec22826e8d", "level": "none", "message": {"text": "Commented-code block (5 lines) in middleware.js:1"}, "properties": {"repobilityId": "68fcbb3e0f6a23a4", "scanner": "scanner-primary", "fingerprint": "4dd0feec22826e8d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4a3d5b95587b1544", "level": "none", "message": {"text": "Commented-code block (8 lines) in api/calls.js:1"}, "properties": {"repobilityId": "cf1236b82bf03977", "scanner": "scanner-primary", "fingerprint": "4a3d5b95587b1544", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9a9ecf715b21dc53", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/site.js:301"}, "properties": {"repobilityId": "091c630a23d8bf7c", "scanner": "scanner-primary", "fingerprint": "9a9ecf715b21dc53", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a327cc42865d15df", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/view.js:43"}, "properties": {"repobilityId": "62172463bbe5cc33", "scanner": "scanner-primary", "fingerprint": "a327cc42865d15df", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b8f11a12eda18a06", "level": "none", "message": {"text": "Commented-code block (7 lines) in api/publish.js:1"}, "properties": {"repobilityId": "d06a1ca38f2ad39d", "scanner": "scanner-primary", "fingerprint": "b8f11a12eda18a06", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7b639e1551132281", "level": "none", "message": {"text": "Commented-code block (6 lines) in api/report.js:1"}, "properties": {"repobilityId": "807a364d470352bc", "scanner": "scanner-primary", "fingerprint": "7b639e1551132281", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-466d0dd94824613c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/img.js:18"}, "properties": {"repobilityId": "f479b8b8e2711619", "scanner": "scanner-primary", "fingerprint": "466d0dd94824613c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5fcc6e7ba7b283f4", "level": "none", "message": {"text": "Commented-code block (5 lines) in api/generate.js:1"}, "properties": {"repobilityId": "b4fdf367e3de5634", "scanner": "scanner-primary", "fingerprint": "5fcc6e7ba7b283f4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-50336b0fc935cdf6", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/generate.js:118"}, "properties": {"repobilityId": "c10ad5f33ceaf7e3", "scanner": "scanner-primary", "fingerprint": "50336b0fc935cdf6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-8ac9af069cff0f1f", "level": "none", "message": {"text": "Commented-code block (5 lines) in api/contact.js:1"}, "properties": {"repobilityId": "a777528091e2ccd0", "scanner": "scanner-primary", "fingerprint": "8ac9af069cff0f1f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0836ca9f1bd9decd", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/samples.js:1"}, "properties": {"repobilityId": "2c615330fb77c3c3", "scanner": "scanner-primary", "fingerprint": "0836ca9f1bd9decd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-63397bd11410dcd1", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/ratelimit.js:1"}, "properties": {"repobilityId": "af658f3aaa34303e", "scanner": "scanner-primary", "fingerprint": "63397bd11410dcd1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6cbf24bc4e0247c7", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/vercel.js:1"}, "properties": {"repobilityId": "78664d97cdcf484c", "scanner": "scanner-primary", "fingerprint": "6cbf24bc4e0247c7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3f90dae11622390b", "level": "none", "message": {"text": "Commented-code block (7 lines) in lib/names.js:5"}, "properties": {"repobilityId": "dde12219000de2a5", "scanner": "scanner-primary", "fingerprint": "3f90dae11622390b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1bf480faec96426b", "level": "none", "message": {"text": "Commented-code block (7 lines) in public/app.js:605"}, "properties": {"repobilityId": "c87a9baa55b3fbdf", "scanner": "scanner-primary", "fingerprint": "1bf480faec96426b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-04a9951db50732fc", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/app.js:1260"}, "properties": {"repobilityId": "2951afb8da5cf9fb", "scanner": "scanner-primary", "fingerprint": "04a9951db50732fc", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-51dbf90b6ad9e4e9", "level": "note", "message": {"text": "28 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "b01aa43f6ad2a3c8", "scanner": "scanner-primary", "fingerprint": "51dbf90b6ad9e4e9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}