{"version": "2.1.0", "$schema": "https://json.schemastore.org/sarif-2.1.0.json", "runs": [{"tool": {"driver": {"name": "Repobility", "informationUri": "https://repobility.com", "rules": [{"id": "scanner-bead75b0f9233e05", "name": "No API endpoints detected", "shortDescription": {"text": "No API endpoints detected"}, "fullDescription": {"text": "The scanner did not find FastAPI/Flask/Express/NestJS/GraphQL/gRPC routes. If this repo exposes APIs, the framework may be unsupported."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "info", "confidence": 1.0}}, {"id": "scanner-b67b1ed246f027f5", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/credentials/[slug]/page.jsx:198", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/credentials/[slug]/page.jsx:198"}, "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-4f54ccaa86f9b6f6", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/states/[slug]/page.jsx:100", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/states/[slug]/page.jsx:100"}, "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-5b08e1d21e845a5a", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/courses/AddCourseModal.jsx:151", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/courses/AddCourseModal.jsx:151"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6c98b795cf73b7c5", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/credentials/[slug]/page.jsx:198", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/credentials/[slug]/page.jsx:198"}, "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-5101a8df911ad55b", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/states/[slug]/page.jsx:100", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/states/[slug]/page.jsx:100"}, "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-670dcf8b64a79b7a", "name": "Very large file: scripts/certificationData.backup.js (2015 lines)", "shortDescription": {"text": "Very large file: scripts/certificationData.backup.js (2015 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-8994304656110215", "name": "Very large file: src/utils/certificationData.js (5077 lines)", "shortDescription": {"text": "Very large file: src/utils/certificationData.js (5077 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": "6 test file(s) for 103 source file(s) (ratio 0.06). 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 85 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-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-f9eb009921026953", "name": "Commented-code block (5 lines) in tailwind.config.js:2", "shortDescription": {"text": "Commented-code block (5 lines) in tailwind.config.js:2"}, "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-8a6991b861fcc94c", "name": "Commented-code block (6 lines) in scripts/merge_new_credentials.mjs:6", "shortDescription": {"text": "Commented-code block (6 lines) in scripts/merge_new_credentials.mjs: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-565ea8b636f06d6f", "name": "Legacy-named symbol `load_legacy` in scripts/build_citation_library_v2.py:31", "shortDescription": {"text": "Legacy-named symbol `load_legacy` in scripts/build_citation_library_v2.py:31"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-61c718838b90f16d", "name": "Commented-code block (5 lines) in scripts/split_justifications.mjs:9", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/split_justifications.mjs:9"}, "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-769a19bf97f05566", "name": "Legacy-named symbol `load_legacy` in scripts/build_citation_library.py:38", "shortDescription": {"text": "Legacy-named symbol `load_legacy` in scripts/build_citation_library.py:38"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6167ba8da2026017", "name": "Commented-code block (10 lines) in scripts/migrate_to_path_scoring.mjs:99", "shortDescription": {"text": "Commented-code block (10 lines) in scripts/migrate_to_path_scoring.mjs:99"}, "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-1505762ecd921c36", "name": "Commented-code block (5 lines) in src/router.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/router.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-ad606db6f1418ed0", "name": "Commented-code block (5 lines) in src/app/page.jsx:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/page.jsx: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-f5b20bb41195683f", "name": "Commented-code block (5 lines) in src/app/clinicians/[handle]/page.jsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/clinicians/[handle]/page.jsx:3"}, "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-edbe9086f233eb62", "name": "Commented-code block (7 lines) in src/app/(app)/layout.jsx:3", "shortDescription": {"text": "Commented-code block (7 lines) in src/app/(app)/layout.jsx:3"}, "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-98dab727486fb366", "name": "Commented-code block (6 lines) in src/app/career-paths/_PathTabs.jsx:8", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/career-paths/_PathTabs.jsx:8"}, "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-45415c2f6d420083", "name": "Commented-code block (8 lines) in src/app/methodology/page.jsx:4", "shortDescription": {"text": "Commented-code block (8 lines) in src/app/methodology/page.jsx:4"}, "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-d128f52ff13d8111", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/utils/reportGenerator.js:49", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/utils/reportGenerator.js:49"}, "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-923cec559b2ec646", "name": "Commented-code block (5 lines) in src/utils/formatEvidence.js:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/utils/formatEvidence.js:3"}, "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-5e724aafcad13aad", "name": "Commented-code block (5 lines) in src/hooks/useCertFilters.js:131", "shortDescription": {"text": "Commented-code block (5 lines) in src/hooks/useCertFilters.js:131"}, "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-5a24ad4987bc94b4", "name": "Commented-code block (6 lines) in src/components/dashboard/CourseRecommendations.jsx:13", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/dashboard/CourseRecommendations.jsx:13"}, "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-f547d761defe3916", "name": "Commented-code block (5 lines) in src/components/dashboard/CertificationDetail.jsx:129", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/dashboard/CertificationDetail.jsx:129"}, "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-2c04133e54348533", "name": "Near-duplicate function bodies in 2 places", "shortDescription": {"text": "Near-duplicate function bodies in 2 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nscripts/build_citation_library.py:parse_js_object_array, scripts/build_citation_library.py:parse_js_object\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/25373"}, "properties": {"repository": "dgreenj9/CEShield", "repoUrl": "https://github.com/dgreenj9/CEShield", "branch": "main"}, "results": [{"ruleId": "scanner-bead75b0f9233e05", "level": "none", "message": {"text": "No API endpoints detected"}, "properties": {"repobilityId": "0f8bb852027c38f8", "scanner": "scanner-primary", "fingerprint": "bead75b0f9233e05", "layer": "api", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-b67b1ed246f027f5", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/credentials/[slug]/page.jsx:198"}, "properties": {"repobilityId": "bb593fb285dd0653", "scanner": "scanner-primary", "fingerprint": "b67b1ed246f027f5", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-4f54ccaa86f9b6f6", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/states/[slug]/page.jsx:100"}, "properties": {"repobilityId": "ea253e8dfbcf3a36", "scanner": "scanner-primary", "fingerprint": "4f54ccaa86f9b6f6", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-5b08e1d21e845a5a", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/courses/AddCourseModal.jsx:151"}, "properties": {"repobilityId": "79228848d2dfbfa0", "scanner": "scanner-primary", "fingerprint": "5b08e1d21e845a5a", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-6c98b795cf73b7c5", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/credentials/[slug]/page.jsx:198"}, "properties": {"repobilityId": "c47693143a1d71a6", "scanner": "scanner-primary", "fingerprint": "6c98b795cf73b7c5", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/credentials/[slug]/page.jsx"}, "region": {"startLine": 198}}}]}, {"ruleId": "scanner-5101a8df911ad55b", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/states/[slug]/page.jsx:100"}, "properties": {"repobilityId": "71127e639bb68560", "scanner": "scanner-primary", "fingerprint": "5101a8df911ad55b", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/states/[slug]/page.jsx"}, "region": {"startLine": 100}}}]}, {"ruleId": "scanner-670dcf8b64a79b7a", "level": "note", "message": {"text": "Very large file: scripts/certificationData.backup.js (2015 lines)"}, "properties": {"repobilityId": "25487c9db19553fa", "scanner": "scanner-primary", "fingerprint": "670dcf8b64a79b7a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-8994304656110215", "level": "note", "message": {"text": "Very large file: src/utils/certificationData.js (5077 lines)"}, "properties": {"repobilityId": "660f20242a2fce35", "scanner": "scanner-primary", "fingerprint": "8994304656110215", "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": "2eb01143a4a1a817", "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": "e582f3d73b79c932", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "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": "70cdf272105fde9a", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-f9eb009921026953", "level": "none", "message": {"text": "Commented-code block (5 lines) in tailwind.config.js:2"}, "properties": {"repobilityId": "55476be6368b9067", "scanner": "scanner-primary", "fingerprint": "f9eb009921026953", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8a6991b861fcc94c", "level": "none", "message": {"text": "Commented-code block (6 lines) in scripts/merge_new_credentials.mjs:6"}, "properties": {"repobilityId": "1b99277432783f5a", "scanner": "scanner-primary", "fingerprint": "8a6991b861fcc94c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-565ea8b636f06d6f", "level": "note", "message": {"text": "Legacy-named symbol `load_legacy` in scripts/build_citation_library_v2.py:31"}, "properties": {"repobilityId": "7cb8d28510370b6f", "scanner": "scanner-primary", "fingerprint": "565ea8b636f06d6f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-61c718838b90f16d", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/split_justifications.mjs:9"}, "properties": {"repobilityId": "247041a67a07139a", "scanner": "scanner-primary", "fingerprint": "61c718838b90f16d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-769a19bf97f05566", "level": "note", "message": {"text": "Legacy-named symbol `load_legacy` in scripts/build_citation_library.py:38"}, "properties": {"repobilityId": "f9d037997e569b98", "scanner": "scanner-primary", "fingerprint": "769a19bf97f05566", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-6167ba8da2026017", "level": "none", "message": {"text": "Commented-code block (10 lines) in scripts/migrate_to_path_scoring.mjs:99"}, "properties": {"repobilityId": "de7f54a4cd3f468f", "scanner": "scanner-primary", "fingerprint": "6167ba8da2026017", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1505762ecd921c36", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/router.js:1"}, "properties": {"repobilityId": "deb33cbbe82d38f4", "scanner": "scanner-primary", "fingerprint": "1505762ecd921c36", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ad606db6f1418ed0", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/page.jsx:1"}, "properties": {"repobilityId": "dad070d73b9b6dd0", "scanner": "scanner-primary", "fingerprint": "ad606db6f1418ed0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f5b20bb41195683f", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/clinicians/[handle]/page.jsx:3"}, "properties": {"repobilityId": "57f836febd3b273d", "scanner": "scanner-primary", "fingerprint": "f5b20bb41195683f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-edbe9086f233eb62", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/app/(app)/layout.jsx:3"}, "properties": {"repobilityId": "4138450d858b379a", "scanner": "scanner-primary", "fingerprint": "edbe9086f233eb62", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-98dab727486fb366", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/career-paths/_PathTabs.jsx:8"}, "properties": {"repobilityId": "a569e8f9ec40a5f4", "scanner": "scanner-primary", "fingerprint": "98dab727486fb366", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-45415c2f6d420083", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/app/methodology/page.jsx:4"}, "properties": {"repobilityId": "7fd085ffc21ae856", "scanner": "scanner-primary", "fingerprint": "45415c2f6d420083", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d128f52ff13d8111", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/utils/reportGenerator.js:49"}, "properties": {"repobilityId": "d701081326d12745", "scanner": "scanner-primary", "fingerprint": "d128f52ff13d8111", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-923cec559b2ec646", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/utils/formatEvidence.js:3"}, "properties": {"repobilityId": "f869d98670d4e9b2", "scanner": "scanner-primary", "fingerprint": "923cec559b2ec646", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5e724aafcad13aad", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/hooks/useCertFilters.js:131"}, "properties": {"repobilityId": "ca6a121ce8b3dad6", "scanner": "scanner-primary", "fingerprint": "5e724aafcad13aad", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5a24ad4987bc94b4", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/dashboard/CourseRecommendations.jsx:13"}, "properties": {"repobilityId": "8952956d3aa7134c", "scanner": "scanner-primary", "fingerprint": "5a24ad4987bc94b4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f547d761defe3916", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/dashboard/CertificationDetail.jsx:129"}, "properties": {"repobilityId": "5189abb16ee848d5", "scanner": "scanner-primary", "fingerprint": "f547d761defe3916", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "62b3ad3e373a6190", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}