{"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-e9f3f731fe7c0df9", "name": "Stray `console.log` in TS/JS \u2014 three.min.js:6", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 three.min.js:6"}, "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-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-432a73e38c6187f1", "name": "Insecure pattern 'direct_innerhtml_assignment' in onchain.html:205", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in onchain.html:205"}, "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-8f649be057ecbd7a", "name": "Insecure pattern 'direct_innerhtml_assignment' in index.html:633", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in index.html:633"}, "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-b6f94d4228a9fdeb", "name": "Insecure pattern 'direct_innerhtml_assignment' in onchain-radar.html:137", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in onchain-radar.html:137"}, "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-19a1e55e1eee6528", "name": "Insecure pattern 'direct_innerhtml_assignment' in tool.html:377", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in tool.html:377"}, "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-a6de93e7ffdbcf26", "name": "Insecure pattern 'direct_innerhtml_assignment' in products.html:256", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in products.html:256"}, "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-b57a4ecc94e3a199", "name": "Insecure pattern 'direct_innerhtml_assignment' in admin.html:213", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in admin.html:213"}, "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-26b9ed224c2509e6", "name": "Insecure pattern 'direct_innerhtml_assignment' in about.html:446", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in about.html:446"}, "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-a602974e98f9dbd3", "name": "Insecure pattern 'direct_innerhtml_assignment' in shopee-affiliate-content-assistant.html:135", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in shopee-affiliate-content-assistant.html:135"}, "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-cc49a4a835de3773", "name": "Insecure pattern 'direct_innerhtml_assignment' in roadmap.html:147", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in roadmap.html:147"}, "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 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-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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, 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-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-9ef6149a0e42f82d", "name": "Legacy-named symbol `cubeUV_v1` in three.min.js:6", "shortDescription": {"text": "Legacy-named symbol `cubeUV_v1` in three.min.js:6"}, "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-73e1a49f92cd22ad", "name": "`fetch()` without try/.catch or AbortSignal \u2014 three.min.js:6", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 three.min.js:6"}, "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/22251"}, "properties": {"repository": "vincent-2873/moneylab", "repoUrl": "https://github.com/vincent-2873/moneylab", "branch": "main"}, "results": [{"ruleId": "scanner-e9f3f731fe7c0df9", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 three.min.js:6"}, "properties": {"repobilityId": "748c38170300fddb", "scanner": "scanner-primary", "fingerprint": "e9f3f731fe7c0df9", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"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-432a73e38c6187f1", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in onchain.html:205"}, "properties": {"repobilityId": "4872329279e604a6", "scanner": "scanner-primary", "fingerprint": "432a73e38c6187f1", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "onchain.html"}, "region": {"startLine": 205}}}]}, {"ruleId": "scanner-8f649be057ecbd7a", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in index.html:633"}, "properties": {"repobilityId": "f91708437a3a5445", "scanner": "scanner-primary", "fingerprint": "8f649be057ecbd7a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "index.html"}, "region": {"startLine": 633}}}]}, {"ruleId": "scanner-b6f94d4228a9fdeb", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in onchain-radar.html:137"}, "properties": {"repobilityId": "f421e85f4d8b4b71", "scanner": "scanner-primary", "fingerprint": "b6f94d4228a9fdeb", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "onchain-radar.html"}, "region": {"startLine": 137}}}]}, {"ruleId": "scanner-19a1e55e1eee6528", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in tool.html:377"}, "properties": {"repobilityId": "90df0589ba74602b", "scanner": "scanner-primary", "fingerprint": "19a1e55e1eee6528", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tool.html"}, "region": {"startLine": 377}}}]}, {"ruleId": "scanner-a6de93e7ffdbcf26", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in products.html:256"}, "properties": {"repobilityId": "e9bdd1b61d42cc03", "scanner": "scanner-primary", "fingerprint": "a6de93e7ffdbcf26", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "products.html"}, "region": {"startLine": 256}}}]}, {"ruleId": "scanner-b57a4ecc94e3a199", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in admin.html:213"}, "properties": {"repobilityId": "6ce12d2fb0d90b99", "scanner": "scanner-primary", "fingerprint": "b57a4ecc94e3a199", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "admin.html"}, "region": {"startLine": 213}}}]}, {"ruleId": "scanner-26b9ed224c2509e6", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in about.html:446"}, "properties": {"repobilityId": "2fd71b61ec7ccf47", "scanner": "scanner-primary", "fingerprint": "26b9ed224c2509e6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "about.html"}, "region": {"startLine": 446}}}]}, {"ruleId": "scanner-a602974e98f9dbd3", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in shopee-affiliate-content-assistant.html:135"}, "properties": {"repobilityId": "25460e1424a11872", "scanner": "scanner-primary", "fingerprint": "a602974e98f9dbd3", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shopee-affiliate-content-assistant.html"}, "region": {"startLine": 135}}}]}, {"ruleId": "scanner-cc49a4a835de3773", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in roadmap.html:147"}, "properties": {"repobilityId": "c0a1cd16be5c98aa", "scanner": "scanner-primary", "fingerprint": "cc49a4a835de3773", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "roadmap.html"}, "region": {"startLine": 147}}}]}, {"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": "57b879f887b3dd10", "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": "8f653a939de01dcf", "scanner": "scanner-primary", "fingerprint": "faccb9061e9b52a0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "af4647399a72270a", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "d9cb568ecc12dcdd", "scanner": "scanner-primary", "fingerprint": "ea8f3013f588db25", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-9ef6149a0e42f82d", "level": "note", "message": {"text": "Legacy-named symbol `cubeUV_v1` in three.min.js:6"}, "properties": {"repobilityId": "2eb365ee30301d64", "scanner": "scanner-primary", "fingerprint": "9ef6149a0e42f82d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-73e1a49f92cd22ad", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 three.min.js:6"}, "properties": {"repobilityId": "fcc52cba151efa63", "scanner": "scanner-primary", "fingerprint": "73e1a49f92cd22ad", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}