{"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-a5f6d6a2e8f033b4", "name": "Insecure pattern 'direct_innerhtml_assignment' in roth-conversion-challenger-v3.html:4554", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in roth-conversion-challenger-v3.html:4554"}, "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-cb32de3abe13b744", "name": "Insecure pattern 'direct_innerhtml_assignment' in roth-conversion-challenger.html:3945", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in roth-conversion-challenger.html:3945"}, "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-095cd8363b6633e0", "name": "Insecure pattern 'direct_innerhtml_assignment' in roth-conversion-challenger-v2.html:4397", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in roth-conversion-challenger-v2.html:4397"}, "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-74433ce1876868b2", "name": "Insecure pattern 'direct_innerhtml_assignment' in roth-conversion-timing.html:2836", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in roth-conversion-timing.html:2836"}, "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-ae7c5ba1bc65629d", "name": "Insecure pattern 'direct_innerhtml_assignment' in tax-loss-harvesting.html:1752", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in tax-loss-harvesting.html:1752"}, "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-0efe8307316d6c60", "name": "Insecure pattern 'direct_innerhtml_assignment' in ltc-walkthrough.html:535", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in ltc-walkthrough.html:535"}, "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-4d5a1b8e017705ba", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7b568f5d2e48c433", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "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 2 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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 10 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-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-27cb7111d92cb8e0", "name": "Commented-code block (6 lines) in scripts/update-spx.mjs:73", "shortDescription": {"text": "Commented-code block (6 lines) in scripts/update-spx.mjs:73"}, "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-71dadbb99e533e51", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/update-spx.mjs:43", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/update-spx.mjs: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-78b6caf3f9f1a4ef", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/update-constituents.mjs:34", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/update-constituents.mjs:34"}, "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/23258"}, "properties": {"repository": "ynsbiz3502/yields4u-static-decks", "repoUrl": "https://github.com/ynsbiz3502/yields4u-static-decks", "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-a5f6d6a2e8f033b4", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in roth-conversion-challenger-v3.html:4554"}, "properties": {"repobilityId": "011b2459f3a820d7", "scanner": "scanner-primary", "fingerprint": "a5f6d6a2e8f033b4", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "roth-conversion-challenger-v3.html"}, "region": {"startLine": 4554}}}]}, {"ruleId": "scanner-cb32de3abe13b744", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in roth-conversion-challenger.html:3945"}, "properties": {"repobilityId": "44d259df80d30c6e", "scanner": "scanner-primary", "fingerprint": "cb32de3abe13b744", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "roth-conversion-challenger.html"}, "region": {"startLine": 3945}}}]}, {"ruleId": "scanner-095cd8363b6633e0", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in roth-conversion-challenger-v2.html:4397"}, "properties": {"repobilityId": "190d2bc052668e06", "scanner": "scanner-primary", "fingerprint": "095cd8363b6633e0", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "roth-conversion-challenger-v2.html"}, "region": {"startLine": 4397}}}]}, {"ruleId": "scanner-74433ce1876868b2", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in roth-conversion-timing.html:2836"}, "properties": {"repobilityId": "75612880dda6e052", "scanner": "scanner-primary", "fingerprint": "74433ce1876868b2", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "roth-conversion-timing.html"}, "region": {"startLine": 2836}}}]}, {"ruleId": "scanner-ae7c5ba1bc65629d", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in tax-loss-harvesting.html:1752"}, "properties": {"repobilityId": "a064a334dfb12f9a", "scanner": "scanner-primary", "fingerprint": "ae7c5ba1bc65629d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tax-loss-harvesting.html"}, "region": {"startLine": 1752}}}]}, {"ruleId": "scanner-0efe8307316d6c60", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in ltc-walkthrough.html:535"}, "properties": {"repobilityId": "5e26f6cebf986a01", "scanner": "scanner-primary", "fingerprint": "0efe8307316d6c60", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ltc-walkthrough.html"}, "region": {"startLine": 535}}}]}, {"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-4d5a1b8e017705ba", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "130621643a866db0", "scanner": "scanner-primary", "fingerprint": "4d5a1b8e017705ba", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/update-spx.yml"}, "region": {"startLine": 23}}}]}, {"ruleId": "scanner-4d5a1b8e017705ba", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "3802dfdaade4ae2e", "scanner": "scanner-primary", "fingerprint": "4d5a1b8e017705ba", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/update-spx.yml"}, "region": {"startLine": 26}}}]}, {"ruleId": "scanner-7b568f5d2e48c433", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "e0c113b069764433", "scanner": "scanner-primary", "fingerprint": "7b568f5d2e48c433", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/update-spx.yml"}, "region": {"startLine": 1}}}]}, {"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": "adf50916b46ad78e", "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": "06c3ebf199610fba", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "d8507a6063eb02cd", "scanner": "scanner-primary", "fingerprint": "ea8f3013f588db25", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-27cb7111d92cb8e0", "level": "none", "message": {"text": "Commented-code block (6 lines) in scripts/update-spx.mjs:73"}, "properties": {"repobilityId": "ec507b7f7182ea85", "scanner": "scanner-primary", "fingerprint": "27cb7111d92cb8e0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-71dadbb99e533e51", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/update-spx.mjs:43"}, "properties": {"repobilityId": "b4992a0017c6b98a", "scanner": "scanner-primary", "fingerprint": "71dadbb99e533e51", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-78b6caf3f9f1a4ef", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/update-constituents.mjs:34"}, "properties": {"repobilityId": "20f5a293f123264e", "scanner": "scanner-primary", "fingerprint": "78b6caf3f9f1a4ef", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}