{"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-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-d2460e26de8a08b4", "name": "Insecure pattern 'direct_innerhtml_assignment' in chatbot.js:23", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in chatbot.js:23"}, "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-bbfc06bb4e07be40", "name": "Insecure pattern 'direct_innerhtml_assignment' in thank-you.html:190", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in thank-you.html:190"}, "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-9c65e0adb891d477", "name": "Possible secret in contact.html", "shortDescription": {"text": "Possible secret in contact.html"}, "fullDescription": {"text": "Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-61316fdbc30a5e65", "name": "Possible secret in intake.html", "shortDescription": {"text": "Possible secret in intake.html"}, "fullDescription": {"text": "Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-7cd57e10ae471177", "name": "Insecure pattern 'direct_innerhtml_assignment' in blog/post.html:255", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in blog/post.html:255"}, "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-180706eb59c07a00", "name": "Insecure pattern 'cors_wildcard' in functions/subscribe.js:11", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in functions/subscribe.js:11"}, "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-86918f241e180ce6", "name": "Insecure pattern 'cors_wildcard' in api/subscribe.js:4", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in api/subscribe.js:4"}, "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-c3e7e582878bb81d", "name": "Insecure pattern 'direct_innerhtml_assignment' in newsletters/index.html:176", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in newsletters/index.html:176"}, "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-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 5 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-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. 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-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, ci, tests, operator-readme. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-f45f3eb0385bac15", "name": "Commented-code block (6 lines) in chatbot.js:3", "shortDescription": {"text": "Commented-code block (6 lines) in chatbot.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-a770765dea7783e8", "name": "`fetch()` without try/.catch or AbortSignal \u2014 functions/subscribe.js:48", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 functions/subscribe.js:48"}, "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-379bcf2f8d60f709", "name": "Commented-code block (6 lines) in api/subscribe.js:175", "shortDescription": {"text": "Commented-code block (6 lines) in api/subscribe.js:175"}, "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-17807fc6eb1efc8d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 api/subscribe.js:281", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/subscribe.js:281"}, "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}}]}}, "automationDetails": {"id": "repobility/21147"}, "properties": {"repository": "therapybydavid/therapybydavid.github.io", "repoUrl": "https://github.com/therapybydavid/therapybydavid.github.io", "branch": "main"}, "results": [{"ruleId": "scanner-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-d2460e26de8a08b4", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in chatbot.js:23"}, "properties": {"repobilityId": "b0d26b1e06b262fa", "scanner": "scanner-primary", "fingerprint": "d2460e26de8a08b4", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "chatbot.js"}, "region": {"startLine": 23}}}]}, {"ruleId": "scanner-bbfc06bb4e07be40", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in thank-you.html:190"}, "properties": {"repobilityId": "90ea35f122614802", "scanner": "scanner-primary", "fingerprint": "bbfc06bb4e07be40", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "thank-you.html"}, "region": {"startLine": 190}}}]}, {"ruleId": "scanner-9c65e0adb891d477", "level": "error", "message": {"text": "Possible secret in contact.html"}, "properties": {"repobilityId": "a463c84be4011c2f", "scanner": "scanner-primary", "fingerprint": "9c65e0adb891d477", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "contact.html"}, "region": {"startLine": 430}}}]}, {"ruleId": "scanner-61316fdbc30a5e65", "level": "error", "message": {"text": "Possible secret in intake.html"}, "properties": {"repobilityId": "fbfc37896801a0e1", "scanner": "scanner-primary", "fingerprint": "61316fdbc30a5e65", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "intake.html"}, "region": {"startLine": 827}}}]}, {"ruleId": "scanner-7cd57e10ae471177", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in blog/post.html:255"}, "properties": {"repobilityId": "79dd59f82d742629", "scanner": "scanner-primary", "fingerprint": "7cd57e10ae471177", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "blog/post.html"}, "region": {"startLine": 255}}}]}, {"ruleId": "scanner-180706eb59c07a00", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in functions/subscribe.js:11"}, "properties": {"repobilityId": "9f93ebcf4de995ff", "scanner": "scanner-primary", "fingerprint": "180706eb59c07a00", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "functions/subscribe.js"}, "region": {"startLine": 11}}}]}, {"ruleId": "scanner-86918f241e180ce6", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in api/subscribe.js:4"}, "properties": {"repobilityId": "145848b08626889f", "scanner": "scanner-primary", "fingerprint": "86918f241e180ce6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "api/subscribe.js"}, "region": {"startLine": 4}}}]}, {"ruleId": "scanner-c3e7e582878bb81d", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in newsletters/index.html:176"}, "properties": {"repobilityId": "ee3f757ae6fce26d", "scanner": "scanner-primary", "fingerprint": "c3e7e582878bb81d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "newsletters/index.html"}, "region": {"startLine": 176}}}]}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "3a638baf09d0d3b4", "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": "73db41c44ba309a8", "scanner": "scanner-primary", "fingerprint": "faccb9061e9b52a0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "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": "5de20cc7761a25f4", "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": "d2abd0fbcb7726e4", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "b3c7cae02d3dc86f", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "73b132f6223dd32c", "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": "885cdb948171972d", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-f45f3eb0385bac15", "level": "none", "message": {"text": "Commented-code block (6 lines) in chatbot.js:3"}, "properties": {"repobilityId": "d7b65a36dc63c308", "scanner": "scanner-primary", "fingerprint": "f45f3eb0385bac15", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a770765dea7783e8", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 functions/subscribe.js:48"}, "properties": {"repobilityId": "22e2ba1c6096f326", "scanner": "scanner-primary", "fingerprint": "a770765dea7783e8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-379bcf2f8d60f709", "level": "none", "message": {"text": "Commented-code block (6 lines) in api/subscribe.js:175"}, "properties": {"repobilityId": "b8d13077264b9575", "scanner": "scanner-primary", "fingerprint": "379bcf2f8d60f709", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-17807fc6eb1efc8d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/subscribe.js:281"}, "properties": {"repobilityId": "7f48d31012d1922b", "scanner": "scanner-primary", "fingerprint": "17807fc6eb1efc8d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}